aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-02-10 19:48:52 +0000
committerMario <mario@mariovavti.com>2022-02-10 19:48:52 +0000
commit23ececeb34972092f5d61431f4386c2774434ac8 (patch)
tree48276c2b01e22891111c3c2a25fd2dddc72550e7
parent35877b13825b2c3db44ff89977344b84f8e21d9a (diff)
downloadvolse-hubzilla-23ececeb34972092f5d61431f4386c2774434ac8.tar.gz
volse-hubzilla-23ececeb34972092f5d61431f4386c2774434ac8.tar.bz2
volse-hubzilla-23ececeb34972092f5d61431f4386c2774434ac8.zip
changelog and version
-rw-r--r--CHANGELOG4
-rw-r--r--boot.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c931b95b7..84abbd5d9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/boot.php b/boot.php
index 004413a85..d1459d6be 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.1.2');
+define('STD_VERSION', '7.1.3');
define('ZOT_REVISION', '6.0');
define('DB_UPDATE_VERSION', 1252);