Skip to content

Releases: KnpLabs/DoctrineBehaviors

v3.0.0

12 Oct 17:54
775ccba

Choose a tag to compare

This release bumps the versions of different dependencies to allow installation on newer Symfony versions

Supported versions:

  • PHP: 8.1+
  • Symfony: 5.4 support is removed and currently is ^6.4 and ^7.2 supported
  • Doctrine ORM: ^2.12 and ^3.0
  • Doctrine DBAL: ^3.8 and ^4.1

Various doctrine orm and dbal deprecations are resolved (ag. Doctrine eventsubscribers are converted to event listeners)

DoctrineBehavior 2.3 Released

09 Aug 08:40
35ba29c

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

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

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

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

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

Choose a tag to compare

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

30 Sep 06:09

Choose a tag to compare

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

09 Mar 12:10

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

Choose a tag to compare

Fix #267: if no config specified all behaviors are enabled