File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ v3.7.3 - Aug 17, 2016
2+ - Fix wp-cli compatibility with WordPress 4.6 [critical]
3+
14v3.7.2 - Jul 20, 2016
25- CGI Vulnerability HTTPOXY Patch
36
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
Original file line number Diff line number Diff line change 5858 shutil .copy2 (os .path .expanduser ("~" )+ '/.gitconfig' , '/root/.gitconfig' )
5959
6060setup (name = 'ee' ,
61- version = '3.7.2 ' ,
61+ version = '3.7.3 ' ,
6262 description = long_description ,
6363 long_description = long_description ,
6464 classifiers = [],
You can’t perform that action at this time.
0 commit comments