From 62bbd2f469c464ad6c300fb9fa7712c8e004396c Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 8 Dec 2015 17:42:00 +0100 Subject: [PATCH] Release of new version 1.3.0 --- CHANGELOG.md | 7 ++++++- lib/Doctrine/ODM/PHPCR/Version.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c681ac4..aff7bf5d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +1.3.0 +----- + +Release 1.3.0 + 1.3.0-rc3 --------- @@ -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() \ No newline at end of file diff --git a/lib/Doctrine/ODM/PHPCR/Version.php b/lib/Doctrine/ODM/PHPCR/Version.php index ba98d3e89..2c7eeac56 100644 --- a/lib/Doctrine/ODM/PHPCR/Version.php +++ b/lib/Doctrine/ODM/PHPCR/Version.php @@ -27,5 +27,5 @@ class Version /** * Current version of PHPCR ODM */ - const VERSION = '1.3.0-rc4'; + const VERSION = '1.3.0'; }