diff options
author | Mario <mario@mariovavti.com> | 2022-10-26 21:54:29 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-10-26 21:54:29 +0000 |
commit | 9554f535199b5fb3a23dd40f9921a15339da3bd7 (patch) | |
tree | 582116e7571ae7eaa4a51578b2f5ebeae31f75a9 | |
parent | 5d7081a22446aa8f67e38a115cb89e8ea60c3f9e (diff) | |
download | volse-hubzilla-9554f535199b5fb3a23dd40f9921a15339da3bd7.tar.gz volse-hubzilla-9554f535199b5fb3a23dd40f9921a15339da3bd7.tar.bz2 volse-hubzilla-9554f535199b5fb3a23dd40f9921a15339da3bd7.zip |
update version and changelog
-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); |