From: Banana Date: Thu, 14 Sep 2023 10:32:00 +0000 (+0200) Subject: final changes X-Git-Tag: 2.8.2_20230914^0 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=1f7df84afdaf80bd956dda3f36dff888a2a796ce;p=insipid.git final changes --- diff --git a/ChangeLog b/ChangeLog index b2c0496..695a0bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -version 2.x - Dragon Chapel () +version 2.8.2 - Dragon Chapel () + Added LOGFILE and QUERY_DEBUG const to config.php. See update.txt for more details + Updated DB table charsets. Needs manual DB updates. See update.txt file. diff --git a/VERSION b/VERSION index 7cc8ee0..beb3e4b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.x - Dragon Chapel +2.8.2 - Dragon Chapel diff --git a/documentation/update.txt b/documentation/update.txt index d3e500e..07867f3 100644 --- a/documentation/update.txt +++ b/documentation/update.txt @@ -1,7 +1,7 @@ If you are updating from a previous version make sure every update info from the version your are updating from is done. -## version 2. - Dragon Chapel +## version 2.8.2 - Dragon Chapel + Add query debug setting to config file. See config.default.php for QUERY_DEBUG constant. Add it to your local config.php + Add log file path constant to config file. @@ -29,6 +29,8 @@ ALTER TABLE `#REPLACE_ME#_link` CHANGE `hash` `hash` CHAR(32) CHARACTER SET utf8 ALTER TABLE `#REPLACE_ME#_link` CHANGE `search` `search` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL; ALTER TABLE `#REPLACE_ME#_category` CHANGE `name` `name` VARCHAR(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL; + + Folder and its contents lib/MysqlDump can be removed. + ## version 2.8.1 - Deathwind + Added debug setting into config. See config.default.php for DEBUG constant. Add it to your local config.php