aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-09-24 08:58:33 +0000
committerMario <mario@mariovavti.com>2024-09-24 08:58:33 +0000
commit5b1e532791da28b808e2a6e3e0c02c0250f9f2b4 (patch)
tree7c600eb143cd7bd228bcdf0231ffeb55bbd422c1
parent4f129e05e5d5c33c0e7b12d4385c01db152f7370 (diff)
parent0e1bf2cef0635222076c8755cd19b21b8163d343 (diff)
downloadvolse-hubzilla-5b1e532791da28b808e2a6e3e0c02c0250f9f2b4.tar.gz
volse-hubzilla-5b1e532791da28b808e2a6e3e0c02c0250f9f2b4.tar.bz2
volse-hubzilla-5b1e532791da28b808e2a6e3e0c02c0250f9f2b4.zip
Merge branch 'dev' into 9.4RC
-rw-r--r--CHANGELOG4
-rw-r--r--boot.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4a357531a..cababe3b3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,7 +22,11 @@ Hubzilla 9.4 (2024-??-??)
- Streamline URLs used in attachments and body to ease deduplication
- Code cleanup and remove some unused/deprecated functions
+ Bugfixes
+ - Fix notes app not displaying anything - issue #1865
+
Addons
+ - Wiki: fix markdown content not unescaped when undoing history - issue #1864
- Gallery: update to photoswipe 5.4.4
- Openstreemap: streamline location rendering
- Socialauth: update version and contact details
diff --git a/boot.php b/boot.php
index d50919e16..66dba84c3 100644
--- a/boot.php
+++ b/boot.php
@@ -66,7 +66,7 @@ require_once('include/security.php');
define('PLATFORM_NAME', 'hubzilla');
-define('STD_VERSION', '9.4RC');
+define('STD_VERSION', '9.5');
define('ZOT_REVISION', '6.0');
define('DB_UPDATE_VERSION', 1263);