aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);