Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Commit a2f3ff2

Browse files
authored
Merge pull request #275 from Automattic/update/smoothgenerator-url
Always use latest release of Smooth Generator
2 parents 3adb6d9 + 3012850 commit a2f3ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/wc-smooth-generator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace jn;
99

10-
define( 'WC_SMOOTH_GENERATOR_PLUGIN_URL', 'https://github.com/woocommerce/wc-smooth-generator/releases/download/1.0.4/wc-smooth-generator.zip' );
10+
define( 'WC_SMOOTH_GENERATOR_PLUGIN_URL', 'https://github.com/woocommerce/wc-smooth-generator/releases/latest/download/wc-smooth-generator.zip' );
1111

1212
add_action(
1313
'jurassic_ninja_init',

0 commit comments

Comments
 (0)