File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ v3.8.0 - May 29, 2018
2+ - Add support for Ubuntu 18.04 and remove support for Ubuntu 12.04
3+ - Nginx build for EasyEngine updated to 1.14.0
4+ - Update WP-CLI version to 1.5.1
5+ - Update Roundcube to 1.3.6
6+ - Update Adminer to 4.6.2
7+
18v3.7.5 - Mar 30, 2018
29- Replace pymysql3 with PyMySQL [critical]
310- Upgrade wp-cli version to 1.4.1
Original file line number Diff line number Diff line change 6565# EasyEngine (ee) only support all Ubuntu/Debian distro except the distro reached EOL
6666lsb_release -d | egrep -e " 14.04|16.04|18.04|wheezy|jessie" & >> /dev/null
6767if [ " $? " -ne " 0" ]; then
68- ee_lib_echo_fail " EasyEngine (ee) only support Ubuntu 14.04/16.04/18.04 LTS and Debian 7.x/8.x/9.x "
68+ ee_lib_echo_fail " EasyEngine (ee) only support Ubuntu 14.04/16.04/18.04 LTS and Debian 7.x/8.x"
6969 exit 100
7070fi
7171
You can’t perform that action at this time.
0 commit comments