diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c9bd9..a0cf506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ (c) 2011, 2013 phpManufaktur by Ralf Hertsch
MIT License (MIT) - +**2.0.26** + +* updated to ConfirmationLog 0.17 +* fixed: compatibility problem with old droplet code `[[confirmation_log]]` +* fixed: problem to detect the correct URL of a NEWS article +* fixed: access to undefined indexes while adding new records in SYNC mode +* added: SYNC copy now new archives directly to /outbox for further processing + **2.0.25** - 2013-10-03 * updated to ConfirmationLog 0.16 diff --git a/VERSION b/VERSION index efb4534..f6ee962 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.25 +2.0.26 diff --git a/info.php b/info.php index 55d3c1a..35ede0b 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.25'; + $module_version = '2.0.26'; $module_status = 'Stable'; $module_platform = '2.8'; $module_author = 'Team phpManufaktur ';