From cacd59b04900ce8e70b959809477e6a38db1950c Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Mon, 17 Feb 2014 11:34:29 +0530 Subject: [PATCH] EasyEngine v1.1.5 --- CHANGELOG.txt | 4 ++++ usr/local/sbin/easyengine | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7aab355a..e71b047d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +v 1.1.5 + - Fixed WordPress multisite issue (#127). + + v 1.1.4 - Fixed wp-cli issue with --allow-root error. diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index 308e32a1..d23e75c5 100644 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -1182,7 +1182,7 @@ if [ "$1" = "version" ] || [ "$1" = "--version" ] || [ "$1" = "-v" ] then # Display Easy Engine Version - echo "easyengine version: 1.1.4" + echo "easyengine version: 1.1.5" # Easy Engine Info elif [ "$1" = "info" ]