Skip to content

Commit 774b4cc

Browse files
committed
Updates to metadata, licence, documentation, to be more complient.
1 parent 14fba48 commit 774b4cc

File tree

3 files changed

+39
-34
lines changed

3 files changed

+39
-34
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) [year] [fullname]
3+
Copyright (c) 2013-2014 Jason Judge
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,8 @@ https://github.com/academe/wp-max-submit-protect
8989
Just install the plugin (binary zips are available under the releases) and it will protect
9090
all admin forms from being submitted if the server will not accept the number of form items
9191
being POSTed.
92+
93+
## jQuery Plugins
94+
95+
The latest version is available here:
96+
http://plugins.jquery.com/jquery-maxsubmit/

jquery-maxsubmit.jquery.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"name": "jquery-maxsubmit",
3-
"title": "jQuery Maxsubmit",
4-
"description": "jQuery plugin To catch forms with too many POST variables for the server, saving lost data.",
5-
"keywords": [
6-
"post",
7-
"maxinputvars",
8-
"suhosin"
9-
],
10-
"version": "1.1.0",
11-
"author": {
12-
"name": "Jason Judge",
13-
"url": "https://github.com/judgej"
14-
},
15-
"maintainers": [
16-
{
17-
"name": "Jason Judge",
18-
"email": "[email protected]",
19-
"url": "http://academe.co.uk"
20-
}
21-
],
22-
"licenses": [
23-
{
24-
"type": "MIT",
25-
"url": "http://opensource.org/licenses/MIT"
26-
}
27-
],
28-
"bugs": "https://github.com/judgej/jquery-maxsubmit/issues",
29-
"homepage": "https://github.com/judgej/jquery-maxsubmit",
30-
"docs": "https://github.com/judgej/jquery-maxsubmit",
31-
"download": "https://github.com/judgej/jquery-maxsubmit/archive/master.zip",
32-
"dependencies": {
33-
"jquery": ">=1.5"
34-
}
2+
"name": "jquery-maxsubmit",
3+
"title": "jQuery Maxsubmit",
4+
"description": "jQuery plugin to catch forms with too many POST variables for the server, allowing the user to avoid lost data.",
5+
"keywords": [
6+
"post",
7+
"maxinputvars",
8+
"suhosin"
9+
],
10+
"version": "1.1.0",
11+
"author": {
12+
"name": "Jason Judge",
13+
"url": "https://github.com/judgej"
14+
},
15+
"maintainers": [
16+
{
17+
"name": "Jason Judge",
18+
"email": "[email protected]",
19+
"url": "http://academe.co.uk"
20+
}
21+
],
22+
"licenses": [
23+
{
24+
"type": "MIT",
25+
"url": "https://github.com/judgej/jquery-maxsubmit/blob/master/LICENSE.md"
26+
}
27+
],
28+
"bugs": "https://github.com/judgej/jquery-maxsubmit/issues",
29+
"homepage": "https://github.com/judgej/jquery-maxsubmit",
30+
"docs": "https://github.com/judgej/jquery-maxsubmit",
31+
"download": "https://github.com/judgej/jquery-maxsubmit/archive/1.1.0.zip",
32+
"dependencies": {
33+
"jquery": ">=1.5"
34+
}
3535
}

0 commit comments

Comments
 (0)