Skip to content

Commit f473546

Browse files
committed
Merge branch 'develop' for v4.6.4
2 parents 4127dd1 + 7283b97 commit f473546

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.6.3
1+
4.6.4

img-versions.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"easyengine/mariadb": "v4.6.3",
55
"easyengine/nginx-proxy": "v4.6.3",
66
"easyengine/nginx": "v4.6.3",
7-
"easyengine/php": "v4.6.3",
7+
"easyengine/php": "v4.6.4",
88
"easyengine/php5.6": "v4.6.3",
9-
"easyengine/php7.0": "v4.6.3",
10-
"easyengine/php7.2": "v4.6.3",
11-
"easyengine/php7.3": "v4.6.3",
12-
"easyengine/php7.4": "v4.6.3",
13-
"easyengine/php8.0": "v4.6.3",
14-
"easyengine/php8.1": "v4.6.3",
9+
"easyengine/php7.0": "v4.6.4",
10+
"easyengine/php7.2": "v4.6.4",
11+
"easyengine/php7.3": "v4.6.4",
12+
"easyengine/php7.4": "v4.6.4",
13+
"easyengine/php8.0": "v4.6.4",
14+
"easyengine/php8.1": "v4.6.4",
1515
"easyengine/postfix": "v4.6.3",
1616
"easyengine/redis": "v4.6.3",
1717
"easyengine/newrelic-daemon": "v4.6.3"

php/commands/src/CLI_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public function update( $_, $assoc_args ) {
269269
} elseif ( ! is_writable( dirname( $old_phar ) ) ) {
270270
EE::error( sprintf( '%s is not writable by current user.', dirname( $old_phar ) ) );
271271
}
272-
EE::confirm( "Note: It is recommended to run EasyEngine update in tmux/screen. Update at times may take some time.\n\nTo view progress, tail logs in a different window using `tail -f /opt/easyengine/logs/ee.log`.\n\nAre you sure you want to continue?", $assoc_args );
272+
EE::confirm( "Note: 1. It is recommended to run EasyEngine update in tmux/screen.\n2. Have minimum 5GB free disk space.\nUpdate at times may take some time.\n\nTo view progress, tail logs in a different window using `tail -f /opt/easyengine/logs/ee.log`.\n\nAre you sure you want to continue?", $assoc_args );
273273
if ( Utils\get_flag_value( $assoc_args, 'nightly' ) ) {
274274
EE::confirm( sprintf( 'You have version %s. Would you like to update to the latest nightly?', EE_VERSION ), $assoc_args );
275275
$download_url = 'https://raw.githubusercontent.com/EasyEngine/easyengine-builds/master/phar/easyengine-nightly.phar';

0 commit comments

Comments
 (0)