Skip to content

Commit 12810f9

Browse files
committed
EasyEngine v1.3.8
1 parent 306b7cf commit 12810f9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
v 1.3.7 - Apr 29, 2014
28
- Fixed EasyEngine Update Problem
39
- Fixed Issue #206

usr/local/sbin/easyengine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,7 @@ if [ "$1" = "version" ] || [ "$1" = "--version" ] || [ "$1" = "-v" ]
19901990
then
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
19961996
elif [ "$1" = "info" ]

usr/local/sbin/eeupdate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ then
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

0 commit comments

Comments
 (0)