Skip to content

Commit

Permalink
Release of new version 1.3.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Aug 10, 2015
1 parent 12d1721 commit db4d7ab
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-rc2
---------

fixed coding style violations

1.3.0-rc
--------

Expand Down Expand Up @@ -305,4 +310,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-rc';
const VERSION = '1.3.0-rc2';
}

0 comments on commit db4d7ab

Please sign in to comment.