We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c2e0a commit df24ab6Copy full SHA for df24ab6
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### 3.1.0 (2017-06-11)
2
+* Add $language support to slugify
3
+* Add bg specific transliteration
4
+* ЬЪ/ьъ handling is now language-specific
5
+
6
### 3.0.1 (2017-04-12)
7
* Don't replace @ in toAscii
8
* Use normal replacement for @ in slugify, e.g. user@home => user-home
README.md
@@ -1,7 +1,7 @@

A PHP string manipulation library with multibyte support. Compatible with PHP
-5.4+, PHP 7, and HHVM.
+5.4+, PHP 7+, and HHVM.
``` php
s('string')->toTitleCase()->ensureRight('y') == 'Stringy'
@@ -180,7 +180,7 @@ in your composer.json file:
180
181
```json
182
"require": {
183
- "danielstjules/stringy": "~3.0.1"
+ "danielstjules/stringy": "~3.1.0"
184
}
185
```
186
0 commit comments