Skip to content

Commit c7b2908

Browse files
author
Igor Lino
committed
Proper version bump.
Start updated the changelog.
1 parent 830e616 commit c7b2908

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<a name="1.0.0"></a>
22

3+
# 1.1.18a (2016-11-05)
4+
- Dynamic ezpOptions to deeply watch the options object.
5+
Also prevent the options watch from firing the options update on first plugin load
6+
37
# 1.0.0 (2015-28-05)
48
- build v1.0.1
59
- Initial commit, it includes bower repository settings.
6-
- Refactor naming.
10+
- Refactor naming.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ez-plus",
3-
"version": "1.1.19",
3+
"version": "1.1.18a",
44
"author": {
55
"name": "Igor Lino",
66
"url": "http://igorlino.github.io/angular-elevatezoom-plus/"

demo/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646

4747
<!--
4848
49-
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19demo/css/style.css" media="screen" />
50-
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.19/js/angular-ezplus.js'></script>
51-
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.19/demo/js/controller.js'></script>
52-
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.19/demo/js/app.js'></script>
49+
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.18a/demo/css/style.css" media="screen" />
50+
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18a/js/angular-ezplus.js'></script>
51+
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18a/demo/js/controller.js'></script>
52+
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18a/demo/js/app.js'></script>
5353
-->
5454

5555
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen"/>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ez-plus",
3-
"version": "1.1.19",
3+
"version": "1.1.18a",
44
"title": "Angular EZ Plus",
55
"description": "Angular directive for ElevateZoom Plus.",
66
"keywords": [

0 commit comments

Comments
 (0)