Browse Source

EasyEngine v1.1.5

old-stable v1.1.5
Mitesh Shah 11 years ago
parent
commit
cacd59b049
  1. 4
      CHANGELOG.txt
  2. 2
      usr/local/sbin/easyengine

4
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.

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

Loading…
Cancel
Save