From d4c2e502858dd43672e7a24b41f3533fbbc18bdf Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 16 Sep 2021 09:50:08 +0000 Subject: changelog and version --- CHANGELOG | 11 +++++++++++ boot.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d606dc0d7..e9c8719d0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +Hubzilla 6.2.1 (2021-09-16) + - Fix regression introduced in 6.2 where Diaspora comments on Hubzilla posts were not relayed + - Fix wrong variable used for refresh under certain conditions + - Fix issue where summary tag was processed in cleanup_bbcode() while it shoud not + - Fix issue where profile name change was not applied if done from non primary location + - Fix spacing issue for collapsed pinned apps with an image + - Fix language selector reloading the page if not clicking exactly the icon + - Fix regression displaying bootstrap modals introduced in 6.2 + + + Hubzilla 6.2 (2021-09-08) - Deprecate the custom highlight [hl] bbcode in favor of [mark] which is a html5 standard - Check post_mail permission when receiving a direct message diff --git a/boot.php b/boot.php index 93b48e2ae..c1ccbba08 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.1' ); +define ( 'STD_VERSION', '6.3.2' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1248 ); -- cgit v1.2.3