Skip to content

Commit cec0528

Browse files
committed
Merge branch 'develop' for v4.5.6
2 parents 3aa19af + 8cb7d16 commit cec0528

File tree

6 files changed

+137
-85
lines changed

6 files changed

+137
-85
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EasyEngine makes it greatly easy to manage nginx, a fast web-server software tha
1818

1919
### Linux
2020

21-
For Linux, we have created an installer script which will install all the dependencies for you. We have tested this on Ubuntu 14.04, 16.04, 18.04, 20.04 and Debian 8, Debian 10.
21+
For Linux, we have created an installer script that will install all the dependencies for you. We have tested this on Ubuntu 14.04, 16.04, 18.04, 20.04 and Debian 8, Debian 10.
2222

2323
```bash
2424
wget -qO ee https://rt.cx/ee4 && sudo bash ee
@@ -92,15 +92,15 @@ Development of easyengine is done entirely on GitHub.
9292

9393
We've used [wp-cli](https://github.com/wp-cli/wp-cli/) framework as a base and built EasyEngine on top of it.
9494

95-
This repo contains main core of easyengine (the framework).
95+
This repo contains the main core of easyengine (the framework).
9696
All top level commands(except `ee cli`) i.e. `ee site`, `ee shell` have their own repos.
9797

98-
Currently we have following commands which are bundled by default in EasyEngine:
98+
Currently, we have the following commands which are bundled by default in EasyEngine:
9999

100100
* [site command](https://github.com/EasyEngine/site-command/)
101101
* [shell command](https://github.com/EasyEngine/shell-command/)
102102

103-
In future, community will be able to make their own packages and commands!
103+
In future, the community will be able to make their own packages and commands!
104104

105105
## Contributing
106106

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.5.5
1+
4.5.6

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"easyengine/config-command": "v1.0.2",
3333
"easyengine/cron-command": "v1.2.0",
3434
"easyengine/log-command": "v1.1.0",
35-
"easyengine/mailhog-command": "v1.0.2",
35+
"easyengine/mailhog-command": "v1.0.3",
3636
"easyengine/service-command": "v1.4.0",
37-
"easyengine/shell-command": "v1.1.0",
38-
"easyengine/site-command": "v3.0.8",
39-
"easyengine/site-type-php": "v1.6.2",
40-
"easyengine/site-type-wp": "v1.6.7",
37+
"easyengine/shell-command": "v1.1.1",
38+
"easyengine/site-command": "v3.0.9",
39+
"easyengine/site-type-php": "v1.6.3",
40+
"easyengine/site-type-wp": "v1.6.8",
4141
"monolog/monolog": "1.24.0",
4242
"mustache/mustache": "2.14.1",
4343
"rmccue/requests": "1.8.0",

0 commit comments

Comments
 (0)