File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ = 1.9 =
2+ - Updated the plugin to support installing packages through Packagist.
3+
14= 1.8 =
25- Fixed a bug where the verify checksums command fails even when it should succeed.
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.8
6+ Version: 1.9
77Author: Rocketgenius
88Author URI: https://gravityforms.com
99License: GPL-2.0+
3030defined ( 'ABSPATH ' ) || defined ( 'WP_CLI ' ) || die ();
3131
3232// Defines the current version of the CLI add-on
33- define ( 'GF_CLI_VERSION ' , '1.8 ' );
33+ define ( 'GF_CLI_VERSION ' , '1.9 ' );
3434
3535define ( 'GF_CLI_MIN_GF_VERSION ' , '1.9.17.8 ' );
3636
You can’t perform that action at this time.
0 commit comments