Skip to content

Commit

Permalink
Release EZP v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Lino committed Jul 7, 2020
1 parent 8605887 commit a9259f9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<a name="1.2.4"></a>
<a name="1.2.5"></a>

# 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)

<a name="1.2.4"></a>
# 1.2.4 (2018-12-September)

+ FIX: Responsive feature does not destroy zoomContainers. Issue #36
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
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": "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",
Expand Down
4 changes: 2 additions & 2 deletions src/jquery.ez-plus.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/
*
Expand Down Expand Up @@ -208,7 +208,7 @@ if (typeof Object.create !== 'function') {

if (self.options.scrollZoom)
self.zoomLens = $('<div class="zoomLens"/>');

return {
display: 'none',
position: 'absolute',
Expand Down

0 comments on commit a9259f9

Please sign in to comment.