Skip to content

Commit

Permalink
Release of new version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Apr 6, 2016
1 parent 5c4ccb5 commit 094accb
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
Expand Up @@ -4,6 +4,11 @@ Changelog
1.3.1
-----

Version 1.3.1

1.3.1
-----

* **2016-04-05**: [Bugfix][Migration] The `doctrine:phpcr:document:convert-translation` had a bug preventing the
last batch of translations from being saved. If you used the converter, you might have some
of your documents not properly converted. Do not re-run the converter on a repository where
Expand Down Expand Up @@ -351,4 +356,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';
const VERSION = '1.3.1';
}

0 comments on commit 094accb

Please sign in to comment.