Skip to content

Commit 2b761d2

Browse files
committed
Bump version
1 parent 6f9a9d6 commit 2b761d2

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

change_log.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
1-
= 1.1.4 =
2-
- Updated Gravity API domain.
3-
4-
= 1.1.3 =
5-
- Fixed an issue where the install command could not network activate plugins.
6-
7-
= 1.1.2 =
8-
- Updated the ids format of the entry list command to support the page-size and offset args. Credit: Ulrich Pogson.
9-
- Updated the form export command to support the optional filename arg e.g. wp gf form export 1 --filename=testing.json. Credit: Timothy Decker.
10-
- Fixed an error occurring when using the form notification update command without the notification-id arg.
11-
12-
= 1.1.1 =
13-
- Fixed an issue with the entry export command.

cli.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.1.4
6+
Version: 1.2
77
Author: Rocketgenius
88
Author URI: http://www.gravityforms.com
99
License: GPL-2.0+
@@ -30,7 +30,7 @@
3030
defined( 'ABSPATH' ) || die();
3131

3232
// Defines the current version of the CLI add-on
33-
define( 'GF_CLI_VERSION', '1.1.4' );
33+
define( 'GF_CLI_VERSION', '1.2' );
3434

3535
define( 'GF_CLI_MIN_GF_VERSION', '1.9.17.8' );
3636

readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: rocketgenius, stevehenty
33
Tags: gravity forms
44
Requires at least: 4.2
55
Tested up to: 5.3
6-
Stable tag: 1.1
6+
Stable tag: 1.2
77
License: GPL-2.0+
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -181,6 +181,14 @@ https://www.gravityforms.com/open-support-ticket/
181181

182182
== ChangeLog ==
183183

184+
= 1.2 =
185+
- Updated Gravity API domain.
186+
- Updated the ids format of the entry list command to support the page-size and offset args. Credit: Ulrich Pogson.
187+
- Updated the form export command to support the optional filename arg e.g. wp gf form export 1 --filename=testing.json. Credit: Timothy Decker.
188+
- Fixed an issue where the install command could not network activate plugins.
189+
- Fixed an error occurring when using the form notification update command without the notification-id arg.
190+
- Fixed an issue with the entry export command.
191+
184192
= 1.1 =
185193
- 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"
186194
- 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.

0 commit comments

Comments
 (0)