Skip to content

Commit f52139e

Browse files
committed
Update jquery.StringToSlug.jquery.json
1 parent 1a90751 commit f52139e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Diff for: jquery.StringToSlug.jquery.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
{
22
"name": "stringToSlug",
3-
"title": "jQuery Plugin StringToSlug",
4-
"description": "The stringToSlug converts any string to SLUG PERMALINK supporting all Languages using special chars or not in most of languages(English, French, Portuguese, Slovak, Spanish, Turkish...) according to unicode.org/charts",
3+
"version": "1.3.0",
4+
"title": "jQuery Plugin stringToSlug",
5+
"description": "The stringToSlug converts any string to SLUG PERMALINK according unicode.org in most of Languages using special chars or not ())",
56
"keywords": [
6-
"string",
7-
"slug",
87
"permalink",
8+
"string",
99
"text",
10+
"slug",
1011
"convert",
12+
"transform",
1113
"generate",
1214
"sanitize",
15+
"unicode",
1316
"encode",
1417
"latin",
15-
"unicode",
18+
"chars"
1619
],
17-
"version": "1.3",
1820
"author": {
1921
"name": "Leo Caseiro",
2022
"url": "http://leocaseiro.com.br/"
@@ -28,8 +30,8 @@
2830
"bugs": "https://github.com/leocaseiro/jQuery-Plugin-stringToSlug/issues",
2931
"homepage": "http://leocaseiro.github.io/jQuery-Plugin-stringToSlug/",
3032
"docs": "http://leocaseiro.github.io/jQuery-Plugin-stringToSlug/",
31-
"download": "https://github.com/leocaseiro/jQuery-Plugin-stringToSlug/zipball/master",
33+
"download": "https://github.com/leocaseiro/jQuery-Plugin-stringToSlug/archive/1.3.0.zip",
3234
"dependencies": {
3335
"jquery": ">=1.2.2"
3436
}
35-
}
37+
}

0 commit comments

Comments
 (0)