From c1526b473b0bb5ff3d50e4acdb528f21a5a1d7e0 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 29 Jul 2021 08:34:33 +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 c0385e98b..dccca0c23 100644 --- a/boot.php +++ b/boot.php @@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.1.1' ); +define ( 'STD_VERSION', '6.1.2' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1247 ); -- cgit v1.2.3 From 36564b5aa72b9046a71390ff527884d6ee153e58 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 4 Aug 2021 14:47:52 +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 dccca0c23..8fd263344 100644 --- a/boot.php +++ b/boot.php @@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.1.2' ); +define ( 'STD_VERSION', '6.1.3' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1247 ); -- cgit v1.2.3 From 6261d0826c49ca24df9f694931592fbb9bf60f7e Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 25 Aug 2021 15:54:26 +0000 Subject: db update 1248 to clean up possible bogus entries in xconfig and remove gnusoc from app --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 8fd263344..ab23365c4 100644 --- a/boot.php +++ b/boot.php @@ -53,10 +53,10 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.1.3' ); +define ( 'STD_VERSION', '6.1.4' ); define ( 'ZOT_REVISION', '6.0' ); -define ( 'DB_UPDATE_VERSION', 1247 ); +define ( 'DB_UPDATE_VERSION', 1248 ); define ( 'PROJECT_BASE', __DIR__ ); -- cgit v1.2.3 From 6e4c9d684d5fdf9998551c96cdb84e302845a940 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 26 Aug 2021 18:03:17 +0000 Subject: port latest pwa work from zap --- boot.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index ab23365c4..c2d08f87a 100644 --- a/boot.php +++ b/boot.php @@ -1198,6 +1198,10 @@ class App { } } + // webmanifest + head_add_link(['rel' => 'manifest', 'href' => '/manifest.json']); + self::$meta->set('application-name', Zotlabs\Lib\System::get_platform_name()); + self::$meta->set('generator', Zotlabs\Lib\System::get_platform_name()); head_add_link(['rel' => 'shortcut icon', 'href' => head_get_icon()]); -- cgit v1.2.3 From 4e7525c355b280b2ed9d16fe4617adf643c23aec Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 1 Sep 2021 18:17:01 +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 c2d08f87a..5e3035bb4 100644 --- a/boot.php +++ b/boot.php @@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.1.4' ); +define ( 'STD_VERSION', '6.2RC' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1248 ); -- cgit v1.2.3 From 6a8cc313dac9833ebc6c541ad7b472abe41d6a8d Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 1 Sep 2021 18:33:10 +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 5e3035bb4..53781572a 100644 --- a/boot.php +++ b/boot.php @@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.2RC' ); +define ( 'STD_VERSION', '6.3' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1248 ); -- cgit v1.2.3 From 3d40ea7f4417a1134dc53cc2e804af13370cd57b Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 1 Sep 2021 19:33:14 +0000 Subject: version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 53781572a..5e3035bb4 100644 --- a/boot.php +++ b/boot.php @@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.3' ); +define ( 'STD_VERSION', '6.2RC' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1248 ); -- cgit v1.2.3 From 2523ebc76af2ba016bb56ece70ce7a1f827d730a Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 6 Sep 2021 19:24:45 +0000 Subject: version 6.2RC1 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 5e3035bb4..627afccf1 100644 --- a/boot.php +++ b/boot.php @@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.2RC' ); +define ( 'STD_VERSION', '6.2RC1' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1248 ); -- cgit v1.2.3 From 977a55eb8423745e4d88257b704d3e36f7337b9f Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 8 Sep 2021 07:42:44 +0000 Subject: version 6.2 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 627afccf1..c8c4e3aa8 100644 --- a/boot.php +++ b/boot.php @@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.2RC1' ); +define ( 'STD_VERSION', '6.2' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1248 ); -- cgit v1.2.3