Skip to content

Commit 259d489

Browse files
committed
bump version; update change log
1 parent 5ace467 commit 259d489

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

cli.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
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.1
6+
Version: 1.1.2
77
Author: Rocketgenius
88
Author URI: http://www.gravityforms.com
99
License: GPL-2.0+
1010
Text Domain: gravityformscli
1111
Domain Path: /languages
1212
1313
------------------------------------------------------------------------
14-
Copyright 2016-2018 Rocketgenius, Inc.
14+
Copyright 2016-2019 Rocketgenius, Inc.
1515
1616
This program is free software; you can redistribute it and/or modify
1717
it under the terms of the GNU General Public License as published by
@@ -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.1' );
33+
define( 'GF_CLI_VERSION', '1.1.2' );
3434

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

readme.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ https://www.gravityforms.com/open-support-ticket/
181181

182182
== ChangeLog ==
183183

184+
= 1.1.2 =
185+
- Updated the ids format of the entry list command to support the page-size and offset args. Credit: Ulrich Pogson.
186+
187+
= 1.1.1 =
188+
- Fixed an issue with the entry export command.
189+
184190
= 1.1 =
185191
- 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"
186192
- 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)