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 0ca76d3 commit 769455bCopy full SHA for 769455b
CHANGELOG.txt
@@ -1,3 +1,7 @@
1
+v 1.3.0 - Apr 11, 2014
2
+ - Fixed Autocompletion Issue #185
3
+ - ee info command display php5-fpm process manager details (dynamic/ondemand)
4
+
5
v 1.3.0 - Apr 11, 2014
6
- Introduce `ee debug` command
7
- Introduce `ee system [status|stop|start|restart]` command
usr/local/sbin/easyengine
@@ -1940,7 +1940,7 @@ if [ "$1" = "version" ] || [ "$1" = "--version" ] || [ "$1" = "-v" ]
1940
then
1941
1942
# Display Easy Engine Version
1943
- echo "easyengine version: 1.3.0"
+ echo "easyengine version: 1.3.1"
1944
1945
# Easy Engine Info
1946
elif [ "$1" = "info" ]
0 commit comments