Skip to content

Commit 3aeb651

Browse files
committed
0.9.7 version bump
1 parent 52a785d commit 3aeb651

File tree

6 files changed

+11
-4
lines changed

6 files changed

+11
-4
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ Optionally:
4141

4242
## Changelog
4343

44+
### 0.9.7 (Oct 10, 2013)
45+
46+
- CSS: removed outline on buttons (thanks to @OriginalEXE).
47+
- Allow multiple string tokens to be passed in gallery variables like `%curr% of %total%` and `%title%` (#234, thanks to Petr Marek).
48+
- A few small changes to Grunt build, `grunt-contrib-sass` > `grunt-sass`. (thanks to @nschonni).
49+
4450
### 0.9.6 (Sep 29, 2013)
4551

4652
- Fixed bug: options object that you pass to popup gets modified after the initialization (#217, #203).

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magnific-popup",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"main": [
55
"dist/jquery.magnific-popup.js",
66
"dist/magnific-popup.css"

dist/jquery.magnific-popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Magnific Popup - v0.9.6 - 2013-10-08
1+
/*! Magnific Popup - v0.9.7 - 2013-10-10
22
* http://dimsemenov.com/plugins/magnific-popup/
33
* Copyright (c) 2013 Dmitry Semenov; */
44
;(function($) {

dist/jquery.magnific-popup.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/magnific-popup.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ button.mfp-close, button.mfp-arrow {
110110
border: 0;
111111
-webkit-appearance: none;
112112
display: block;
113+
outline: none;
113114
padding: 0;
114115
z-index: 1046;
115116
-webkit-box-shadow: none;

magnific-popup.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magnific-popup",
33
"title": "Magnific Popup",
44
"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.",
5-
"version": "0.9.6",
5+
"version": "0.9.7",
66
"homepage": "http://dimsemenov.com/plugins/magnific-popup/",
77
"demo": "http://dimsemenov.com/plugins/magnific-popup/",
88
"docs": "http://dimsemenov.com/plugins/magnific-popup/documentation.html",

0 commit comments

Comments
 (0)