diff options
author | Mario Vavti <mario@mariovavti.com> | 2022-04-26 11:11:53 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2022-04-26 11:11:53 +0200 |
commit | 2efcdd92e0f31c92b89d0fe9ac525d135a8d6a0f (patch) | |
tree | 8f34366bcd186b77b6a79a1c60ff2925d84c1aaa | |
parent | f9fd195c2403ec63e6850e727dcea4c750e795af (diff) | |
parent | 38fda98b6da4d97cf8049adc7acc139b28ccd8a2 (diff) | |
download | volse-hubzilla-2efcdd92e0f31c92b89d0fe9ac525d135a8d6a0f.tar.gz volse-hubzilla-2efcdd92e0f31c92b89d0fe9ac525d135a8d6a0f.tar.bz2 volse-hubzilla-2efcdd92e0f31c92b89d0fe9ac525d135a8d6a0f.zip |
Merge branch 'dev'
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | boot.php | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Hubzilla 7.2.2 (2022-04-26) + - Fix item_verified not set due to data structure changes + + Hubzilla 7.2.1 (2022-04-25) - Fix changing profile image from new member widget - issue #1671 - Fix regression with incoming poll answers from activitypub introduced in 7.2 @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '7.3.1'); +define('STD_VERSION', '7.3.2'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1252); |