Releases: KnpLabs/DoctrineBehaviors
Releases · KnpLabs/DoctrineBehaviors
DoctrineBehavior 2.3 Released
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
DoctrineBehaviors 2.2 Released
Min PHP 7.3
PHP 7.2 is not secure anymore, so this release is bumping to PHP 7.3 as minimum version
- 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
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
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
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
Fix bugs and drop support for PHP < 7
1.4.0: Merge pull request #331 from lemoinem/fix/timestampable-tests
Fix Timestampable tests
1.3.2: Merge pull request #300 from NiR-/fix/default-config
Fix beforeNormalization anonymous function
1.3.1: Merge pull request #298 from NiR-/fix/default-config
Fix #267: if no config specified all behaviors are enabled
1.3.0: Merge pull request #265 from DerekRoth/language-only-fallback
Language only fallback