Skip to content

Commit

Permalink
Prepare release v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Apr 5, 2016
1 parent f8d8088 commit 070c590
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org).

1.6.5 - 2016-04-05
------------------

* Fixed: Use × instead of × for close symbol (thanks @fourroses666).

1.6.4 - 2016-03-16
------------------

Expand Down
2 changes: 1 addition & 1 deletion dist/lity.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Lity - v1.6.4 - 2016-03-16
/*! Lity - v1.6.5 - 2016-04-05
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
Expand Down
6 changes: 3 additions & 3 deletions dist/lity.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Lity - v1.6.4 - 2016-03-16
/*! Lity - v1.6.5 - 2016-04-05
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
(function(window, factory) {
Expand Down Expand Up @@ -34,7 +34,7 @@
var _defaultOptions = {
esc: true,
handler: null,
template: '<div class="lity" tabindex="-1"><div class="lity-wrap" data-lity-close><div class="lity-loader">Loading...</div><div class="lity-container"><div class="lity-content"></div><button class="lity-close" type="button" title="Close (Esc)" data-lity-close>&times;</button></div></div></div>'
template: '<div class="lity" tabindex="-1"><div class="lity-wrap" data-lity-close><div class="lity-loader">Loading...</div><div class="lity-container"><div class="lity-content"></div><button class="lity-close" type="button" title="Close (Esc)" data-lity-close>×</button></div></div></div>'
};

function globalToggle() {
Expand Down Expand Up @@ -427,7 +427,7 @@
return popup.options(options);
}

lity.version = '1.6.4';
lity.version = '1.6.5';
lity.handlers = $.proxy(settings, lity, _defaultHandlers);
lity.options = $.proxy(settings, lity, _defaultOptions);

Expand Down
2 changes: 1 addition & 1 deletion dist/lity.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lity.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "http://sorgalla.com"
},
"homepage": "http://sorgalla.com/lity/",
"version": "1.6.4",
"version": "1.6.5",
"main": "dist/lity.js",
"peerDependencies": {
"jquery": ">=1.7"
Expand Down

0 comments on commit 070c590

Please sign in to comment.