From 462b587f24dae500bd7200c548fc365202099dec Mon Sep 17 00:00:00 2001 From: Tobias Zulauf Date: Mon, 2 Dec 2019 10:11:46 +0100 Subject: [PATCH 001/156] bump php minimum to 7.2.5 (#27191) --- administrator/index.php | 2 +- api/index.php | 2 +- cli/joomla.php | 2 +- index.php | 2 +- installation/index.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/administrator/index.php b/administrator/index.php index e1c824f3c59f3..f09173b7d7a88 100644 --- a/administrator/index.php +++ b/administrator/index.php @@ -13,7 +13,7 @@ /** * Define the application's minimum supported PHP version as a constant so it can be referenced within the application. */ -define('JOOMLA_MINIMUM_PHP', '7.2'); +define('JOOMLA_MINIMUM_PHP', '7.2.5'); if (version_compare(PHP_VERSION, JOOMLA_MINIMUM_PHP, '<')) { diff --git a/api/index.php b/api/index.php index f9281aa0b1af4..e28b15130191e 100644 --- a/api/index.php +++ b/api/index.php @@ -13,7 +13,7 @@ /** * Define the application's minimum supported PHP version as a constant so it can be referenced within the application. */ -define('JOOMLA_MINIMUM_PHP', '7.2'); +define('JOOMLA_MINIMUM_PHP', '7.2.5'); if (version_compare(PHP_VERSION, JOOMLA_MINIMUM_PHP, '<')) { diff --git a/cli/joomla.php b/cli/joomla.php index 6e96980aef346..3ee88ceeafbdd 100644 --- a/cli/joomla.php +++ b/cli/joomla.php @@ -12,7 +12,7 @@ /** * Define the application's minimum supported PHP version as a constant so it can be referenced within the application. */ -const JOOMLA_MINIMUM_PHP = '7.2'; +const JOOMLA_MINIMUM_PHP = '7.2.5'; if (version_compare(PHP_VERSION, JOOMLA_MINIMUM_PHP, '<')) { diff --git a/index.php b/index.php index aedf0053466ee..e092f6ed40a45 100644 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ /** * Define the application's minimum supported PHP version as a constant so it can be referenced within the application. */ -define('JOOMLA_MINIMUM_PHP', '7.2'); +define('JOOMLA_MINIMUM_PHP', '7.2.5'); if (version_compare(PHP_VERSION, JOOMLA_MINIMUM_PHP, '<')) { diff --git a/installation/index.php b/installation/index.php index 17979217cb2c3..21cd35908b075 100644 --- a/installation/index.php +++ b/installation/index.php @@ -13,7 +13,7 @@ /** * Define the application's minimum supported PHP version as a constant so it can be referenced within the application. */ -define('JOOMLA_MINIMUM_PHP', '7.2'); +define('JOOMLA_MINIMUM_PHP', '7.2.5'); if (version_compare(PHP_VERSION, JOOMLA_MINIMUM_PHP, '<')) { From f510d2c628833f3b5e225c9527ccb24c5a5f91c1 Mon Sep 17 00:00:00 2001 From: Quy Date: Mon, 2 Dec 2019 08:20:13 -0800 Subject: [PATCH 002/156] Change role to be alertdialog (#27189) --- plugins/system/stats/layouts/message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/system/stats/layouts/message.php b/plugins/system/stats/layouts/message.php index befcace10f272..14e20530f2d26 100644 --- a/plugins/system/stats/layouts/message.php +++ b/plugins/system/stats/layouts/message.php @@ -22,7 +22,7 @@ */ ?> -