Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceilino committed May 17, 2016
1 parent 2831987 commit 58cd80e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 164 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<a name="1.0.0"></a>

# 1.1.18b (2016-17-05)
- Fix for zoom container bug. Destroy old plugin before updating the the plugin when using dynamic options

# 1.1.18a (2016-11-05)
- Dynamic ezpOptions to deeply watch the options object.
Also prevent the options watch from firing the options update on first plugin load
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ez-plus",
"version": "1.1.18a",
"version": "1.1.18b",
"author": {
"name": "Igor Lino",
"url": "http://igorlino.github.io/angular-elevatezoom-plus/"
Expand Down
8 changes: 4 additions & 4 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@

<!--
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.18a/demo/css/style.css" media="screen" />
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18a/js/angular-ezplus.js'></script>
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18a/demo/js/controller.js'></script>
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18a/demo/js/app.js'></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.18b/demo/css/style.css" media="screen" />
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18b/js/angular-ezplus.js'></script>
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18b/demo/js/controller.js'></script>
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18b/demo/js/app.js'></script>
-->

<link rel="stylesheet" type="text/css" href="css/style.css" media="screen"/>
Expand Down
158 changes: 0 additions & 158 deletions demo/index2.html

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ez-plus",
"version": "1.1.18a",
"version": "1.1.18b",
"title": "Angular EZ Plus",
"description": "Angular directive for ElevateZoom Plus.",
"keywords": [
Expand Down

0 comments on commit 58cd80e

Please sign in to comment.