Skip to content

Commit

Permalink
Prepare README for v0.10.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Eckerstorfer committed Nov 8, 2014
1 parent 28054dc commit 4baf743
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ Features
--------

- Removes all special characters from a string.
- Provides custom replacements for German, French, Spanish, Russian, Ukrainian, Polish, Czech, Latvian, Greek, ~~Esperanto~~¹ and Arabian special characters. Instead of removing these characters Slugify approximates them (e.g., `ae` replaces `ä`).
- Provides custom replacements for German, French, Spanish, Russian, Ukrainian, Polish, Czech, Latvian, Greek, Esperanto¹, Arabian and Vietnamese special characters. Instead of removing these characters Slugify approximates them (e.g., `ae` replaces `ä`).
- No external dependencies.
- PSR-4 compatible.
- Compatible with PHP >= 5.3.3 and [HHVM](http://hhvm.com).
- Integrations for [Symfony2](http://symfony.com), [Silex](http://silex.sensiolabs.org), [Laravel](http://laravel.com) and [Twig](http://twig.sensiolabs.org).

¹ Some Esperanto transliterations were conflicting with others. We will add some kind of support for in a future
version.
¹ Some Esperanto transliterations conflict with others. You need to enable the Esperanto ruleset to use these transliterations.

Installation
------------
Expand Down Expand Up @@ -246,6 +245,10 @@ $url = Slugify::slugify('welcome to the homepage');
Changelog
---------

### Version 0.10.3 (8 November 2014)

- [#48](https:/cocur/slugify/pull/48) Add support for Vietnamese (by [mac2000](https:/mac2000))

### Version 0.10.2 (18 October 2014)

- [#44](https:/cocur/slugify/pull/44) Change visibility of properties to `protected` (by [acelaya](https:/acelaya))
Expand Down

0 comments on commit 4baf743

Please sign in to comment.