]> 91.132.146.200 Git - insipid.git/commitdiff
updated update.txt about new config valiues
authorBanana <mail@bananas-playground.net>
Mon, 11 Sep 2023 09:36:21 +0000 (11:36 +0200)
committerBanana <mail@bananas-playground.net>
Mon, 11 Sep 2023 09:36:21 +0000 (11:36 +0200)
ChangeLog
documentation/update.txt

index 56643e56268f298a1f195dc6bb5844b04b12c60a..831531859ef3774616cec910458e5f4c04483eb4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ version 2.x - Dragon Chapel ()
        + Updated from https://github.com/druidfi/mysqldump-php to https://github.com/ifsnop/mysqldump-php since develop
          resumed. Version mysqldump-php v2.11
        + Updated https://github.com/mikehaertl/php-shellcommand to 1.7.0
+       + Added LOGFILE and QUERY_DEBUG const to config.php. See update.txt for more details
 
 version 2.8.1 - Deathwind Chapel (2022-12-31)
 
index 031567514a5e0afd6f4811d6561e78474340adca..9fed81250e1d8eebac6f3e05f5aa8710d744160f 100644 (file)
@@ -1,16 +1,22 @@
 If you are updating from a previous version make sure every update info from
 the version your are updating from is done.
 
-## version 2.8.1
+## version 2. - Dragon Chapel
++ Added query debug setting to config file.
+  See config.default.php for QUERY_DEBUG constant. Add it to your local config.php
++ Added log file path constant to config file.
+  See config.default.php for LOGFILE constant. Add it to your local config.php
+
+## version 2.8.1 - Deathwind
 + Added debug setting into config. See config.default.php for DEBUG constant.
   Add it to your local config.php
 + Removed WKHTMLTOPDF_USE and WKHTMLTOPDF_COMMAND from config file.
   and replaced with COMPLETE_PAGE_SCREENSHOT and COMPLETE_PAGE_SCREENSHOT_COMMAND
 
-## version 2.8 Wastelands
+## version 2.8 Wastelands
 + Nothing.
 
-## version 2.7 Sacred Grove
+## version 2.7 Sacred Grove
 + New syntax in config file. Switched from define() to const syntax.
   Use config.default.php as a template to update your config.