diff options
-rw-r--r-- | CHANGELOG | 10 | ||||
-rw-r--r-- | boot.php | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +Hubzilla 7.8.1 (2022-10-26) + - Silence tons of PHP warnings in core + - Catch decryption failure edgecase in receiver + - Deal with conversation privacy mismatches in Activity::store() + - Composer libs updates + - Fix timeago strings not always translated + - Fix edit link regression in cards addon + - Fix edit link regression in article addon + + Hubzilla 7.8 (2022-10-10) - Updated spanish translations - Always update hubloc_updated timestamp if a hubloc is updated @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '7.9'); +define('STD_VERSION', '7.9.1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1253); |