From 8ba47450970bab036664f03a558917c13d8c1574 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 19 May 2022 08:04:39 +0000 Subject: update to remove core apps (wiki, cards, articles) which have been moved to addons --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index a623ff42e..e95f2efd5 100644 --- a/boot.php +++ b/boot.php @@ -60,10 +60,10 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '7.3.2'); +define('STD_VERSION', '7.3.3'); define('ZOT_REVISION', '6.0'); -define('DB_UPDATE_VERSION', 1252); +define('DB_UPDATE_VERSION', 1253); define('PROJECT_BASE', __DIR__); -- cgit v1.2.3 From 6f994709b9df15165a8f39ecfc15b6569a54c636 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 19 May 2022 08:27:09 +0000 Subject: do not show deprecated warnings by default --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index e95f2efd5..d7c39d1a7 100644 --- a/boot.php +++ b/boot.php @@ -698,7 +698,7 @@ function startup() { error_reporting(E_ALL & ~E_NOTICE); if (version_compare(PHP_VERSION, '8.0.0') >= 0) { - error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE); + error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE & ~E_DEPRECATED); } // Some hosting providers block/disable this -- cgit v1.2.3 From 27a142d5c5c2d2926399a9834f6203c6a6102ca7 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 25 May 2022 08:17:37 +0000 Subject: cleanup --- boot.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d7c39d1a7..4b0e32043 100644 --- a/boot.php +++ b/boot.php @@ -695,11 +695,7 @@ function sys_boot() { function startup() { - error_reporting(E_ALL & ~E_NOTICE); - - if (version_compare(PHP_VERSION, '8.0.0') >= 0) { - error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE & ~E_DEPRECATED); - } + error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE & ~E_DEPRECATED); // Some hosting providers block/disable this @set_time_limit(0); -- cgit v1.2.3 From 530a521679c5328f63cbe961fa950b330cfe5b6f Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 25 May 2022 08:41:25 +0000 Subject: version and strings --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 4b0e32043..d0e70638f 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '7.3.3'); +define('STD_VERSION', '7.4RC1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1253); -- cgit v1.2.3 From f62f808368c35d63b043d56674dc062b6966071e Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 25 May 2022 08:45:21 +0000 Subject: bump dev version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d0e70638f..6c9435b9f 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '7.4RC1'); +define('STD_VERSION', '7.5'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1253); -- cgit v1.2.3 From eef828cf3e4d281e3529db49680925ed9382871d Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 31 May 2022 09:38:54 +0000 Subject: fix version after merge --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 6c9435b9f..299d02f53 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '7.5'); +define('STD_VERSION', '7.4RC'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1253); -- cgit v1.2.3 From 33dd0c83e377b8adf00559337d13784ec136cecb Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 1 Jun 2022 06:59:23 +0000 Subject: version 7.4 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 299d02f53..877752ccc 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '7.4RC'); +define('STD_VERSION', '7.4'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1253); -- cgit v1.2.3