Skip to content

1.0.10

Compare
Choose a tag to compare
@alcaeus alcaeus released this 29 Mar 18:30
· 3 commits to 1.0.x since this release
a85069e

I'm happy to announce that version 1.0.10 of mongo-php-adapter is now available.

Release highlights

This release fixes an issue when dealing with microseconds with leading zeroes in MongoDate objects.

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

Feedback

Please use the issue tracker to report any issues that you may encounter.

Installation

The preferred method of installing this library is with Composer by running the following from your project root:

$ composer require "alcaeus/mongo-php-adapter=^1.0.0"

If your project already has a dependency on ext-mongo, the command above may
not work. This is due to a bug in composer, see composer/composer#5030.

To fix this, you can use the --ignore-platform-reqs switch when running the
above command, or when running composer update with no composer.lock file
present.