File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Contributors: rocketgenius, stevehenty
33Tags: gravity forms
44Requires at least: 4.2
55Tested up to: 6.4
6- Stable tag: 1.4
6+ Stable tag: 1.5
77License: GPL-2.0+
88License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
@@ -177,13 +177,21 @@ If you have any ideas for improvements please submit your idea at https://www.gr
177177
178178== Installation ==
179179
180- `wp plugin install gravityformscli --activate` or
180+ `wp plugin install gravityformscli --activate`
181+
182+ or
183+
184+ `wp package install https://github.com/gravityforms/gravityformscli.git`
185+
186+ or
181187
1821881. Download the zipped file.
1831891. Extract and upload the contents of the folder to /wp-contents/plugins/ folder
1841901. Go to the Plugin management page of WordPress admin section and enable the 'Gravity Forms CLI' plugin
185191
186192== ChangeLog ==
193+ = 1.5 =
194+ - Updated the plugin to allow its usage as a WP-CLI package.
187195
188196= 1.4 =
189197- Fixed an issue where the version comparison performed when using `wp gf update` with an add-on slug uses the Gravity Forms version number.
You can’t perform that action at this time.
0 commit comments