Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
Fix for bug in the calculation of self.largeHeight, fixes #32
  • Loading branch information
ceilino committed Mar 23, 2016
1 parent 3c46290 commit 00c6bdb
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 21 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="1.1.19"></a>

# 1.1.19 (2016-23-March)

- Fix for bug in the zoom calculation for images with greater width.

<a name="1.1.18"></a>

# 1.1.18 (2015-20-Dec)
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.1.18",
"version": "1.1.19",
"description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.",
"author": {
"name": "Igor Lino",
Expand Down
12 changes: 6 additions & 6 deletions demo/api.htm
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
href="https://cdn.rawgit.com/igorlino/fancybox-plus/1.3.6/css/jquery.fancybox-plus.css" media="screen"/>

<!--
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/js/web.js?m=20100203"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/js/web.js?m=20100203"></script>
-->

<script type="text/javascript" src="../src/jquery.ez-plus.js"></script>
Expand All @@ -41,8 +41,8 @@
Cufon.replace('h1', {color: '#ff6347'});
</script>

<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/js/prism.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/js/prism.js"></script>
</head>
<body>
<div id="page">
Expand Down
14 changes: 7 additions & 7 deletions demo/examples.htm
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
href="https://cdn.rawgit.com/igorlino/fancybox-plus/1.3.6/css/jquery.fancybox-plus.css" media="screen"/>

<!--
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/js/web.js?m=20100203"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/js/web.js?m=20100203"></script>
-->

<script type="text/javascript" src="../src/jquery.ez-plus.js"></script>
Expand All @@ -44,9 +44,9 @@
<script type="text/javascript"
src="https://cdn.rawgit.com/igorlino/snippet-helper/1.0.1/src/snippet-helper.js"></script>
<link type="text/css" rel="stylesheet"
href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/css/prism.css"/>
href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/css/prism.css"/>
<script type="text/javascript"
src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/js/prism.js"></script>
src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/js/prism.js"></script>

</head>
<body>
Expand Down Expand Up @@ -391,7 +391,7 @@ <h3><a name="window-position">Window Position</a></h3>
offset
to adjust
<img
src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/images/window-positions.png"/>
src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/images/window-positions.png"/>
<br/>You can also position the window into a container
</p>
<a href="#" rel="view_script_04" class="view_source">SHOW THE CODE</a>
Expand Down
12 changes: 6 additions & 6 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
href="https://cdn.rawgit.com/igorlino/fancybox-plus/1.3.6/css/jquery.fancybox-plus.css" media="screen"/>

<!--
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/js/web.js?m=20100203"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/js/web.js?m=20100203"></script>
-->

<script type="text/javascript" src="../src/jquery.ez-plus.js"></script>
Expand All @@ -42,8 +42,8 @@
</script>

<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/snippet-helper/1.0.1/src/snippet-helper.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.17/demo/js/prism.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/js/prism.js"></script>
</head>
<body>
<div id="page" class="home">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ez-plus",
"title": "EZ Plus",
"version": "1.1.18",
"version": "1.1.19",
"description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.",
"keywords": [
"zoom",
Expand Down

0 comments on commit 00c6bdb

Please sign in to comment.