Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
fix(Makefile): jQuery S3 & Azure are missing plug-in aliases
Browse files Browse the repository at this point in the history
fixes #1643
  • Loading branch information
rnicholus committed Aug 16, 2016
1 parent 072d561 commit 52126fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ s3-files = \
$(core-files) \
$(s3-files-only)

s3-jquery-files = \
$(jquery-files) \
$(s3-files)

s3-ui-files-only = \
$(js-src-dir)/s3/uploader.js

Expand All @@ -141,6 +137,7 @@ s3-ui-files = \

s3-ui-jquery-files = \
$(jquery-files) \
$(js-src-dir)/s3/jquery-plugin.js \
$(s3-ui-files)

azure-files-only = \
Expand All @@ -159,10 +156,6 @@ azure-files = \
$(core-files) \
$(azure-files-only)

azure-jquery-files = \
$(jquery-files) \
$(azure-files)

azure-ui-files-only = \
$(js-src-dir)/azure/uploader.js

Expand All @@ -174,6 +167,7 @@ azure-ui-files = \

azure-ui-jquery-files = \
$(jquery-files) \
$(js-src-dir)/azure/jquery-plugin.js \
$(azure-ui-files)

all-core-files = \
Expand Down
2 changes: 1 addition & 1 deletion client/js/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/*global qq */
qq.version = "5.11.4";
qq.version = "5.11.5";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fine-uploader",
"title": "Fine Uploader",
"main": "lib/traditional.js",
"version": "5.11.4",
"version": "5.11.5",
"description": "Multiple file upload plugin with progress-bar, drag-and-drop, direct-to-S3 & Azure uploading, client-side image scaling, preview generation, form support, chunking, auto-resume, and tons of other features.",
"keywords": [
"amazon",
Expand Down

0 comments on commit 52126fa

Please sign in to comment.