Skip to content

Commit

Permalink
Release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pid committed Nov 11, 2014
1 parent 5935cdd commit fcc9d94
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changelog
=========

- v0.17.0 pass global to anonymous function #42
- v0.16.0 add support for italian
- v0.15.0 bugfix #38
- v0.14.0 add support for turkish
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ copy the file speakingurl.min.js to your script directory
#### [CDN/cloudflare](https://www.cloudflare.com/)

- available versions: http://cdnjs.com/libraries/speakingurl/
- use //cdnjs.cloudflare.com/ajax/libs/speakingurl/0.16.0/speakingurl.min.js
- use //cdnjs.cloudflare.com/ajax/libs/speakingurl/0.17.0/speakingurl.min.js

#### [CDN/maxcdn](https://www.maxcdn.com/)

- available versions: http://www.jsdelivr.com/#!speakingurl
- use //cdn.jsdelivr.net/speakingurl/0.16.0/speakingurl.min.js
- use //cdn.jsdelivr.net/speakingurl/0.17.0/speakingurl.min.js

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speakingurl",
"version": "0.16.0",
"version": "0.17.0",
"description": "Generate a slug – transliteration with a lot of options",
"main": "speakingurl.min.js",
"homepage": "http://pid.github.io/speakingurl/",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "speakingurl",
"repo": "pid/speakingurl",
"description": "Generate of so called 'static' or 'Clean URL' or 'Pretty URL' or 'nice-looking URL' or 'Speaking URL' or 'user-friendly URL' or 'SEO-friendly URL' or 'slug' from a string.",
"version": "0.16.0",
"version": "0.17.0",
"keywords": [
"slug",
"seo",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speakingurl",
"version": "0.16.0",
"version": "0.17.0",
"description": "Generate a slug – transliteration with a lot of options",
"homepage": "http://pid.github.io/speakingurl/",
"github": "http://github.com/pid/speakingurl",
Expand Down Expand Up @@ -53,7 +53,7 @@
"gulp-load-plugins": "^0.7.0",
"gulp-mocha": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-replace": "^0.5.0",
"gulp-uglify": "^1.0.1",
"jshint-stylish": "^1.0.0",
"minimist": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions speakingurl.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fcc9d94

Please sign in to comment.