+ 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)
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.