Skip to content

Commit d8ac782

Browse files
committed
Bump version
1 parent 697fd03 commit d8ac782

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

cli.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Plugin Name: Gravity Forms CLI
44
Plugin URI: http://www.gravityforms.com
55
Description: Manage Gravity Forms with the WP CLI.
6-
Version: 1.0.3
6+
Version: 1.1
77
Author: Rocketgenius
88
Author URI: http://www.gravityforms.com
9-
License: GPL-3.0+
9+
License: GPL-2.0+
1010
Text Domain: gravityformscli
1111
Domain Path: /languages
1212
@@ -28,7 +28,7 @@
2828
*/
2929

3030
// Defines the current version of the CLI add-on
31-
define( 'GF_CLI_VERSION', '1.0.3' );
31+
define( 'GF_CLI_VERSION', '1.1' );
3232

3333
define( 'GF_CLI_MIN_GF_VERSION', '1.9.17.8' );
3434

readme.txt

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -181,19 +181,14 @@ https://www.gravityforms.com/open-support-ticket/
181181

182182
== ChangeLog ==
183183

184-
185-
= 1.0.4 =
186-
- Fixed an issue with the "wp gf install" command ending with an error message when no error occurred.
187-
188-
= 1.0.3 =
184+
= 1.1 =
185+
- Added support for start_date and end_date filters for the entry export command. e.g. wp gf entry export 11 --start_date="2018-11-01" --end_date="2018-11-11"
189186
- Added the "wp gf tool system-report" command and the "wp gf tool status" alias for outputting the system report from the Gravity Forms 2.2+ System Status page.
187+
- Fixed an issue with the "wp gf install" command ending with an error message when no error occurred.
190188
- Fixed an issue where old messages could continue to be displayed in the admin following a license key change.
191-
192-
= 1.0.2 =
193189
- Fixed an "invalid synopsis part" warning and an "unknown parameter" error with the wp gf form field update command.
194-
195-
= 1.0.1 =
196190
- Fixed the wp gf form update command using the wrong argument to get the existing form which could result in a form not found error.
191+
- Fixed an issue with the form create command where missing field IDs are added automatically.
197192

198193
= 1.0 =
199194
- Added the wp gf license command.

0 commit comments

Comments
 (0)