diff --git a/README.md b/README.md index cc7054b..9d6e596 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jQuery File Upload for Rails +# jQuery File Upload for Rails (updated at Feb'2016) [jQuery-File-Plugin](https://github.com/blueimp/jQuery-File-Upload) is a file upload plugin written by [Sebastian Tschan](https://github.com/blueimp). jQuery File Upload features multiple file selection, drag&drop support, progress bars and preview images for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing. @@ -6,11 +6,8 @@ jquery-fileupload-rails is a library that integrates jQuery File Upload for Rail ## Plugin versions -* jQuery File Upload User Interface Plugin 8.8.6 -* jQuery File Upload Plugin 5.32.6 -* jQuery UI Widget 1.10.3+amd -* JavaScript Load Image 1.9.0 -* Jcrop v0.9.12 (build:20130202) (optional) +* jQuery File Upload 9.12.1 +* Jcrop v0.9.12 (optional) ## Installing Gem @@ -45,7 +42,7 @@ The snippet above will add the following js files to the mainfest file. To add [Jcrop](https://github.com/tapmodo/Jcrop) scripts: - //= require jquery-fileupload/vendor/jquery.Jcrop.min + //= require jquery-fileupload/vendor/Jcrop.min If you only need the basic files, just add the code below to your application.js file. [Basic setup guide](https://github.com/blueimp/jQuery-File-Upload/wiki/Basic-plugin) @@ -65,7 +62,7 @@ Require the stylesheet file to app/assets/stylesheets/application.css [Jcrop](https://github.com/tapmodo/Jcrop) stylesheet - *= require vendor/jquery.Jcrop.min + *= require vendor/Jcrop.min ## Using the middleware diff --git a/lib/jquery/fileupload/rails/version.rb b/lib/jquery/fileupload/rails/version.rb index 83e8d80..ef101d0 100755 --- a/lib/jquery/fileupload/rails/version.rb +++ b/lib/jquery/fileupload/rails/version.rb @@ -1,7 +1,7 @@ module JQuery module FileUpload module Rails - VERSION = "1.0.0" + VERSION = "2.0.0" end end end diff --git a/public/cors/postmessage.html b/public/cors/postmessage.html index 3d1448f..fab9d60 100755 --- a/public/cors/postmessage.html +++ b/public/cors/postmessage.html @@ -1,7 +1,7 @@