Releases: webfactory/slug-validation-bundle
Releases · webfactory/slug-validation-bundle
Enables Symonfy 8.x 🚀
Prepare for the upcoming Symfony 7.4/8.0 release
This release prepares for the upcoming new Symfony LTS by updating the test matrix, addressing an already known deprecation, raising minimum requirements and allowing PHP 8.4 to be used.
What's Changed
- Test for objects that do not implement SluggableInterface (Case 178313) by @MalteWunsch in #17
- Update dependencies and test matrix for PHP 8.4 by @mpdude in #18
- Avoid using the deprecated Request::get() method by @mpdude in #20
Full Changelog: 1.0.0...1.1.0
1.0.0: Add compatibility for #[MapEntity] attribute
We have been using this bundle productively for years, so a 1.0 and the associated start of semantic versioning is long overdue.
With this release, we are introducing support for the #[MapEntity] attribute, which replaces the deprecated @ParamConverter annotation since Symfony 6.2. ParamConverters and other methods that provide controller action arguments continue to work.
Compatibility with Symfony 7
0.6.0 Allow Symfony 7 packages (#12)
Allow PHP 8.3 usage
0.5.0 Allow PHP 8.3 usage (#11)
Allow symfony 6 packages
0.4.0 Allow symfony 6 packages (#9)
Adds return type hints to avoid Symfony deprecation notices (#5)
Add (return) type hints (#5) By adding return type hints, we can avoid some deprecation notices emitted by Symfony.
Move a class that was overlooked in #2
0.3.1 Move class to right directory
Allow usage with Symfony 5.x components (#3)
0.3.0 Allow using Symfony 5.x components (#3)
Compatibility with Symfony 3.x and 4.x
Some brush-ups (#1) * Some brush-ups, tweak Travis build matrix, update PHPUnit, drop webfactory/symfony-application-tests dependency * Fix Travis CI config * Tweak the README