diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 0000000..41df334 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,6 @@ +{ + "directory": "bower_components", + "strict-ssl": false, + "proxy":"http://10.100.255.40:8080", + "https-proxy":"http://10.100.255.40:8080" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb1ea8..366becb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + + +# 1.1.20 (2016-28-April) + +- Fix for bug in the zoom calculation for images with greater width. + # 1.1.19 (2016-23-March) diff --git a/Gruntfile.js b/Gruntfile.js index 4cedf88..980ad65 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -50,7 +50,7 @@ module.exports = function (grunt) { // Minify definitions uglify: { my_target: { - src: ['dist/jquery.ez-plus'], + src: 'src/jquery.ez-plus.js', dest: 'dist/jquery.ez-plus.min.js' }, options: { diff --git a/bower.json b/bower.json index 3cf9737..f7ac7a3 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "ez-plus", "title": "EZ Plus", - "version": "1.1.19", + "version": "1.1.20", "description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.", "author": { "name": "Igor Lino", @@ -9,7 +9,7 @@ }, "license": "MIT", "main": [ - "src/jquery.ez-plus.js", + "dist/jquery.ez-plus.js", "css/jquery.ez-plus.css" ], "ignore": [ diff --git a/demo/api.htm b/demo/api.htm index 7430e65..3b8fc31 100644 --- a/demo/api.htm +++ b/demo/api.htm @@ -16,10 +16,10 @@ href="https://cdn.rawgit.com/igorlino/fancybox-plus/1.3.6/css/jquery.fancybox-plus.css" media="screen"/> @@ -41,8 +41,8 @@ Cufon.replace('h1', {color: '#ff6347'}); - - + +