Skip to content

Releases: webfactory/slug-validation-bundle

Enables Symonfy 8.x 🚀

23 Dec 09:19
10acb39

Choose a tag to compare

What's Changed

  • Allow Symfony 8.x to be used by @mpdude in #21
  • Use PHPUnit attributes instead of annotations by @mpdude in #22

Full Changelog: 1.1.0...1.2.0

Prepare for the upcoming Symfony 7.4/8.0 release

18 Nov 08:38
c27c9e2

Choose a tag to compare

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

06 Jan 16:23
b35a956

Choose a tag to compare

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

22 Apr 12:17
e8d55c8

Choose a tag to compare

0.6.0

Allow Symfony 7 packages (#12)

Allow PHP 8.3 usage

15 Apr 08:37
9b80f99

Choose a tag to compare

0.5.0

Allow PHP 8.3 usage (#11)

Allow symfony 6 packages

14 Jun 08:05
524778b

Choose a tag to compare

0.4.0

Allow symfony 6 packages (#9)

Adds return type hints to avoid Symfony deprecation notices (#5)

05 May 21:17
ea9781b

Choose a tag to compare

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

12 Apr 08:14
37a3bf3

Choose a tag to compare

0.3.1

Move class to right directory

Allow usage with Symfony 5.x components (#3)

12 Apr 07:55
b25b506

Choose a tag to compare

0.3.0

Allow using Symfony 5.x components (#3)

Compatibility with Symfony 3.x and 4.x

04 Jul 21:45
383da63

Choose a tag to compare

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