Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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' );

Expand Down
2 changes: 1 addition & 1 deletion includes/class-gf-cli-root.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down