diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-12-03 13:45:19 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-12-03 13:45:19 +0100 |
commit | 60b145833c5c07898363d51838a942b876f60c3c (patch) | |
tree | 75fd03333e51465fa8512b17200eb604db25b166 | |
parent | 39458b2ba8d5330770e90831babb4924ab116454 (diff) | |
download | volse-hubzilla-60b145833c5c07898363d51838a942b876f60c3c.tar.gz volse-hubzilla-60b145833c5c07898363d51838a942b876f60c3c.tar.bz2 volse-hubzilla-60b145833c5c07898363d51838a942b876f60c3c.zip |
changelog and version
-rw-r--r-- | CHANGELOG | 12 | ||||
-rw-r--r-- | boot.php | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +Hubzilla 6.4.1 (2021-12-03) + - Fix hubloc_site_id in fix_system_urls() on detected site rename events + - Fix duplicate deliveries if duplicate hublocs available + - Redesign profile vcard for improved responsive handling + - Fix profile photos not stored in profile photo folder + - Maximum width of content region is now calculated in rem for improved responsive handling + - Fix likes notices emited allthough they are disabled + - Fix page not reloaded after comment/like in mod photos - issue #1651 + - Port improved Lib/HttpMeta from zap + - Improved responsive aside + + Hubzilla 6.4 (2021-11-09) - Automatically connect the invitee with the inviting channel - Use the composer version of urlify @@ -55,7 +55,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.5' ); +define ( 'STD_VERSION', '6.5.1' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1248 ); |