Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 18, 2015
1 parent e6d37c8 commit 126782c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions framework/ActiveSync/lib/Horde/ActiveSync/Collections.php
Expand Up @@ -723,6 +723,13 @@ public function initFullSync()
$this->_cache->clearCollectionKeys();
}

/**
* Prepare the syncCache for an EMPTY sync request.
*
* @return boolean False if EMPTY request cannot be performed, otherwise
* true.
* @since 2.25.0
*/
public function initEmptySync()
{
$this->loadCollectionsFromCache();
Expand Down
8 changes: 4 additions & 4 deletions framework/ActiveSync/package.xml
Expand Up @@ -12,8 +12,8 @@
</lead>
<date>2015-02-05</date>
<version>
<release>2.24.2</release>
<api>2.24.0</api>
<release>2.25.0</release>
<api>2.25.0</api>
</version>
<stability>
<release>stable</release>
Expand Down Expand Up @@ -2630,8 +2630,8 @@
</release>
<release>
<version>
<release>2.24.2</release>
<api>2.24.0</api></version>
<release>2.25.0</release>
<api>2.25.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
Expand Down

0 comments on commit 126782c

Please sign in to comment.