Skip to content

Commit

Permalink
Bump versions numbers and notes to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Moon committed Mar 6, 2015
1 parent 20d67d4 commit 47de50f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cross-Domain AJAX for IE8
# Cross-Domain AJAX for IE8 and IE9

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+.
> **CORS** requires the `Access-Control-Allow-Origin` header to be present in the AJAX response from the server.
Expand Down Expand Up @@ -45,3 +45,4 @@ http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.3/

- **1.0.2** - added RequireJS AMD module support
- **1.0.3** - added CommonJS and Bower support
- **1.0.4** - support protocol-relative URLs, use `peerDependencies` in [package.json](package.json)
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "jQuery-ajaxTransport-XDomainRequest",
"version": "1.0.3",
"version": "1.0.4",
"main": "jquery.xdomainrequest.min.js",
"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+.",
"license": "MIT",
"ignore": [
"jQuery.XDomainRequest.js",

This comment has been minimized.

Copy link
@leachryanb

leachryanb Mar 6, 2015

Thanks!

"LICENSE.txt",
"README.md"
],
Expand Down
4 changes: 2 additions & 2 deletions jQuery.XDomainRequest.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jQuery-ajaxTransport-XDomainRequest - v1.0.3 - 2014-06-06
* jQuery-ajaxTransport-XDomainRequest - v1.0.4 - 2015-03-05
* https://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest
* Copyright (c) 2014 Jason Moon (@JSONMOON)
* Copyright (c) 2015 Jason Moon (@JSONMOON)
* Licensed MIT (/blob/master/LICENSE.txt)
*/
(function(factory) {
Expand Down
6 changes: 3 additions & 3 deletions jquery.xdomainrequest.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "jQuery-ajaxTransport-XDomainRequest",
"version": "1.0.3",
"version": "1.0.4",
"main": "jquery.xdomainrequest.min.js",
"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+.",
"license": "MIT",
"ignore": [
"jQuery.XDomainRequest.js",
"LICENSE.txt",
"README.md"
],
Expand Down

0 comments on commit 47de50f

Please sign in to comment.