Skip to content

Commit

Permalink
2.6.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
LPology committed Sep 7, 2019
1 parent d3dffb3 commit 240f9b2
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions SimpleAjaxUploader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Simple Ajax Uploader
* Version 2.6.3
* Version 2.6.4
* https://github.com/LPology/Simple-Ajax-Uploader
*
* Copyright 2012-2017 LPology, LLC
Expand Down Expand Up @@ -1998,7 +1998,7 @@ ss.extendObj( ss.SimpleUpload.prototype, {
}

ss.addStyles( div, {
'display' : 'block',
'display' : 'none',
'position' : 'relative',
'overflow' : 'hidden',
'margin' : 0,
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.6.2",
"version": "2.6.4",
"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.6.2
* Version 2.6.4
* https://github.com/LPology/Simple-Ajax-Uploader
*
* Copyright 2012-2017 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.6.2
* Version 2.6.4
* https://github.com/LPology/Simple-Ajax-Uploader
*
* Copyright 2012-2017 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.6.2
* Version 2.6.4
* https://github.com/LPology/Simple-Ajax-Uploader
*
* Copyright 2012-2017 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.6.2
* Version 2.6.4
* https://github.com/LPology/Simple-Ajax-Uploader
*
* Copyright 2012-2017 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.6.2",
"version": "2.6.4",
"main": "SimpleAjaxUploader.js",
"keywords": [
"ajax",
Expand Down

0 comments on commit 240f9b2

Please sign in to comment.