Skip to content

Releases: KnpLabs/DoctrineBehaviors

DoctrineBehavior 2.3 Released

09 Aug 08:40
35ba29c
Compare
Choose a tag to compare

Min PHP 8.0

PHP 7.3 is about to expire and PHP 7.4 is here for a while too.
This release is bumping to PHP 8.0 as minimum version

https://www.php.net/supported-versions.php

image

DoctrineBehaviors 2.2 Released

08 Mar 22:25
47a98f2
Compare
Choose a tag to compare

Min PHP 7.3

PHP 7.2 is not secure anymore, so this release is bumping to PHP 7.3 as minimum version

image

  • See pull-request #617

Travis to GitHub Actions

Travis tests were actually not running for couple of months, as Travis does not support open-source for last ~3 months. Now we're up and runnin on GitHub Actions again 👍

  • See pull-request #616

Released DoctrineBehaviors 2.0

01 Jan 23:46
b3bb9f6
Compare
Choose a tag to compare

Released DoctrineBehaviors 2.0

Main Changes

  • Symfony 5 full support
  • added interfaces
  • removed filterable, geocodable and sortable

Read Doctrine Behaviors 2.0 - Reloaded post for upgrade path from 1 to 2, main changes and full story behind this version.


See full CHANGELOG.md for all changes.

1.6.0: Merge pull request #392, #358 and #382

13 Nov 10:56
9cc036e
Compare
Choose a tag to compare

Changelog

  • [Translatable] Check trait usage for translation instead method check (will drop in v2 for interface)
  • [Tree] Add possibility to pass extra parameters in getTree
  • [Translatable] Do not persist new translations if empty

1.5.0: Merge pull request #365 from Einenlum/fix/drop-php-7

06 Oct 08:55
Compare
Choose a tag to compare

Changelog

  • Drops support for PHP < 7.0
  • We can now use ->setChildOf(null) on a Node to make it root

1.4.1: Merge pull request #360 from Einenlum/fix/tests-doctrine-common

19 Sep 16:17
Compare
Choose a tag to compare

1.4.0: Merge pull request #331 from lemoinem/fix/timestampable-tests

30 Sep 06:09
Compare
Choose a tag to compare

1.3.2: Merge pull request #300 from NiR-/fix/default-config

09 Mar 12:10
Compare
Choose a tag to compare
Fix beforeNormalization anonymous function

1.3.1: Merge pull request #298 from NiR-/fix/default-config

09 Mar 11:28
Compare
Choose a tag to compare
Fix #267: if no config specified all behaviors are enabled

1.3.0: Merge pull request #265 from DerekRoth/language-only-fallback

12 Jan 08:18
Compare
Choose a tag to compare