Skip to content

Commit 6b6f539

Browse files
committed
Merge pull request #701 from harshadyeola/master
Fix #700
2 parents 73ee53d + 953610a commit 6b6f539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ee/core/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class EEVariables():
1616

1717

1818
# EasyEngine packages versions
19-
ee_wp_cli = "0.22.0"
19+
ee_wp_cli = "0.23.0"
2020
ee_adminer = "4.2.1"
2121
ee_roundcube = "1.1.4"
2222
# ee_vimbadmin = "3.0.12"

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function ee_update_wp_cli()
234234
if [ "${WP_CLI_PATH}" != "" ]; then
235235
# Get WP-CLI version
236236
WP_CLI_VERSION=$(${PHP_PATH} ${WP_CLI_PATH} --allow-root cli version | awk '{ print $2 }')
237-
dpkg --compare-versions ${WP_CLI_VERSION} lt 0.21.1
237+
dpkg --compare-versions ${WP_CLI_VERSION} lt 0.23.0
238238
# Update WP-CLI version
239239
if [ "$?" == "0" ]; then
240240
wget -qO ${WP_CLI_PATH} https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar

0 commit comments

Comments
 (0)