diff --git a/CHANGELOG.md b/CHANGELOG.md index e9236fb..6523f4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ - + + +# 1.2.5 (2020-07-July) ++ FIX: problems using ezPlus with multiple images on my page, only same container with identical ID needs to be removed. Issue #120 (Thanks volkerdobler) + + # 1.2.4 (2018-12-September) + FIX: Responsive feature does not destroy zoomContainers. Issue #36 diff --git a/README.md b/README.md index 6a11ad4..fdd9eae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [jQuery ElevateZoom Plus Plugin](http://igorlino.github.io/elevatezoom-plus/) ================================ -Current Version: 1.2.4 +Current Version: 1.2.5 [EZ Plus](http://igorlino.github.io/elevatezoom-plus/) is an up-to-date jQuery image zoom plug-in based on [EZ](https://github.com/elevateweb/elevatezoom) diff --git a/bower.json b/bower.json index 5e523e3..fb06811 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "ez-plus", "title": "EZ Plus", - "version": "1.2.4", + "version": "1.2.5", "description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.", "author": { "name": "Igor Lino", diff --git a/package.json b/package.json index cb339c9..95c57b5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ez-plus", "main": "src/jquery.ez-plus.js", "title": "EZ Plus", - "version": "1.2.4", + "version": "1.2.5", "description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.", "keywords": [ "zoom", diff --git a/src/jquery.ez-plus.js b/src/jquery.ez-plus.js index cb35095..6fc3fe6 100644 --- a/src/jquery.ez-plus.js +++ b/src/jquery.ez-plus.js @@ -3,7 +3,7 @@ // jscs:enable /* globals jQuery */ /* - * jQuery ezPlus 1.2.4 + * jQuery ezPlus 1.2.5 * Demo's and documentation: * http://igorlino.github.io/elevatezoom-plus/ * @@ -208,7 +208,7 @@ if (typeof Object.create !== 'function') { if (self.options.scrollZoom) self.zoomLens = $('
'); - + return { display: 'none', position: 'absolute',