Skip to content

Commit

Permalink
Release of new version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Dec 8, 2015
1 parent 0832243 commit 62bbd2f
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
-----

Release 1.3.0

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

Expand Down Expand Up @@ -336,4 +341,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-rc4';
const VERSION = '1.3.0';
}

0 comments on commit 62bbd2f

Please sign in to comment.