From 7877e2467e61fd48c52c8fc6325db5320eb5e03e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 6 Oct 2018 14:40:30 +0000 Subject: rename grid to network (for consistency) and activity to stream (as seen in osada) because it makes much more sense. (cherry picked from commit 96277372d55a58349e318e694f4dab3a00fb2f13) --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index ef70dcba3..9d58f42aa 100755 --- a/boot.php +++ b/boot.php @@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.8RC' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1221 ); +define ( 'DB_UPDATE_VERSION', 1222 ); define ( 'PROJECT_BASE', __DIR__ ); -- cgit v1.2.3 From 5aa03041492d46fa392fed2c322137667a4f453c Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 6 Oct 2018 16:43:28 +0200 Subject: version RC1 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 9d58f42aa..3167ca52c 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.8RC' ); +define ( 'STD_VERSION', '3.8RC1' ); define ( 'ZOT_REVISION', '6.0a' ); -- cgit v1.2.3 From 0a840c02f73b224f40c8a985a7b57d950aa7be48 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 6 Oct 2018 18:48:29 +0000 Subject: another db update to get rid of the old view bookmarks entries (cherry picked from commit 6ffdf3880f89b83c701f866a6188ef6f079078c5) --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 3167ca52c..e56743471 100755 --- a/boot.php +++ b/boot.php @@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.8RC1' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1222 ); +define ( 'DB_UPDATE_VERSION', 1223 ); define ( 'PROJECT_BASE', __DIR__ ); -- cgit v1.2.3 From 88d28cd6fe4b764cb77ce033692132a1a76421d8 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 6 Oct 2018 21:02:11 +0200 Subject: minor version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index e56743471..18df80c59 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.8RC1' ); +define ( 'STD_VERSION', '3.8RC1.1' ); define ( 'ZOT_REVISION', '6.0a' ); -- cgit v1.2.3 From 2eb93387c257045b746a6fb27d34a00b115158d5 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 6 Oct 2018 21:05:45 +0000 Subject: fix issue #1281 - hubloc default values (cherry picked from commit dd3ec468f65f05c0fbf233a161cffae2698bd3db) --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 18df80c59..ccccd2ec9 100755 --- a/boot.php +++ b/boot.php @@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.8RC1.1' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1223 ); +define ( 'DB_UPDATE_VERSION', 1224 ); define ( 'PROJECT_BASE', __DIR__ ); -- cgit v1.2.3 From 6f1067a8898efacc81db51523f5e60cc754c81e0 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 13 Oct 2018 14:12:09 +0200 Subject: version 3.8RC2 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index b1417c6bd..dc548d313 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.9.1' ); +define ( 'STD_VERSION', '3.8.RC2' ); define ( 'ZOT_REVISION', '6.0a' ); -- cgit v1.2.3 From 5310f4e310f58e77cb3764c9174b627e406d7a66 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 13 Oct 2018 17:32:08 +0200 Subject: bump version to 3.8RC2.1 due to javascript changes --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index dc548d313..846fd2fc0 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.8.RC2' ); +define ( 'STD_VERSION', '3.8.RC2.1' ); define ( 'ZOT_REVISION', '6.0a' ); -- cgit v1.2.3 From c60c9b323b7ccd762a4725456a154a492ae12787 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 13 Oct 2018 20:22:04 +0200 Subject: another min version change to mitigate caching issues. we are now at 3.8RC2.2 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 846fd2fc0..8c2585806 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.8.RC2.1' ); +define ( 'STD_VERSION', '3.8.RC2.2' ); define ( 'ZOT_REVISION', '6.0a' ); -- cgit v1.2.3 From 06b3ad1071c755757555baf941e2c0f446f97b21 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 19 Oct 2018 11:16:44 +0200 Subject: version 3.8 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 8c2585806..ccd5cf62d 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.8.RC2.2' ); +define ( 'STD_VERSION', '3.8' ); define ( 'ZOT_REVISION', '6.0a' ); -- cgit v1.2.3 From c7ebb4b009857159d77b71675336ab97016b99e8 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 21 Oct 2018 09:25:37 +0200 Subject: version 3.8.1 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index ccd5cf62d..aa1941d19 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.8' ); +define ( 'STD_VERSION', '3.8.1' ); define ( 'ZOT_REVISION', '6.0a' ); -- cgit v1.2.3 From a9fd3608ea50ec4522075b3315a35c8eed9581d7 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 5 Nov 2018 10:26:59 +0100 Subject: version 3.8.3 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index e01763ca5..a15f15797 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.8.2' ); +define ( 'STD_VERSION', '3.8.3' ); define ( 'ZOT_REVISION', '6.0a' ); -- cgit v1.2.3 From 886cdb440bfb92c28332d482a84e0a2f92333cb1 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 14 Nov 2018 11:08:25 +0100 Subject: changelog and version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 612654820..4cd676bcf 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.9.4' ); +define ( 'STD_VERSION', '3.9.5' ); define ( 'ZOT_REVISION', '6.0a' ); -- cgit v1.2.3 From 62b367fa8177ed16958864a4799a0a2a9aa0119b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 14 Nov 2018 11:22:41 +0100 Subject: version 3.9.5 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index f4ef1a036..53aad48c9 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.8.4' ); +define ( 'STD_VERSION', '3.9.5' ); define ( 'ZOT_REVISION', '6.0a' ); define ( 'DB_UPDATE_VERSION', 1225 ); -- cgit v1.2.3