This repository has been archived by the owner on Nov 11, 2020. It is now read-only.
1.6.3
We are happy to announce the immediate availability of Doctrine MongoDB Abstraction Layer 1.6.3.
Bug fixes in this release
This release fixes a bug with the popFirst
and popLast
methods in Expr
which causes the wrong elements to be removed.
A full list of issues and pull requests included in this release may be found in the 1.6.3 milestone.
PHP version support
This library requires PHP 5.6 or newer. If you are using PHP 7.0 or newer, you can use this library by adding a polyfill for ext-mongo
, like mongo-php-adapter.