Skip to content

Commit

Permalink
2.5.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
sdturner02 committed Jan 26, 2016
1 parent ca1a31d commit ea7f092
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 11 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Change Log
============================
### Version 2.5.0 ###
* Removed additional name parameter from XHR uploads - <a href="https://github.com/LPology/Simple-Ajax-Uploader/issues/141">#141</a> (Special thanks to <a href="https://github.com/djxhero">djxhero</a> for this one)

### Version 2.4 ###
SimpleAjaxUploader.js:
* `multipart` option now defaults to `true`
Expand Down
4 changes: 1 addition & 3 deletions SimpleAjaxUploader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Simple Ajax Uploader
* Version 2.4
* Version 2.5.0
* https://github.com/LPology/Simple-Ajax-Uploader
*
* Copyright 2012-2015 LPology, LLC
Expand Down Expand Up @@ -1794,8 +1794,6 @@ ss.XhrUpload = {
return;
}

params[this._opts.name] = fileObj.name;

headers['X-Requested-With'] = 'XMLHttpRequest';
headers['X-File-Name'] = fileObj.name;

Expand Down
4 changes: 2 additions & 2 deletions SimpleAjaxUploader.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple-ajax-uploader",
"description": "A Javascript plugin for cross-browser Ajax file uploading. Supports drag and drop, CORS, and multiple file uploading with progress bars. Works in IE7-9, mobile, and all modern browsers.",
"version": "2.4.0",
"version": "2.5.0",
"main": "SimpleAjaxUploader.js",
"keywords": [
"ajax",
Expand Down
2 changes: 1 addition & 1 deletion extras/Uploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* Simple Ajax Uploader
* Version 2.4
* Version 2.5.0
* https://github.com/LPology/Simple-Ajax-Uploader
*
* Copyright 2012-2015 LPology, LLC
Expand Down
2 changes: 1 addition & 1 deletion extras/cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* Simple Ajax Uploader
* Version 2.4
* Version 2.5.0
* https://github.com/LPology/Simple-Ajax-Uploader
*
* Copyright 2012-2015 LPology, LLC
Expand Down
2 changes: 1 addition & 1 deletion extras/sessionProgress.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* Simple Ajax Uploader
* Version 2.4
* Version 2.5.0
* https://github.com/LPology/Simple-Ajax-Uploader
*
* Copyright 2012-2015 LPology, LLC
Expand Down
2 changes: 1 addition & 1 deletion extras/uploadProgress.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* Simple Ajax Uploader
* Version 2.4
* Version 2.5.0
* https://github.com/LPology/Simple-Ajax-Uploader
*
* Copyright 2012-2015 LPology, LLC
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple-ajax-uploader",
"description": "A Javascript plugin for cross-browser Ajax file uploading. Supports drag and drop, CORS, and multiple file uploading with progress bars. Works in IE7-9, mobile, and all modern browsers.",
"version": "2.4.0",
"version": "2.5.0",
"main": "SimpleAjaxUploader.js",
"keywords": [
"ajax",
Expand Down

0 comments on commit ea7f092

Please sign in to comment.