diff options
author | Mario <mario@mariovavti.com> | 2022-02-10 19:50:28 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-10 19:50:28 +0000 |
commit | 53c842c614ea60650f39f53cecaf8aef65f3ccb6 (patch) | |
tree | fcd60a4513478e444bae2acad23644f5f2abac33 | |
parent | 521c9eb5660df0a954f68499b905f8dc1958bbb3 (diff) | |
parent | 23ececeb34972092f5d61431f4386c2774434ac8 (diff) | |
download | volse-hubzilla-53c842c614ea60650f39f53cecaf8aef65f3ccb6.tar.gz volse-hubzilla-53c842c614ea60650f39f53cecaf8aef65f3ccb6.tar.bz2 volse-hubzilla-53c842c614ea60650f39f53cecaf8aef65f3ccb6.zip |
Merge branch 'dev'7.0.3
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | boot.php | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Hubzilla 7.0.3 (2022-02-10) + - Allow to override the charset for the PDO connection string via $db_charset in .htconfig.php + + Hubzilla 7.0.2 (2022-02-09) - Update french templates - Add charset to the PDO connection strings @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '7.0.2'); +define('STD_VERSION', '7.0.3'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1252); |