Skip to content

Commit 47de50f

Browse files
author
Jason Moon
committed
Bump versions numbers and notes to v1.0.4
1 parent 20d67d4 commit 47de50f

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cross-Domain AJAX for IE8
1+
# Cross-Domain AJAX for IE8 and IE9
22

33
Implements automatic *Cross Origin Resource Sharing* support using the `XDomainRequest` object for IE8 and IE9 when using the [$.ajax](http://api.jquery.com/jQuery.ajax/) function in jQuery 1.5+.
44
> **CORS** requires the `Access-Control-Allow-Origin` header to be present in the AJAX response from the server.
@@ -45,3 +45,4 @@ http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.3/
4545

4646
- **1.0.2** - added RequireJS AMD module support
4747
- **1.0.3** - added CommonJS and Bower support
48+
- **1.0.4** - support protocol-relative URLs, use `peerDependencies` in [package.json](package.json)

bower.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "jQuery-ajaxTransport-XDomainRequest",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"main": "jquery.xdomainrequest.min.js",
55
"description": "Implements automatic Cross Origin Resource Sharing support using the XDomainRequest object for IE8 and IE9 when using the ajax function in jQuery 1.5+.",
66
"license": "MIT",
77
"ignore": [
8-
"jQuery.XDomainRequest.js",
98
"LICENSE.txt",
109
"README.md"
1110
],

jQuery.XDomainRequest.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* jQuery-ajaxTransport-XDomainRequest - v1.0.3 - 2014-06-06
2+
* jQuery-ajaxTransport-XDomainRequest - v1.0.4 - 2015-03-05
33
* https://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest
4-
* Copyright (c) 2014 Jason Moon (@JSONMOON)
4+
* Copyright (c) 2015 Jason Moon (@JSONMOON)
55
* Licensed MIT (/blob/master/LICENSE.txt)
66
*/
77
(function(factory) {

jquery.xdomainrequest.min.js

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

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "jQuery-ajaxTransport-XDomainRequest",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"main": "jquery.xdomainrequest.min.js",
55
"description": "Implements automatic Cross Origin Resource Sharing support using the XDomainRequest object for IE8 and IE9 when using the ajax function in jQuery 1.5+.",
66
"license": "MIT",
77
"ignore": [
8-
"jQuery.XDomainRequest.js",
98
"LICENSE.txt",
109
"README.md"
1110
],

0 commit comments

Comments
 (0)