File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 33Plugin Name: Gravity Forms CLI
44Plugin URI: https://gravityforms.com
55Description: Manage Gravity Forms with the WP CLI.
6- Version: 1.6
6+ Version: 1.7
77Author: Rocketgenius
88Author URI: https://gravityforms.com
99License: GPL-2.0+
1010Text Domain: gravityformscli
1111Domain Path: /languages
1212
1313------------------------------------------------------------------------
14- Copyright 2016-2020 Rocketgenius, Inc.
14+ Copyright 2016-2024 Rocketgenius, Inc.
1515
1616This program is free software; you can redistribute it and/or modify
1717it under the terms of the GNU General Public License as published by
3030defined ( '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
3535define ( 'GF_CLI_MIN_GF_VERSION ' , '1.9.17.8 ' );
3636
Original file line number Diff line number Diff line change 22Contributors: rocketgenius
33Tags: gravity forms
44Requires 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
77License: GPL-2.0+
88License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
1841841. 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
You can’t perform that action at this time.
0 commit comments