Skip to content

Commit df24ab6

Browse files
committed
3.1.0
1 parent f9c2e0a commit df24ab6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
### 3.0.1 (2017-04-12)
27
* Don't replace @ in toAscii
38
* Use normal replacement for @ in slugify, e.g. user@home => user-home

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![Stringy](http://danielstjules.com/github/stringy-logo.png)
22

33
A PHP string manipulation library with multibyte support. Compatible with PHP
4-
5.4+, PHP 7, and HHVM.
4+
5.4+, PHP 7+, and HHVM.
55

66
``` php
77
s('string')->toTitleCase()->ensureRight('y') == 'Stringy'
@@ -180,7 +180,7 @@ in your composer.json file:
180180

181181
```json
182182
"require": {
183-
"danielstjules/stringy": "~3.0.1"
183+
"danielstjules/stringy": "~3.1.0"
184184
}
185185
```
186186

0 commit comments

Comments
 (0)