Skip to content

Commit

Permalink
0.9.7 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsemenov committed Oct 10, 2013
1 parent 52a785d commit 3aeb651
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ Optionally:

## Changelog

### 0.9.7 (Oct 10, 2013)

- CSS: removed outline on buttons (thanks to @OriginalEXE).
- Allow multiple string tokens to be passed in gallery variables like `%curr% of %total%` and `%title%` (#234, thanks to Petr Marek).
- A few small changes to Grunt build, `grunt-contrib-sass` > `grunt-sass`. (thanks to @nschonni).

### 0.9.6 (Sep 29, 2013)

- Fixed bug: options object that you pass to popup gets modified after the initialization (#217, #203).
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": "magnific-popup",
"version": "0.9.6",
"version": "0.9.7",
"main": [
"dist/jquery.magnific-popup.js",
"dist/magnific-popup.css"
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.magnific-popup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Magnific Popup - v0.9.6 - 2013-10-08
/*! Magnific Popup - v0.9.7 - 2013-10-10
* http://dimsemenov.com/plugins/magnific-popup/
* Copyright (c) 2013 Dmitry Semenov; */
;(function($) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.magnific-popup.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/magnific-popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ button.mfp-close, button.mfp-arrow {
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
Expand Down
2 changes: 1 addition & 1 deletion magnific-popup.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magnific-popup",
"title": "Magnific Popup",
"description": "Fast, light, mobile-friendly and responsive lightbox and modal dialog plugin. Open inline HTML, ajax loaded content, image, form, iframe (YouTube video, Vimeo, Google Maps), photo gallery. In/out animation effects are added with CSS3 transitions.",
"version": "0.9.6",
"version": "0.9.7",
"homepage": "http://dimsemenov.com/plugins/magnific-popup/",
"demo": "http://dimsemenov.com/plugins/magnific-popup/",
"docs": "http://dimsemenov.com/plugins/magnific-popup/documentation.html",
Expand Down

0 comments on commit 3aeb651

Please sign in to comment.