Skip to content

Commit 0b32577

Browse files
committed
Merge branch 'develop' for v4.5.3
2 parents 75ad2c5 + ad3dc2a commit 0b32577

File tree

4 files changed

+34
-27
lines changed

4 files changed

+34
-27
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.5.2
1+
4.5.3

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"easyengine/mailhog-command": "v1.0.2",
3636
"easyengine/service-command": "v1.4.0",
3737
"easyengine/shell-command": "v1.1.0",
38-
"easyengine/site-command": "v3.0.5",
38+
"easyengine/site-command": "v3.0.6",
3939
"easyengine/site-type-php": "v1.6.1",
40-
"easyengine/site-type-wp": "v1.6.1",
40+
"easyengine/site-type-wp": "v1.6.2",
4141
"monolog/monolog": "1.24.0",
4242
"mustache/mustache": "2.13.0",
4343
"rmccue/requests": "1.8.0",

composer.lock

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

php/config-spec.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
'desc' => 'Mail-id to be used for letsencrypt.',
3232
),
3333

34+
'env' => array(
35+
'runtime' => '=<env>',
36+
'file' => '<env>',
37+
'default' => null,
38+
'desc' => 'EasyEngine server environment.',
39+
),
40+
3441
'wp-mail' => array(
3542
'runtime' => '=<wp-mail>',
3643
'file' => '<wp-mail>',

0 commit comments

Comments
 (0)