From 34aa8ba3ccba00d86d481663cef28e6d422ffbe3 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Tue, 23 Feb 2021 10:02:15 +0000 Subject: Rename photo storage type system variable --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index de3345c70..5c8bd3ed3 100644 --- a/boot.php +++ b/boot.php @@ -55,7 +55,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '5.3.4' ); define ( 'ZOT_REVISION', '6.0' ); -define ( 'DB_UPDATE_VERSION', 1242 ); +define ( 'DB_UPDATE_VERSION', 1243 ); define ( 'PROJECT_BASE', __DIR__ ); -- cgit v1.2.3 From f3be2ecc9d3f5fc489c4321884d1d7e5c503ccf5 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 23 Feb 2021 10:48:47 +0000 Subject: version 5.4RC --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 5c8bd3ed3..3f57b8561 100644 --- a/boot.php +++ b/boot.php @@ -52,7 +52,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.3.4' ); +define ( 'STD_VERSION', '5.4RC' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1243 ); -- cgit v1.2.3 From fa73c8d15ede12a963fbf4b1efaf58c1e47dc873 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 23 Feb 2021 10:57:37 +0000 Subject: bump dev version to 5.5 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 3f57b8561..698b077be 100644 --- a/boot.php +++ b/boot.php @@ -52,7 +52,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.4RC' ); +define ( 'STD_VERSION', '5.5' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1243 ); -- cgit v1.2.3 From df362e4f81430249af22f060ff4b11a58e9a0a59 Mon Sep 17 00:00:00 2001 From: Zot Date: Wed, 24 Feb 2021 08:35:29 +0000 Subject: export compatibility from hubzilla to zap --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 698b077be..74c997f39 100644 --- a/boot.php +++ b/boot.php @@ -603,6 +603,7 @@ define ( 'DBTYPE_POSTGRES', 1 ); function sys_boot() { + // our central App object App::init(); -- cgit v1.2.3 From 65a20a780d4a21aeddaf924d51090b650be96595 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 25 Feb 2021 12:56:57 +0000 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 74c997f39..4c3e4c00b 100644 --- a/boot.php +++ b/boot.php @@ -52,7 +52,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.5' ); +define ( 'STD_VERSION', '5.5.1' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1243 ); -- cgit v1.2.3