Skip to content

Commit 927e779

Browse files
committed
Merge branch 'develop' for v4.12.0
2 parents 9f1af48 + 34475e0 commit 927e779

8 files changed

Lines changed: 445 additions & 33 deletions

File tree

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ EasyEngine makes it greatly easy to manage nginx, a fast web-server software tha
1111

1212
* Docker
1313
* Docker-Compose
14-
* PHP CLI (>=7.1)
14+
* PHP CLI (>=7.4)
1515
* PHP Modules - `curl`, `sqlite3`, `pcntl`
1616

1717
## Installing
1818

1919
### Linux
2020

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, 22.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 20.04, 22.04, 24.04 and Debian 11, 12.
2222

2323
```bash
2424
wget -qO ee https://rt.cx/ee4 && sudo bash ee
@@ -33,7 +33,7 @@ chmod +x /usr/local/bin/ee
3333

3434
### Tab completions
3535

36-
EasyEngine also comes with a tab completion script for Bash and ZSH. Just download [ee-completion.bash](https://raw.githubusercontent.com/EasyEngine/easyengine/develop-v4/utils/ee-completion.bash) and source it from `~/.bash_profile`:
36+
EasyEngine also comes with a tab completion script for Bash and ZSH. Just download [ee-completion.bash](https://raw.githubusercontent.com/EasyEngine/easyengine/master/utils/ee-completion.bash) and source it from `~/.bash_profile`:
3737

3838
```bash
3939
source /FULL/PATH/TO/ee-completion.bash
@@ -80,7 +80,7 @@ ee shell example.com
8080

8181
Want to know more? Checkout readme of these commands -
8282
* [site command](https://github.com/EasyEngine/site-command/)
83-
* [site-wp command](https://github.com/EasyEngine/site-wp-command/)
83+
* [site-type-wp command](https://github.com/EasyEngine/site-type-wp/)
8484
* [cron command](https://github.com/EasyEngine/cron-command/)
8585
* [shell command](https://github.com/EasyEngine/shell-command/)
8686

@@ -97,7 +97,15 @@ All top level commands(except `ee cli`) i.e. `ee site`, `ee shell` have their ow
9797

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

100-
* [site command](https://github.com/EasyEngine/site-command/)
100+
* [site command](https://github.com/EasyEngine/site-command/) (with [php](https://github.com/EasyEngine/site-type-php/) and [wp](https://github.com/EasyEngine/site-type-wp/) site types)
101+
* [admin-tools command](https://github.com/EasyEngine/admin-tools-command/)
102+
* [auth command](https://github.com/EasyEngine/auth-command/)
103+
* [config command](https://github.com/EasyEngine/config-command/)
104+
* [cron command](https://github.com/EasyEngine/cron-command/)
105+
* [dash command](https://github.com/EasyEngine/dash-command/)
106+
* [log command](https://github.com/EasyEngine/log-command/)
107+
* [mailhog command](https://github.com/EasyEngine/mailhog-command/)
108+
* [service command](https://github.com/EasyEngine/service-command/)
101109
* [shell command](https://github.com/EasyEngine/shell-command/)
102110

103111
In future, the community will be able to make their own packages and commands!

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.11.0
1+
4.12.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"easyengine/service-command": "v1.6.2",
4242
"easyengine/shell-command": "v1.1.3",
4343
"easyengine/site-command": "v3.7.6",
44-
"easyengine/site-type-php": "v1.10.0",
45-
"easyengine/site-type-wp": "v1.10.0",
44+
"easyengine/site-type-php": "v1.10.1",
45+
"easyengine/site-type-wp": "v1.10.1",
4646
"monolog/monolog": "1.24.0",
4747
"mustache/mustache": "2.14.1",
4848
"rmccue/requests": "^2.0",

composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

img-versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"easyengine/cron": "v4.11.0",
33
"easyengine/mailhog": "v4.6.5",
44
"easyengine/mariadb": "v4.9.1",
5-
"easyengine/nginx-proxy": "v4.11.0",
5+
"easyengine/nginx-proxy": "v4.11.1",
66
"easyengine/nginx": "v4.11.0",
77
"easyengine/php": "v4.6.6",
88
"easyengine/php5.6": "v4.7.4",
@@ -15,8 +15,8 @@
1515
"easyengine/php8.2": "v4.11.0",
1616
"easyengine/php8.3": "v4.11.0",
1717
"easyengine/php8.4": "v4.11.0",
18-
"easyengine/php8.5": "v4.11.0",
18+
"easyengine/php8.5": "v4.11.1",
1919
"easyengine/postfix": "v4.11.0",
2020
"easyengine/redis": "v4.11.0",
21-
"easyengine/newrelic-daemon": "v4.11.0"
21+
"easyengine/newrelic-daemon": "v4.11.1"
2222
}

0 commit comments

Comments
 (0)