diff options
-rw-r--r-- | CHANGELOG | 10 | ||||
-rwxr-xr-x | boot.php | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +Hubzilla 5.0.1 (2020-11-12) + - Fix share title size + - Fix issue where hublocs could get mixed up between different protocols + + Addons + - Pubcrawl: implement authenticated profile fetches which are now partly required in mastodon + - Sse: call xchan_query() just once per item + - Pubcrawl: reject messages where sender is not the author if ld-signature is not ok + + Hubzilla 5.0 (2020-11-05) - Remove unmaintained and deprecated schemas - Deprecate HTML5_Parser library @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.1.2' ); +define ( 'STD_VERSION', '5.1.3' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1238 ); |