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