Skip to content

Commit 7fa3af3

Browse files
committed
bump version; update change log
1 parent 3dc571c commit 7fa3af3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

change_log.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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.

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: https://gravityforms.com
55
Description: Manage Gravity Forms with the WP CLI.
6-
Version: 1.2
6+
Version: 1.3
77
Author: Rocketgenius
88
Author URI: https://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.2' );
33+
define( 'GF_CLI_VERSION', '1.3' );
3434

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

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)