Skip to content

Commit 8cb7f36

Browse files
committed
update version and changelog
1 parent 69f610c commit 8cb7f36

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
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.7 =
2+
- Fixed a bug that sometimes causes the form ID to be stored as a string.
3+
14
= 1.6 =
25
- Updated the plugin to support installing and updating Gravity SMTP.
36

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: https://gravityforms.com
55
Description: Manage Gravity Forms with the WP CLI.
6-
Version: 1.6
6+
Version: 1.7
77
Author: Rocketgenius
88
Author URI: https://gravityforms.com
99
License: GPL-2.0+
1010
Text Domain: gravityformscli
1111
Domain Path: /languages
1212
1313
------------------------------------------------------------------------
14-
Copyright 2016-2020 Rocketgenius, Inc.
14+
Copyright 2016-2024 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' ) || defined( 'WP_CLI' ) || die();
3131

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

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

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: rocketgenius
33
Tags: gravity forms
44
Requires at least: 4.2
5-
Tested up to: 6.4
6-
Stable tag: 1.5
5+
Tested up to: 6.7
6+
Stable tag: 1.7
77
License: GPL-2.0+
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -184,6 +184,12 @@ or
184184
1. Go to the Plugin management page of WordPress admin section and enable the 'Gravity Forms CLI' plugin
185185

186186
== ChangeLog ==
187+
= 1.7 =
188+
- Fixed a bug that sometimes causes the form ID to be stored as a string.
189+
190+
= 1.6 =
191+
- Updated the plugin to support installing and updating Gravity SMTP.
192+
187193
= 1.5 =
188194
- Updated the plugin to allow its usage as a WP-CLI package.
189195

0 commit comments

Comments
 (0)