From 12810f9a73d5d7077f32ca61cf96be2523d83424 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Mon, 26 May 2014 15:15:08 +0530 Subject: [PATCH] EasyEngine v1.3.8 --- CHANGELOG.txt | 6 ++++++ usr/local/sbin/easyengine | 2 +- usr/local/sbin/eeupdate | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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