1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-12 08:14:06 +02:00

1.5.1 release

This commit is contained in:
Daniel St. Jules
2014-04-19 11:03:05 -04:00
parent 8fe30d18b7
commit 7600549abc
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
### 1.5.1 (2014-04-19)
* Fixed toAscii() failing to remove remaining non-ascii characters
* Updated slugify() to treat dash and underscore as delimiters by default
* Updated slugify() to remove leading and trailing delimiter, if present
### 1.5.0 (2014-03-19)
* Made both str and encoding protected, giving property access to subclasses

View File

@@ -77,7 +77,7 @@ If you're using Composer to manage dependencies, you can include the following
in your composer.json file:
"require": {
"danielstjules/stringy": ">=1.5.0"
"danielstjules/stringy": ">=1.5.1"
}
Then, after running `composer update` or `php composer.phar update`, you can