Skip to content

Releases: deprecated-packages/DoctrineBehaviors

v2.5.1

14 Oct 15:56
Compare
Choose a tag to compare

v2.5.0

30 Sep 20:53
Compare
Choose a tag to compare
  • Update to KnpLabs/DoctrineBehaviors v1.4 (thanks to @TomasPilar)

Released version 2.4.0

13 Mar 21:11
Compare
Choose a tag to compare

Released version 2.3.0

19 Jan 14:26
Compare
Choose a tag to compare
  • Fix compatibility with KnpLabs/DoctrineBehaviors v1.3 (thanks to @TomasPilaru)
  • Fix compatibility with Kdyby/Doctrine v3.0 (thanks to @dejv88)

Released version 2.2.0

08 Sep 20:24
Compare
Choose a tag to compare
  • updated to KnpLabs\DoctrineBehaviors v1.1 (diff to v1.0.3)
  • #5 fixed translatable trait (thanks to @TomasPilaru )

Full diff to 2.1.0: v2.1.0...v2.2.0

Released version 2.1.0

09 Feb 11:45
Compare
Choose a tag to compare

Full diff to 2.0.0: v2.0.0...v2.1.0

Released version 2.0.0

09 Dec 09:05
Compare
Choose a tag to compare
  • lock to KnpLabs\DoctrineBehaviors stable version v1.0.2
  • bump min version to PHP 5.5
  • Zenify\CodingStandard updated to v2.0
  • nicer badges + code quality badge added

Diff to 1.1.3: v1.1.3...v2.0.0

Released version 1.1.3

01 Sep 13:51
Compare
Choose a tag to compare
  • tests added
  • allows callable in service or class form
  • configuration is now validated
  • support for PHP 5.3 added
  • Blameable: dummy UserCallable added
  • Loggable: removed dependency on Symfony