ORM 2.4.4 released

Posted on September 11, 2014 by Marco Pivetta


We are happy to announce the immediate availability of Doctrine ORM 2.4.4, which fixes a minor regression introduced by DDC-2996.

You can find all the changes on JIRA:

You can install the ORM using Composer and the following composer.json contents:

{
    "require": {
        "doctrine/orm": "2.4.4"
    }
}

Please report any issues you may have with the update on the mailing list or on Jira.