From 7600549abc0261f469445c89e47ee63aff3b32f8 Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Sat, 19 Apr 2014 11:03:05 -0400 Subject: [PATCH] 1.5.1 release --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 383a994..c9a687c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index e1e0d25..87ef032 100644 --- a/README.md +++ b/README.md @@ -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