Skip to content

Releases: mdeboer/doctrine-behaviour

v5.1.0

29 Nov 10:30

Choose a tag to compare

Changes

  • Updated code style to PER-CS2x0
  • Updated GitHub workflow to run with more PHP versions and also with lowest dependencies

Fixes

  • Minimum doctrine/orm version requirement. It was 2.11 before, but that was incorrect and didn't work. The minimum version is 2.14.3.
  • Small issue with older doctrine/orm versions creating the EntityManager in tests
  • Not running coverage by default with PHPUnit as that prevented running tests without xdebug.

Full Changelog: v5.0.0...v5.1.0

v5.0.0

21 Feb 14:17

Choose a tag to compare

Important

Please see UPGRADING.md for upgrade instructions.

Added

  • Cleaned up and added strict type declarations.
  • Added PHP_CodeSniffer (and fixer) configuration.

Changed

v4.1.1

15 Apr 10:24

Choose a tag to compare

Changed

  • Updated dependencies

v4.1.0

11 Apr 12:16

Choose a tag to compare

This is probably the last update for v4, working on v5 with support for Doctrine ORM 3.

Changed

v4.0.0

12 Sep 15:15
feda25b

Choose a tag to compare

Please see UPGRADING.md for upgrade instructions.

Added

Changed

Fixed

  • Fixed expirable filter not always using correct column name
  • Fixed soft-delete filter not always using correct column name

v3.0.0

30 Jul 17:30
1446eeb

Choose a tag to compare

This package was previously maintained on cloudstek/doctrine-behaviour and is now maintained here.

This release is API compatible with v2.1.0, nothing has changed but the namespace, package name and the repository
where it is maintained. It is still maintained by me.

Changed

  • Updated namespace from Cloudstek\DoctrineBehaviour\ to mdeboer\DoctrineBehaviour
  • Update package name from cloudstek/doctrine-behaviour to mdeboer/doctrine-behaviour

Upgrade notes

  • Replace package cloudstek/doctrine-behaviour with mdeboer/doctrine-behaviour
  • Replace references to Cloudstek\DoctrineBehaviour with mdeboer\DoctrineBehaviour
  • All done! 🥳