Skip to content

Commit 9e49330

Browse files
author
Kevin Morris
committed
Increments version to 4.0.1
1 parent 2c13432 commit 9e49330

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

README.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,19 @@ Requires jQuery 1.7+.
2121
](https://github.com/jquery-form/form/blob/master/dist/jquery.form.min.js)
2222

2323
###CDN
24-
* **v4.0.0**
25-
`<script src="https://cdn.rawgit.com/jquery-form/form/v4.0.0/dist/jquery.form.min.js" integrity="sha384-VbVFC0lW+zWNPASj3BNeyyhq8bfMBuPS/oKvruIvimT8gB9mee2oQtrFarxCzL5m" crossorigin="anonymous"></script>`
24+
* **v4.0.1**
25+
```html
26+
<script src="https://cdn.rawgit.com/jquery-form/form/v4.0.1/dist/jquery.form.min.js" integrity="sha384-eIw3uO9TejyQiveIsW3Ef1uac3R0Qcol9rSMRjhvx2v75FvdQ+lT3bgnOnMFPrF2" crossorigin="anonymous"></script>
27+
```
2628

2729
* **v3.51.0**
28-
`<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.form/3.51/jquery.form.min.js" integrity="sha384-PtoF94KNPetQqtyWrt7MCIFhajxLf9jnI6qysmzN5x7hcSRpKj7hML3cJi+BgBne" crossorigin="anonymous"></script>`
29-
or
30-
`<script src="https://oss.maxcdn.com/jquery.form/3.51/jquery.form.min.js" integrity="sha384-+MH/JJ/f/MpqUtleUQmbvWeijy4xwPHS7BTjaTaBYGhAvgLxeSQqxDYkainJGDee" crossorigin="anonymous"></script>`
31-
or
32-
`<script src="https://cdn.jsdelivr.net/jquery.form/3.51/jquery.form.min.js" integrity="sha384-+MH/JJ/f/MpqUtleUQmbvWeijy4xwPHS7BTjaTaBYGhAvgLxeSQqxDYkainJGDee" crossorigin="anonymous"></script>`
30+
```html
31+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.form/3.51/jquery.form.min.js" integrity="sha384-PtoF94KNPetQqtyWrt7MCIFhajxLf9jnI6qysmzN5x7hcSRpKj7hML3cJi+BgBne" crossorigin="anonymous"></script>
32+
```
33+
or
34+
```html
35+
<script src="https://cdn.jsdelivr.net/jquery.form/3.51/jquery.form.min.js" integrity="sha384-+MH/JJ/f/MpqUtleUQmbvWeijy4xwPHS7BTjaTaBYGhAvgLxeSQqxDYkainJGDee" crossorigin="anonymous"></script>
36+
```
3337

3438
---
3539

dist/jquery.form.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-form",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.",
55
"keywords": [ "jquery", "ajax", "jquery-plugin", "json", "json-form", "html-form", "form", "jquery-form" ],
66
"homepage": "https://github.com/jquery-form/form",

src/jquery.form.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* jQuery Form Plugin
3-
* version: 4.0.0
3+
* version: 4.0.1
44
* Requires jQuery v1.7 or later
55
* Copyright 2017 Kevin Morris
66
* Copyright 2006 M. Alsup

0 commit comments

Comments
 (0)