Skip to content

Commit

Permalink
Release 2.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
hertsch committed Oct 3, 2013
1 parent ec5b8dd commit 80bf68b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
(c) 2011, 2013 phpManufaktur by Ralf Hertsch<br/>
MIT License (MIT) - <http://www.opensource.org/licenses/MIT>

**2.0.25** - 2013-10-03

* updated to ConfirmationLog 0.16
* added submission of pending confirmations

**2.0.24** - 2013-10-02

* if the old droplet `[[confirmation_log]]` exists, rewrite it to the new code, so it can be also used (compatibility) with SyncData
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.24
2.0.25
2 changes: 1 addition & 1 deletion info.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
$module_directory = 'sync_data';
$module_name = 'SyncData';
$module_function = 'tool';
$module_version = '2.0.24';
$module_version = '2.0.25';
$module_status = 'Stable';
$module_platform = '2.8';
$module_author = 'Team phpManufaktur <[email protected]>';
Expand Down

0 comments on commit 80bf68b

Please sign in to comment.