diff options
author | Mario <mario@mariovavti.com> | 2024-09-24 08:58:33 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-09-24 08:58:33 +0000 |
commit | 5b1e532791da28b808e2a6e3e0c02c0250f9f2b4 (patch) | |
tree | 7c600eb143cd7bd228bcdf0231ffeb55bbd422c1 | |
parent | 4f129e05e5d5c33c0e7b12d4385c01db152f7370 (diff) | |
parent | 0e1bf2cef0635222076c8755cd19b21b8163d343 (diff) | |
download | volse-hubzilla-5b1e532791da28b808e2a6e3e0c02c0250f9f2b4.tar.gz volse-hubzilla-5b1e532791da28b808e2a6e3e0c02c0250f9f2b4.tar.bz2 volse-hubzilla-5b1e532791da28b808e2a6e3e0c02c0250f9f2b4.zip |
Merge branch 'dev' into 9.4RC
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | boot.php | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 @@ -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); |