File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ = 1.3 =
2+ - Fixed an error occurring when using the `wp gf form notification create` command.
3+
14= 1.2 =
25- Updated Gravity API domain.
36- Updated the ids format of the entry list command to support the page-size and offset args. Credit: Ulrich Pogson.
Original file line number Diff line number Diff line change 33Plugin Name: Gravity Forms CLI
44Plugin URI: https://gravityforms.com
55Description: Manage Gravity Forms with the WP CLI.
6- Version: 1.2
6+ Version: 1.3
77Author: Rocketgenius
88Author URI: https://gravityforms.com
99License: GPL-2.0+
3030defined ( 'ABSPATH ' ) || die ();
3131
3232// Defines the current version of the CLI add-on
33- define ( 'GF_CLI_VERSION ' , '1.2 ' );
33+ define ( 'GF_CLI_VERSION ' , '1.3 ' );
3434
3535define ( 'GF_CLI_MIN_GF_VERSION ' , '1.9.17.8 ' );
3636
Original file line number Diff line number Diff line change @@ -185,6 +185,9 @@ If you have any ideas for improvements please submit your idea at https://www.gr
185185
186186== ChangeLog ==
187187
188+ = 1.3 =
189+ - Fixed an error occurring when using the `wp gf form notification create` command.
190+
188191= 1.2 =
189192- Updated Gravity API domain.
190193- Updated the ids format of the `wp gf entry list` command to support the page-size and offset args. Credit: Ulrich Pogson.
You can’t perform that action at this time.
0 commit comments