Skip to content

Commit 265d442

Browse files
committed
version bump + change_log
1 parent 9cf035f commit 265d442

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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.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

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.8
6+
Version: 1.9
77
Author: Rocketgenius
88
Author URI: https://gravityforms.com
99
License: GPL-2.0+
@@ -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.8' );
33+
define( 'GF_CLI_VERSION', '1.9' );
3434

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

0 commit comments

Comments
 (0)