Skip to content

Commit

Permalink
Release Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Apr 7, 2014
1 parent 0b50c55 commit a50f027
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Featherlight - ultra slim jQuery lightbox [![Build Status](https://travis-ci.org
* Customizable via configuration object


## [» Download Current Release 0.3.1](https://github.com/noelboss/featherlight/archive/0.3.1.zip)
## [» Download Current Release 0.4.0](https://github.com/noelboss/featherlight/archive/0.4.0.zip)

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).

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": "featherlight",
"version": "3.1.0",
"version": "0.4.0",
"main": "dist/jquery.js",
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion featherlight.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "featherlight",
"version": "0.3.1",
"version": "0.4.0",
"title": "Featherlight – ultra slim jQuery lightbox",
"author": {
"name": "Noël Raoul Bossart",
Expand Down
4 changes: 2 additions & 2 deletions gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ <h1>Featherlight<i>.Gallery.js</i>
<i class="glyphicon glyphicon-eye-open"></i>
github
</a>
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/0.3.1.zip">
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/0.4.0.zip">
<i class="glyphicon glyphicon-arrow-down"></i>
Download <span>(0.3.1)</span>
Download <span>(0.4.0)</span>
</a>
</div>
</div>
Expand Down
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ <h1>Featherlight<i>.js</i><span> The ultra slim lightbox.</span></h1>
<i class="glyphicon glyphicon-eye-open"></i>
github
</a>
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/0.3.1.zip">
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/0.4.0.zip">
<i class="glyphicon glyphicon-arrow-down"></i>
Download <span>(0.3.1)</span>
Download <span>(0.4.0)</span>
</a>
</div>
<div class="btn-group">
Expand All @@ -88,7 +88,7 @@ <h1>Featherlight<i>.js</i><span> The ultra slim lightbox.</span></h1>
<div class="row marketing text-center">
<div class="col-lg-4">
<h4>Lightweight</h4>
<p>Featherlight is very, very, very lightweight. Everything together weights less than 3.7kB and only counts about 150 lines of JavaScript code. To get started, simply add the <em>"data-featherlight"</em> attribute with a selector, an image- or an ajax-url. <a href="https://github.com/noelboss/featherlight/#usage">It's that simple.</a>
<p>Featherlight is very, very, very lightweight. Everything together weights less than 6kB and only counts less than 300 lines of JavaScript code. To get started, simply add the <em>"data-featherlight"</em> attribute with a selector, an image- or an ajax-url. <a href="https://github.com/noelboss/featherlight/#usage">It's that simple.</a>
</div>

<div class="col-lg-4">
Expand Down Expand Up @@ -119,7 +119,10 @@ <h4>Simple yet Powerful</h4>

<div class="lightbox" id="fl1">
<h2>Featherlight Default</h2>
<p>This is a default featherlight lightbox. It's flexible in height and width. Everything that is used to display and style the box can be found in the <a href="https://github.com/noelboss/featherlight/blob/master/src/featherlight.css">featherlight.css</a> file which is pretty simple.</p>
<p>
This is a default featherlight lightbox.<br>
It's flexible in height and width.<br>
Everything that is used to display and style the box can be found in the <a href="https://github.com/noelboss/featherlight/blob/master/src/featherlight.css">featherlight.css</a> file which is pretty simple.</p>
</div>

<div class="lightbox" id="fl2">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Featherlight \u2013 ultra slim jQuery lightbox",
"version": "0.3.1",
"version": "0.4.0",
"author": {
"name": "No\u00ebl Raoul Bossart",
"url": "http://www.noelboss.com"
Expand Down
2 changes: 1 addition & 1 deletion release/featherlight.gallery.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 release/featherlight.gallery.min.js

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

4 changes: 2 additions & 2 deletions release/featherlight.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 release/featherlight.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 src/featherlight.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Featherlight – ultra slim jQuery lightbox
* Version 0.3.1 - http://noelboss.github.io/featherlight/
* Version 0.4.0 - http://noelboss.github.io/featherlight/
*
* Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
* MIT Licensed.
Expand Down
2 changes: 1 addition & 1 deletion src/featherlight.gallery.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Featherlight Gallery – an extension for the ultra slim jQuery lightbox
* Version 0.3.1 - http://noelboss.github.io/featherlight/
* Version 0.4.0 - http://noelboss.github.io/featherlight/
*
* Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
* MIT Licensed.
Expand Down
Loading

0 comments on commit a50f027

Please sign in to comment.