Doctrine 2.3.0 RC4 released

Posted on September 17, 2012 by beberlei


17.9.2012

We released another release candidate of our upcoming Doctrine 2.3.0 version. This includes the Common, DBAL and ORM packages.

This release trys to keep backwards compatibility to every previous release as much as possible, however some slight changes might be necessary to your applications. See the UPGRADE files of each project for details:

See the 2.3 Beta blog post for some information about changes in 2.3.

You can install the release candidate through Github or Composer:

{
    "require": {
        "doctrine/orm": "2.3.0-RC4"
    },
    "minimum-stability": "dev"
}

If you find any problems with your applications please report them on our bugtracker.

We hope to release the final version of Doctrine 2.3 after this release candidate. Please test your applications with this.