Skip to content

Releases: doctrine/DoctrineModule

4.4.0

01 Dec 14:54
4.4.0
b1db93d
Compare
Choose a tag to compare

Release Notes for 4.4.0

Feature release (minor)

4.4.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

4.3.1

01 Dec 10:13
4.3.1
e8a7023
Compare
Choose a tag to compare

Release Notes for 4.3.1

4.3.x bugfix release (patch)

4.3.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

4.3.0

27 Nov 22:12
4.3.0
33c3f0c
Compare
Choose a tag to compare

Release Notes for 4.3.0

Feature release (minor)

Added

  • Support for laminas-cache 3, both laminas-cache 2 and 3 can now be used with DoctrineModule

4.3.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

4.2.2

12 Nov 07:59
4.2.2
54af385
Compare
Choose a tag to compare

Release Notes for 4.2.2

4.2.x bugfix release (patch)

4.2.2

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 1

Enhancement

Bug

Documentation

4.2.1

05 Nov 09:21
4.2.1
57247fe
Compare
Choose a tag to compare

Release Notes for 4.2.1

4.2.x bugfix release (patch)

4.2.1

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

Bug

Enhancement

4.2.0

28 Oct 21:03
4.2.0
de74578
Compare
Choose a tag to compare

Release Notes for 4.2.0

Feature release (minor)

Added

  • Support for PHP 8.0 and 8.1. Please note that some upstream dependencies are not yet compatible with PHP 8.1, hence, DoctrineModule cannot yet be installed using PHP 8.1.
  • Support for laminas-form 3.0, either laminas-form 2.0 or 3.0 can be used with DoctrineModule.

Changed

Deprecated

  • Usage of laminas-mvc-console is deprecated. If you used php public/index.php to access the Doctrine CLI, please switch to using ./vendor/bin/doctrine-module instead.
  • All signatures related to laminas-servicemanager 2.0 have been deprecated as DoctrineModule already requires laminas-servicemanager 3.0 for a while.

Removed

  • Support for PHP 7.2.

4.2.0

  • Total issues resolved: 1
  • Total pull requests resolved: 11
  • Total contributors: 2

Documentation

Enhancement

Bug

4.1.3

18 Oct 19:26
4.1.3
662362a
Compare
Choose a tag to compare

4.1.2

19 Jan 20:15
b2ab0f5
Compare
Choose a tag to compare

Added

  • Support for PHP 8.0
  • Added direct dependencies for annotation and collections

Note

The 4.1.1 release was tagged from the wrong branch. See #720 and #722 (comment)

This release continues the 4.1.x releases.

4.1.1

26 Dec 21:13
f9cf098
Compare
Choose a tag to compare

NOTE

This release was created from the wrong (4.0.x) branch and should not be used. Please use the follow-up release of 4.1.2 and above.

Changed

  • Removed use fo Laminas/Hydrator from this module. That functionality has been moved to doctrine/doctrine-laminas-hydrator

4.0.6

13 Nov 21:04
48b5d77
Compare
Choose a tag to compare

Fixed

  • Coding standard moved to v8.2 and CS fixes applied. This enables Composer 2 for this repository.