aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-10-26 21:54:29 +0000
committerMario <mario@mariovavti.com>2022-10-26 21:54:29 +0000
commit9554f535199b5fb3a23dd40f9921a15339da3bd7 (patch)
tree582116e7571ae7eaa4a51578b2f5ebeae31f75a9
parent5d7081a22446aa8f67e38a115cb89e8ea60c3f9e (diff)
downloadvolse-hubzilla-9554f535199b5fb3a23dd40f9921a15339da3bd7.tar.gz
volse-hubzilla-9554f535199b5fb3a23dd40f9921a15339da3bd7.tar.bz2
volse-hubzilla-9554f535199b5fb3a23dd40f9921a15339da3bd7.zip
update version and changelog
-rw-r--r--CHANGELOG10
-rw-r--r--boot.php2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4beac628d..d9cb88801 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/boot.php b/boot.php
index 0ee530d9d..f97a9a106 100644
--- a/boot.php
+++ b/boot.php
@@ -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);