1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-07 05:46:42 +02:00
This commit is contained in:
Daniel St. Jules
2017-04-12 11:20:39 -04:00
parent f22117862b
commit 2288363663
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
### 3.0.1 (2017-04-12)
* Don't replace @ in toAscii
* Use normal replacement for @ in slugify, e.g. user@home => user-home
### 3.0.0 (2017-03-08)
* Breaking change: added $language parameter to toAscii, before

View File

@@ -180,7 +180,7 @@ in your composer.json file:
```json
"require": {
"danielstjules/stringy": "~3.0"
"danielstjules/stringy": "~3.0.1"
}
```