Skip to content

Commit

Permalink
Release EZP v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ceilino committed Jul 1, 2018
1 parent 67ea9ab commit abb5f17
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.2.3"></a>

# 1.2.3 (2018-01-July)

+ FIX: Fix for inner zoomType with scrollZoom from triggering error and not working.
TypeError: self.zoomLens is undefined line:1197

+ IMPROVEMENT:
jQuery .data() is initially populated with values from the data- attributes, but setting it only stores the associated new value in memory. It doesn't change the attribute in the DOM.
This will make possible, populating the data with new information and ez-plus read the new information.

<a name="1.2.2"></a>

# 1.2.2 (2017-27-November)
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.2",
"version": "1.2.3",
"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.2",
"version": "1.2.3",
"description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.",
"keywords": [
"zoom",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.22
* jQuery ezPlus 1.1.23
* Demo's and documentation:
* http://igorlino.github.io/elevatezoom-plus/
*
Expand Down

0 comments on commit abb5f17

Please sign in to comment.