Skip to content

Commit 769455b

Browse files
committed
EasyEngine v1.3.1
1 parent 0ca76d3 commit 769455b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
v 1.3.0 - Apr 11, 2014
26
- Introduce `ee debug` command
37
- Introduce `ee system [status|stop|start|restart]` command

usr/local/sbin/easyengine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1940,7 +1940,7 @@ if [ "$1" = "version" ] || [ "$1" = "--version" ] || [ "$1" = "-v" ]
19401940
then
19411941

19421942
# Display Easy Engine Version
1943-
echo "easyengine version: 1.3.0"
1943+
echo "easyengine version: 1.3.1"
19441944

19451945
# Easy Engine Info
19461946
elif [ "$1" = "info" ]

0 commit comments

Comments
 (0)