From 72780dcd3d2cc3d0169fcc95680f9000c60ce1b5 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Wed, 13 Apr 2016 10:53:24 +0530 Subject: [PATCH 1/2] Fix #700 --- ee/core/variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/core/variables.py b/ee/core/variables.py index 623cda31..07d1bfb4 100644 --- a/ee/core/variables.py +++ b/ee/core/variables.py @@ -16,7 +16,7 @@ class EEVariables(): # EasyEngine packages versions - ee_wp_cli = "0.22.0" + ee_wp_cli = "0.23.0" ee_adminer = "4.2.1" ee_roundcube = "1.1.4" # ee_vimbadmin = "3.0.12" From 953610a646b00b28e0c7508ef7782c5c4401e610 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Wed, 13 Apr 2016 11:15:01 +0530 Subject: [PATCH 2/2] Fix #700 for existing installations --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 80a0f990..5eff5dcb 100644 --- a/install +++ b/install @@ -234,7 +234,7 @@ function ee_update_wp_cli() if [ "${WP_CLI_PATH}" != "" ]; then # Get WP-CLI version WP_CLI_VERSION=$(${PHP_PATH} ${WP_CLI_PATH} --allow-root cli version | awk '{ print $2 }') - dpkg --compare-versions ${WP_CLI_VERSION} lt 0.21.1 + dpkg --compare-versions ${WP_CLI_VERSION} lt 0.23.0 # Update WP-CLI version if [ "$?" == "0" ]; then wget -qO ${WP_CLI_PATH} https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar