Skip to content

Commit

Permalink
Release of new version 1.3.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Sep 1, 2015
1 parent 4d3f7ea commit 7cd7c32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.3.0-rc3
---------

fix CVE-2015-5723 in the Proxy Generator

* **2015-08-27** **BC break** Missing parameter in `DocumentManagerInterface::getDocumentsByPhpcrQuery`
added. If you have your own implementation that is not based
on DocumentManagerDecorator, you will need to adjust that method.
Expand Down Expand Up @@ -326,4 +331,4 @@ maintenance release of the 1.0 family with bugfixes
->execute(Query::HYDRATE_PHPCR);
* CreateQuery($statement, $language) has NOT been implemented in the new query builder.
It is, however, still available in the DocumentManager.
* DocumentManager->getDocumentsByQuery renamed to getDocumentsByPhpcrQuery()
* DocumentManager->getDocumentsByQuery renamed to getDocumentsByPhpcrQuery()
2 changes: 1 addition & 1 deletion lib/Doctrine/ODM/PHPCR/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ class Version
/**
* Current version of PHPCR ODM
*/
const VERSION = '1.3.0-rc2';
const VERSION = '1.3.0-rc3';
}

0 comments on commit 7cd7c32

Please sign in to comment.