Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48ab34 commit 1d67402Copy full SHA for 1d67402
README.md
@@ -521,6 +521,12 @@ $slugify = $container->get(Slugify\SlugifyInterface::class);
521
522
## Change Log
523
524
+### Version 4.6.0 (10 September 2024)
525
+
526
+- [#336](https://github.com/cocur/slugify/pull/336) Add Yiddish language ruleset ([yankl](https://github.com/yankl))
527
+- [#340](https://github.com/cocur/slugify/pull/340) Fix for Symfony 7.1 (by [Evgeny1973](https://github.com/Evgeny1973))
528
+- [#342](https://github.com/cocur/slugify/pull/342) Fix PHP 8.4 deprecation about implicit null arguments (by [shyim](https://github.com/shyim))
529
530
### Version 4.5.1 (16 September 2023)
531
532
- Drop support for PHP 7 and fix version constraints
0 commit comments