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" ]