Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Apr 17, 2018
1 parent 83116cc commit 1860ca5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Magnify

[![Travis](https://img.shields.io/travis/nzbin/magnify.svg)](https://travis-ci.org/nzbin/magnify)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/nzbin/magnify)

Magnify is a jQuery plugin to view images just like in windows.

[[ website ]](https://nzbin.github.io/magnify/)
Expand Down Expand Up @@ -220,13 +223,13 @@ $("[data-magnify=gallery]").magnify({
beforeOpen: function(el){
// Will fire before modal is opened
},
afterOpen: function(el){
opened: function(el){
// Will fire after modal is opened
},
beforeClose: function(el){
// Will fire before modal is closed
},
afterClose: function(el){
closed: function(el){
// Will fire after modal is closed
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.magnify.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* | | | | _ | \_/ | |\ |_| |_| | | |
* |__| |__|__| |__|\____/|_|__| \__|_____|__| |__|
*
* jquery.magnify.js v0.8.0
* jquery.magnify.js v0.8.1
*
* A jQuery plugin to view images just like in windows
*
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ <h2 class="b-b-1 p-b-10 p-t-10 m-t-30" id="options">Options</h2>
<td>dragHandle</td>
<td>string</td>
<td>
<code>''</code>
<code>' '</code>
</td>
<td>
<p>The handle of draggable.</p>
Expand All @@ -865,13 +865,13 @@ <h2 class="b-b-1 p-b-10 p-t-10 m-t-30" id="Events">Events</h2>
beforeOpen: function(el){
// Will fire before modal is opened
},
afterOpen: function(el){
opened: function(el){
// Will fire after modal is opened
},
beforeClose: function(el){
// Will fire before modal is closed
},
afterClose: function(el){
closed: function(el){
// Will fire after modal is closed
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/js/jquery.magnify.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* | | | | _ | \_/ | |\ |_| |_| | | |
* |__| |__|__| |__|\____/|_|__| \__|_____|__| |__|
*
* jquery.magnify.js v0.8.0
* jquery.magnify.js v0.8.1
*
* A jQuery plugin to view images just like in windows
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magnify",
"version": "0.8.0",
"version": "0.8.1",
"description": "A jQuery plugin to view images just like in Windows",
"main": "magnify.js",
"homepage": "https://github.com/nzbin/magnify#readme",
Expand Down
2 changes: 1 addition & 1 deletion src/js/intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* | | | | _ | \_/ | |\ |_| |_| | | |
* |__| |__|__| |__|\____/|_|__| \__|_____|__| |__|
*
* jquery.magnify.js v0.8.0
* jquery.magnify.js v0.8.1
*
* A jQuery plugin to view images just like in windows
*
Expand Down

0 comments on commit 1860ca5

Please sign in to comment.