DoctrineMongoODMModule

Laminas Module for Doctrine MongoDB ODM

MIT License

Downloads
600.1K
Stars
83
Committers
40

Bot releases are visible (Hide)

DoctrineMongoODMModule - 2.0.0

Published by TomHAnderson over 4 years ago

Added

  • Support for Laminas
  • Docker used for testing

Changed

  • Minimum PHP version now 7.2
  • Suport for DoctrineModule 4.0

Removed

  • Support for Zend Framework
DoctrineMongoODMModule - 1.1.1

Published by malarzm over 5 years ago

Changed

  • Allow ^2.1.7 version of DoctrineModule
DoctrineMongoODMModule - 1.1.0

Published by TomHAnderson almost 6 years ago

Changed

  • Allow DoctrineModule 2.1 + Travis update (PHP 7.3)
  • Removed support for PHP < 7.1
DoctrineMongoODMModule - 1.0.0

Published by alcaeus over 7 years ago

This is a stable release. From now on, the project will follow semantic versioning.

See changelog for additional release notes.

Note: compared to 0.11.0, this version introduces a BC break by fixing the namespace alias for the DocumentManager.

DoctrineMongoODMModule - 0.11.0

Published by gianarb about 8 years ago

  • Add PHP 7 to the build matrix (#161)
  • ZF3 compatibility (#168)
  • Require stable version of DoctrineModule 1.2.0 instead of dev-master (#172)
DoctrineMongoODMModule - 0.9.1

Published by gianarb over 9 years ago

  • [#140] Fixed #139 add minimum stabiliy dev for mongodb-odm
DoctrineMongoODMModule - 0.9.0

Published by gianarb over 9 years ago

Build Status

We are happy to announce DoctrineMongoODMModule 0.9.0!
This is first version that drop PHP 5.3!!

  • #125 Drop PHP 5.3 support
  • #124 Add DoctrineObject factory for DocumentManager
  • #128 allow adding custom types via module config
  • #135 Stable composer configuration
DoctrineMongoODMModule - 0.8.2

Published by Ocramius over 9 years ago

Build Status

The Zend Framework Integration Team is happy to announce the new release of DoctrineMongoODMModule.
DoctrineMongoODMModule 0.8.2 will be the last bugfix version with support for DoctrineModule 0.8, and in consequence, it is the last version that will support PHP 5.3.
Further versions of the 0.8.* series may still be released in case of security issues.

Following issues were solved in this release:

  • #108 updated paginator documentation
  • #109 added user guide
  • #114 simplified unit testing
  • #115 removed files for old test setup

To install this version, simply update your composer.json by using following command:

./composer.phar require "doctrine/doctrine-mongo-odm-module:0.8.2"
DoctrineMongoODMModule - 0.8.1

Published by Ocramius over 10 years ago

0.8.1 release, fixes for #54, #101, #103, #104, #105