We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5c3b0 commit cacd59bCopy full SHA for cacd59b
CHANGELOG.txt
@@ -1,3 +1,7 @@
1
+v 1.1.5
2
+ - Fixed WordPress multisite issue (#127).
3
+
4
5
v 1.1.4
6
- Fixed wp-cli issue with --allow-root error.
7
usr/local/sbin/easyengine
@@ -1182,7 +1182,7 @@ if [ "$1" = "version" ] || [ "$1" = "--version" ] || [ "$1" = "-v" ]
1182
then
1183
1184
# Display Easy Engine Version
1185
- echo "easyengine version: 1.1.4"
+ echo "easyengine version: 1.1.5"
1186
1187
# Easy Engine Info
1188
elif [ "$1" = "info" ]
0 commit comments