Skip to content

Commit 4ea3e15

Browse files
committed
Release 2.0.26
1 parent a508af4 commit 4ea3e15

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
(c) 2011, 2013 phpManufaktur by Ralf Hertsch<br/>
44
MIT License (MIT) - <http://www.opensource.org/licenses/MIT>
55

6+
**2.0.26**
7+
8+
* updated to ConfirmationLog 0.17
9+
* fixed: compatibility problem with old droplet code `[[confirmation_log]]`
10+
* fixed: problem to detect the correct URL of a NEWS article
11+
* fixed: access to undefined indexes while adding new records in SYNC mode
12+
* added: SYNC copy now new archives directly to /outbox for further processing
13+
614
**2.0.25** - 2013-10-03
715

816
* updated to ConfirmationLog 0.16

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.25
1+
2.0.26

info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$module_directory = 'sync_data';
2424
$module_name = 'SyncData';
2525
$module_function = 'tool';
26-
$module_version = '2.0.25';
26+
$module_version = '2.0.26';
2727
$module_status = 'Stable';
2828
$module_platform = '2.8';
2929
$module_author = 'Team phpManufaktur <team@phpmanufaktur.de>';

0 commit comments

Comments
 (0)