]> 91.132.146.200 Git - insipid.git/commitdiff
final changes 2.8.2_20230914
authorBanana <mail@bananas-playground.net>
Thu, 14 Sep 2023 10:32:00 +0000 (12:32 +0200)
committerBanana <mail@bananas-playground.net>
Thu, 14 Sep 2023 10:32:00 +0000 (12:32 +0200)
ChangeLog
VERSION
documentation/update.txt

index b2c04968b397b83ea5272a22391ac7a955854da3..695a0bc615103eb65d926b1c1b31347347ad3650 100644 (file)
--- 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 7cc8ee03538df5c4a05960eb74644b87089e101b..beb3e4b58b95224c55b86aad0f1c1bb8a48a77c5 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.x - Dragon Chapel
+2.8.2 - Dragon Chapel
index d3e500e384cae7b7ea103bbab43f8f3c7bade998..07867f3bb8aa94025be3640f88ee809ca3f00121 100644 (file)
@@ -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