Skip to content

1.2.0

Compare
Choose a tag to compare
@alcaeus alcaeus released this 24 Oct 14:44
· 129 commits to 1.2.x since this release
8d8ff77

Doctrine MongoDB 1.2.0 Release

We are happy to announce the availability of Doctrine MongoDB ODM 1.2.0.

What is new in 1.2.0?

Please see the UPGRADE document for notable changes.

All issues and pull requests in this release may be found under the 1.2 milestone.

Installation

You can install this version of MongoDB ODM by using Composer and the following composer.json contents:

{
    "require": {
        "doctrine/mongodb-odm": "^1.2.0"
    }
}