Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Jun 12, 2017
1 parent f9c2e0a commit df24ab6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 3.1.0 (2017-06-11)
* Add $language support to slugify
* Add bg specific transliteration
* ЬЪ/ьъ handling is now language-specific

### 3.0.1 (2017-04-12)
* Don't replace @ in toAscii
* Use normal replacement for @ in slugify, e.g. user@home => user-home
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Stringy](http://danielstjules.com/github/stringy-logo.png)

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'
Expand Down Expand Up @@ -180,7 +180,7 @@ in your composer.json file:

```json
"require": {
"danielstjules/stringy": "~3.0.1"
"danielstjules/stringy": "~3.1.0"
}
```

Expand Down

0 comments on commit df24ab6

Please sign in to comment.