File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments