Skip to content

Commit 03ddf94

Browse files
committed
Release Version 1.3.4
1 parent 5e75b07 commit 03ddf94

16 files changed

Lines changed: 25 additions & 25 deletions

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Featherlight - ultra slim jQuery lightbox [![Build Status](https://travis-ci.org
1212
* Customizable via configuration object
1313

1414

15-
## [» Download Current Release 1.3.3](https://github.com/noelboss/featherlight/archive/1.3.3.zip)
15+
## [» Download Current Release 1.3.4](https://github.com/noelboss/featherlight/archive/1.3.4.zip)
1616

1717
Here you'll find a [list of all the changes](https://github.com/noelboss/featherlight/blob/master/CHANGELOG.md) and you can also download [old releases](https://github.com/noelboss/featherlight/releases) or [the master including all the latest bling](https://github.com/noelboss/featherlight/archive/master.zip).
1818

@@ -21,14 +21,14 @@ Here you'll find a [list of all the changes](https://github.com/noelboss/feather
2121

2222
All styling is done using CSS so you'll want to include the Featherlight CSS in your head.
2323

24-
<link href="//cdn.rawgit.com/noelboss/featherlight/1.3.3/release/featherlight.min.css" type="text/css" rel="stylesheet" />
24+
<link href="//cdn.rawgit.com/noelboss/featherlight/1.3.4/release/featherlight.min.css" type="text/css" rel="stylesheet" />
2525

2626
Be aware that Featherlight uses very unspecific CSS selectors to help you overwrite every aspect. This means in turn, that if you're not following a modularized approach to write CSS (which you should! It's terrific!) and have many global and specific definitions (read ID's and such – which you shouldn't), these definitions can break the Featherlight styling.
2727

2828
Featherlight requires jQuery version 1.7.0 or higher. It's recommended to include the javascript at the bottom of the page before the closing `</body>` tag.
2929

3030
<script src="//code.jquery.com/jquery-latest.js"></script>
31-
<script src="//cdn.rawgit.com/noelboss/featherlight/1.3.3/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
31+
<script src="//cdn.rawgit.com/noelboss/featherlight/1.3.4/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
3232

3333

3434
# Usage
@@ -404,14 +404,14 @@ Instead of navigation buttons it will use swipe events on touch devices, assumin
404404

405405
Simply include the extension CSS and JavaScript Files after the regular featherlight files like this:
406406

407-
<link href="//cdn.rawgit.com/noelboss/featherlight/1.3.3/release/featherlight.min.css" type="text/css" rel="stylesheet" />
408-
<link href="//cdn.rawgit.com/noelboss/featherlight/1.3.3/release/featherlight.gallery.min.css" type="text/css" rel="stylesheet" />
407+
<link href="//cdn.rawgit.com/noelboss/featherlight/1.3.4/release/featherlight.min.css" type="text/css" rel="stylesheet" />
408+
<link href="//cdn.rawgit.com/noelboss/featherlight/1.3.4/release/featherlight.gallery.min.css" type="text/css" rel="stylesheet" />
409409

410410
Add the JavaScript at the bottom of the body:
411411

412412
<script src="//code.jquery.com/jquery-latest.js"></script>
413-
<script src="//cdn.rawgit.com/noelboss/featherlight/1.3.3/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
414-
<script src="//cdn.rawgit.com/noelboss/featherlight/1.3.3/release/featherlight.gallery.min.js" type="text/javascript" charset="utf-8"></script>
413+
<script src="//cdn.rawgit.com/noelboss/featherlight/1.3.4/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
414+
<script src="//cdn.rawgit.com/noelboss/featherlight/1.3.4/release/featherlight.gallery.min.js" type="text/javascript" charset="utf-8"></script>
415415

416416
Check out the example here: [Gallery with Featherlight](http://noelboss.github.io/featherlight/gallery.html)
417417

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "featherlight",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"main": "release/featherlight.min.js",
55
"license": "MIT",
66
"ignore": [

featherlight.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "featherlight",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"title": "Featherlight – ultra slim jQuery lightbox",
55
"author": {
66
"name": "Noël Raoul Bossart",

gallery.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ <h1>Featherlight<i>.Gallery.js</i>
102102
<i class="glyphicon glyphicon-eye-open"></i>
103103
github
104104
</a>
105-
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/1.3.3.zip">
105+
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/1.3.4.zip">
106106
<i class="glyphicon glyphicon-arrow-down"></i>
107-
Download <span>(1.3.3)</span>
107+
Download <span>(1.3.4)</span>
108108
</a>
109109
</div>
110110
</div>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ <h1>Featherlight<i>.js</i><span> The ultra slim lightbox.</span></h1>
6565
<i class="glyphicon glyphicon-eye-open"></i>
6666
github
6767
</a>
68-
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/1.3.3.zip">
68+
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/1.3.4.zip">
6969
<i class="glyphicon glyphicon-arrow-down"></i>
70-
Download <span>(1.3.3)</span>
70+
Download <span>(1.3.4)</span>
7171
</a>
7272
</div>
7373
<div class="btn-group">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Featherlight \u2013 ultra slim jQuery lightbox",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"author": {
55
"name": "No\u00ebl Raoul Bossart",
66
"url": "http://www.noelboss.com"

release/featherlight.gallery.min.css

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

release/featherlight.gallery.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.

release/featherlight.min.css

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

0 commit comments

Comments
 (0)