Skip to content

Commit 8248a72

Browse files
committed
Update Changelog and fix minor version issue
Signed-off-by: Mriyam Tamuli <[email protected]>
1 parent a2b8df1 commit 8248a72

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
v3.7.5 - Mar 30, 2018
29
- Replace pymysql3 with PyMySQL [critical]
310
- Upgrade wp-cli version to 1.4.1

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fi
6565
# EasyEngine (ee) only support all Ubuntu/Debian distro except the distro reached EOL
6666
lsb_release -d | egrep -e "14.04|16.04|18.04|wheezy|jessie" &>> /dev/null
6767
if [ "$?" -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
7070
fi
7171

0 commit comments

Comments
 (0)