From 3ae9837229f2f90925a94f94ee2a8d3983c6d789 Mon Sep 17 00:00:00 2001 From: Yoren Chang Date: Fri, 8 Nov 2019 14:47:18 +0800 Subject: [PATCH 1/2] Update Gravity API domain --- includes/class-gf-cli-root.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-gf-cli-root.php b/includes/class-gf-cli-root.php index f8ef02b..9577eea 100644 --- a/includes/class-gf-cli-root.php +++ b/includes/class-gf-cli-root.php @@ -364,7 +364,7 @@ private function get_key() { private function get_plugin_info( $slug, $key = '' ) { - $gravity_manager_url = defined( 'GRAVITY_MANAGER_URL' ) && GRAVITY_MANAGER_URL ? GRAVITY_MANAGER_URL : 'https://www.gravityhelp.com/wp-content/plugins/gravitymanager'; + $gravity_manager_url = defined( 'GRAVITY_MANAGER_URL' ) && GRAVITY_MANAGER_URL ? GRAVITY_MANAGER_URL : 'https://www.gravityapi.com/wp-content/plugins/gravitymanager'; $url = $gravity_manager_url . "/api.php?op=get_plugin&slug={$slug}&key={$key}"; $options = array( From 375c6bfc97e3b2822df185db789a530bff202649 Mon Sep 17 00:00:00 2001 From: Yoren Chang Date: Tue, 10 Mar 2020 16:11:22 +0800 Subject: [PATCH 2/2] Bump version and update change log --- cli.php | 4 ++-- readme.txt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cli.php b/cli.php index 4604ea5..50dfb7f 100644 --- a/cli.php +++ b/cli.php @@ -3,7 +3,7 @@ Plugin Name: Gravity Forms CLI Plugin URI: http://www.gravityforms.com Description: Manage Gravity Forms with the WP CLI. -Version: 1.1.3 +Version: 1.1.4 Author: Rocketgenius Author URI: http://www.gravityforms.com License: GPL-2.0+ @@ -30,7 +30,7 @@ defined( 'ABSPATH' ) || die(); // Defines the current version of the CLI add-on -define( 'GF_CLI_VERSION', '1.1.3' ); +define( 'GF_CLI_VERSION', '1.1.4' ); define( 'GF_CLI_MIN_GF_VERSION', '1.9.17.8' ); diff --git a/readme.txt b/readme.txt index 4aa7dc8..a3f7c4f 100644 --- a/readme.txt +++ b/readme.txt @@ -181,6 +181,9 @@ https://www.gravityforms.com/open-support-ticket/ == ChangeLog == += 1.1.4 = +- Updated Gravity API domain. + = 1.1.3 = - Fixed an issue where the install command could not network activate plugins.