diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d1da726f..d0233fb2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,9 @@ +v 1.3.8 - May 26, 2014 + - Fixed phpMyAdmin download issue #251 + - Fixed swap issue #223 by @Swingline0 + - Delete website without prompt by @edwinvandeven #239 + + v 1.3.7 - Apr 29, 2014 - Fixed EasyEngine Update Problem - Fixed Issue #206 diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index 08e06aef..86b43f09 100644 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -1990,7 +1990,7 @@ if [ "$1" = "version" ] || [ "$1" = "--version" ] || [ "$1" = "-v" ] then # Display Easy Engine Version - echo "easyengine version: 1.3.7" + echo "easyengine version: 1.3.8" # Easy Engine Info elif [ "$1" = "info" ] diff --git a/usr/local/sbin/eeupdate b/usr/local/sbin/eeupdate index 80c6ace7..6f069222 100644 --- a/usr/local/sbin/eeupdate +++ b/usr/local/sbin/eeupdate @@ -625,7 +625,7 @@ then EECURRENTVERSION="1.3.4" fi - if [[ $EECURRENTVERSION = 1.3.4 ]] || [[ $EECURRENTVERSION = 1.3.5 ]] || [[ $EECURRENTVERSION = 1.3.6 ]] + if [[ $EECURRENTVERSION = 1.3.4 ]] || [[ $EECURRENTVERSION = 1.3.5 ]] || [[ $EECURRENTVERSION = 1.3.6 ]] || [[ $EECURRENTVERSION = 1.3.7 ]] then EE134 fi