Skip to content

Commit

Permalink
release v9.0.0 fix #72
Browse files Browse the repository at this point in the history
  • Loading branch information
pid committed Feb 3, 2016
1 parent d297a5b commit 013eb82
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changelog
=========

- v9.0.0 fix of "Title Case error while accent on First Character for each word #72"
- v8.0.2 fix the fix; problems with release v8.0.1 with building speakingurl-min.js
- v8.0.1 merge #71 Improve sprockets fix
- v8.0.0 Cleanup Russian transliteration to ICAO https://en.wikipedia.org/wiki/Romanization_of_Russian
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ copy the file speakingurl.min.js to your script directory
available versions:

- [www.cdnjs.com/libraries/speakingurl/](http://cdnjs.com/libraries/speakingurl/)
- use [//cdnjs.cloudflare.com/ajax/libs/speakingurl/8.0.2/speakingurl.min.js](https://cdnjs.cloudflare.com/ajax/libs/speakingurl/8.0.2/speakingurl.min.js)
- use [//cdnjs.cloudflare.com/ajax/libs/speakingurl/9.0.0/speakingurl.min.js](https://cdnjs.cloudflare.com/ajax/libs/speakingurl/9.0.0/speakingurl.min.js)

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

available versions:

- [www.jsdelivr.com/#!speakingurl](]http://www.jsdelivr.com/#!speakingurl)
- use [//cdn.jsdelivr.net/speakingurl/8.0.2/speakingurl.min.js](https://cdn.jsdelivr.net/speakingurl/8.0.2/speakingurl.min.js)
- use [//cdn.jsdelivr.net/speakingurl/9.0.0/speakingurl.min.js](https://cdn.jsdelivr.net/speakingurl/9.0.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": "8.0.2",
"version": "9.0.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": "8.0.2",
"version": "9.0.0",
"keywords": [
"slug",
"seo",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speakingurl",
"version": "8.0.2",
"version": "9.0.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
4 changes: 2 additions & 2 deletions speakingurl.min.js

Large diffs are not rendered by default.

0 comments on commit 013eb82

Please sign in to comment.