File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ class EEVariables():
1212 """Intialization of core variables"""
1313
1414 # EasyEngine version
15- ee_version = "3.7.2 "
15+ ee_version = "3.7.3 "
1616 # EasyEngine packages versions
17- ee_wp_cli = "0.23.0 "
17+ ee_wp_cli = "0.24.1 "
1818 ee_adminer = "4.2.5"
1919 ee_roundcube = "1.1.4"
2020 # ee_vimbadmin = "3.0.12"
Original file line number Diff line number Diff line change 4848# Define variables for later use
4949ee_branch=$1
5050readonly ee_version_old=" 2.2.3"
51- readonly ee_version_new=" 3.7.2 "
51+ readonly ee_version_new=" 3.7.3 "
5252readonly ee_log_dir=/var/log/ee/
5353readonly ee_install_log=/var/log/ee/install.log
5454readonly ee_linux_distro=$( lsb_release -i | awk ' {print $3}' )
@@ -233,7 +233,7 @@ function ee_update_wp_cli()
233233 if [ " ${WP_CLI_PATH} " != " " ]; then
234234 # Get WP-CLI version
235235 WP_CLI_VERSION=$( ${PHP_PATH} ${WP_CLI_PATH} --allow-root cli version | awk ' { print $2 }' )
236- dpkg --compare-versions ${WP_CLI_VERSION} lt 0.23.0
236+ dpkg --compare-versions ${WP_CLI_VERSION} lt 0.24.1
237237 # Update WP-CLI version
238238 if [ " $? " == " 0" ]; then
239239 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