diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a5407..16b2b8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ (c) 2011, 2013 phpManufaktur by Ralf Hertsch
MIT License (MIT) - +**2.0.30** - 2013-10-25 + +* SystemCheck: set always a default time zone (Europe/Berlin) +* SystemCheck: add missing support for BlackCat CMS +* disable checksum check for restored tables (seems sometimes to differ out of reason) + **2.0.29** - 2013-10-20 * changed definition for `CMS_ADMIN_PATH` and `CMS_ADMIN_URL` (could fail) diff --git a/VERSION b/VERSION index 3df5a46..07a2199 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.29 +2.0.30 diff --git a/info.php b/info.php index aeb10b7..0b98a8e 100644 --- a/info.php +++ b/info.php @@ -23,7 +23,7 @@ $module_directory = 'sync_data'; $module_name = 'SyncData'; $module_function = 'tool'; - $module_version = '2.0.29'; + $module_version = '2.0.30'; $module_status = 'Stable'; $module_platform = '2.8'; $module_author = 'Team phpManufaktur ';