Skip to content

Commit 961e244

Browse files
authored
Merge pull request #23 from gravityforms/update-gravityapi-domain
Update Gravity API domain
2 parents 3e58946 + 375c6bf commit 961e244

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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: http://www.gravityforms.com
55
Description: Manage Gravity Forms with the WP CLI.
6-
Version: 1.1.3
6+
Version: 1.1.4
77
Author: Rocketgenius
88
Author URI: http://www.gravityforms.com
99
License: GPL-2.0+
@@ -30,7 +30,7 @@
3030
defined( 'ABSPATH' ) || die();
3131

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

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

includes/class-gf-cli-root.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ private function get_key() {
364364

365365
private function get_plugin_info( $slug, $key = '' ) {
366366

367-
$gravity_manager_url = defined( 'GRAVITY_MANAGER_URL' ) && GRAVITY_MANAGER_URL ? GRAVITY_MANAGER_URL : 'https://www.gravityhelp.com/wp-content/plugins/gravitymanager';
367+
$gravity_manager_url = defined( 'GRAVITY_MANAGER_URL' ) && GRAVITY_MANAGER_URL ? GRAVITY_MANAGER_URL : 'https://www.gravityapi.com/wp-content/plugins/gravitymanager';
368368

369369
$url = $gravity_manager_url . "/api.php?op=get_plugin&slug={$slug}&key={$key}";
370370
$options = array(

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ https://www.gravityforms.com/open-support-ticket/
181181

182182
== ChangeLog ==
183183

184+
= 1.1.4 =
185+
- Updated Gravity API domain.
186+
184187
= 1.1.3 =
185188
- Fixed an issue where the install command could not network activate plugins.
186189

0 commit comments

Comments
 (0)