Releases: cocur/slugify
Releases · cocur/slugify
Version 3.0.1 (24 September 2017)
- #183 Fix invalid JSON (RusiPapazov)
- #185 Fix support for Symfony > 3.3 (by FabienPapet)
- #186 Require Multibyte extension in
composer.json
(by wandersonwhcr)
Version 3.0 (11 August 2017)
- HHVM is no longer supported
- Bugfix #165 Added missing French rules to
DefaultRuleProvider
(by gsouf) - #168 Add Persian rules (by mohammad6006)
- Bugfix #169 Add missing
getName()
toCocur\Slugify\Bridge\Twig\SlugifyExtension
(by TomCan) - #172 Sort rules in
DefaultRuleProvider
alphabetically (by tbmatuka) - #174 Add Hungarian rules (by rviktor87)
- #180 Add Brazilian Portuguese rules (by tallesairan)
- Bugfix #181 Add missing French rules (by FabienPapet)
Version 2.5 (23 March 2017)
- #150 Add Romanian rules (by gabiudrescu)
- #154 Add French rules (by SuN-80)
- #159 Add Estonian rules (by erkimiilberg)
- #162 Add support for Twig 2 (by JakeFr)
Version 2.4 (9 February 2017)
Version 2.3 (9 August 2016)
- #124 Fix support for Bulgarian
- #125 Update Silex 2 provider (by JakeFr)
- #129 Add support for Croatian (by napravicukod)
Version 2.2 (10 July 2016)
- #102 Add transliterations for Azerbaijani (by seferov)
- #109 Made integer values into strings (by JonathanMH)
- #114 Provide SlugifyServiceProvider for league/container (by localheinz)
- #120 Add compatibility with Silex 2 (by shamotj)
Version 2.1.1 (8 April 2016)
- Do not activate Swedish rules by default (fixes broken v2.1 release)
Version 2.1.0 (8 April 2016)
Version 2.0 (24 February 2016)
- #78 Use multibyte-safe case convention (by Koc)
- #81 Move rules into JSON files (by florianeckerstorfer)
- #84 Add tests for very long strings containing umlauts (by florianeckerstorfer)
- #88 Add rules for Hindi (by florianeckerstorfer)
- #89 Add rules for Norwegian (by tsmes)
- #90 Replace
bindShared
withsingleton
in Laravel bridge (by sunspikes) - #97 Set minimum PHP version to 5.5.9 (by florianeckerstorfer)
- #98 Add rules for Bulgarian (by RoumenDamianoff)