File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ v 1.3.8 - May 26, 2014
2+ - Fixed phpMyAdmin download issue #251
3+ - Fixed swap issue #223 by @Swingline0
4+ - Delete website without prompt by @edwinvandeven #239
5+
6+
17v 1.3.7 - Apr 29, 2014
28 - Fixed EasyEngine Update Problem
39 - Fixed Issue #206
Original file line number Diff line number Diff line change @@ -1990,7 +1990,7 @@ if [ "$1" = "version" ] || [ "$1" = "--version" ] || [ "$1" = "-v" ]
19901990then
19911991
19921992 # Display Easy Engine Version
1993- echo " easyengine version: 1.3.7 "
1993+ echo " easyengine version: 1.3.8 "
19941994
19951995# Easy Engine Info
19961996elif [ " $1 " = " info" ]
Original file line number Diff line number Diff line change 625625 EECURRENTVERSION=" 1.3.4"
626626 fi
627627
628- if [[ $EECURRENTVERSION = 1.3.4 ]] || [[ $EECURRENTVERSION = 1.3.5 ]] || [[ $EECURRENTVERSION = 1.3.6 ]]
628+ if [[ $EECURRENTVERSION = 1.3.4 ]] || [[ $EECURRENTVERSION = 1.3.5 ]] || [[ $EECURRENTVERSION = 1.3.6 ]] || [[ $EECURRENTVERSION = 1.3.7 ]]
629629 then
630630 EE134
631631 fi
You can’t perform that action at this time.
0 commit comments