From 0266713f8da8f88aa61d3cf948dd8eedbffa9a92 Mon Sep 17 00:00:00 2001 From: hertsch Date: Sun, 20 Oct 2013 04:50:56 +0200 Subject: [PATCH] Release 2.0.29 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- info.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b75689..ef60c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ (c) 2011, 2013 phpManufaktur by Ralf Hertsch
MIT License (MIT) - +**2.0.29** - 2013-10-20 + +* changed definition for `CMS_ADMIN_PATH` and `CMS_ADMIN_URL` (could fail) +* fixed: using `addError()` instead of `addInfo()` in `SynchronizeClient.php` +* updated to ConfirmationLog 0.20 +* added function `parseFileForConstants()` to `$app['utils']` +* if a `INSTALLATION_NAME` exists, the logger will now use is for better identify + **2.0.28** - 2013-10-10 * added missing INSTALLATION_NAME definition diff --git a/VERSION b/VERSION index 0047786..3df5a46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.28 +2.0.29 diff --git a/info.php b/info.php index d972dcf..aeb10b7 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.28'; + $module_version = '2.0.29'; $module_status = 'Stable'; $module_platform = '2.8'; $module_author = 'Team phpManufaktur ';