Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbitron committed Sep 22, 2014
1 parent 9410b4b commit ce654b1
Show file tree
Hide file tree
Showing 10 changed files with 648 additions and 45 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Ideal Image Slider Changelog

Version 1.4.0 - 2014.09.22
--------------------------
* [Changed] Removed outdated CSS vender prefixes
* [Changed] Changed license to GPL

Version 1.3.0 - 2014.09.17
--------------------------
* [New] Added Captions extension
Expand Down
640 changes: 619 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ and only submit **1 feature/fix per pull request**. Pull requests containing mul
## Credits

Ideal Image Slider was created by [Gilbert Pellegrom](http://gilbert.pellegrom.me) from
[Dev7studios](http://dev7studios.com). Released under the [MIT license](https://raw.githubusercontent.com/gilbitron/Ideal-Image-Slider/master/LICENSE).
[Dev7studios](http://dev7studios.com). Released under the [GPL license](https://raw.githubusercontent.com/gilbitron/Ideal-Image-Slider/master/LICENSE).
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"javascript",
"vanilla"
],
"license": "MIT",
"license": "GPL-3.0",
"ignore": [
"**/.*",
"node_modules",
Expand Down
16 changes: 8 additions & 8 deletions extensions/bullet-nav/iis-bullet-nav.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
* Ideal Image Slider: Bullet Navigation Extension v1.0.1
*
* By Gilbert Pellegrom
* http://gilbert.pellegrom.me
*
* Free to use and abuse under the MIT license.
* https://raw.githubusercontent.com/gilbitron/Ideal-Image-Slider/master/LICENSE
*/
* Ideal Image Slider: Bullet Navigation Extension v1.0.2
*
* By Gilbert Pellegrom
* http://gilbert.pellegrom.me
*
* Copyright (C) 2014 Dev7studios
* https://raw.githubusercontent.com/gilbitron/Ideal-Image-Slider/master/LICENSE
*/

(function(IIS) {
"use strict";
Expand Down
16 changes: 8 additions & 8 deletions extensions/captions/iis-captions.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
* Ideal Image Slider: Captions Extension v1.0.0
*
* By Gilbert Pellegrom
* http://gilbert.pellegrom.me
*
* Free to use and abuse under the MIT license.
* https://raw.githubusercontent.com/gilbitron/Ideal-Image-Slider/master/LICENSE
*/
* Ideal Image Slider: Captions Extension v1.0.1
*
* By Gilbert Pellegrom
* http://gilbert.pellegrom.me
*
* Copyright (C) 2014 Dev7studios
* https://raw.githubusercontent.com/gilbitron/Ideal-Image-Slider/master/LICENSE
*/

(function(IIS) {
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion ideal-image-slider.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Ideal Image Slider v1.3.0
* Ideal Image Slider v1.4.0
*
* By Gilbert Pellegrom
* http://gilbert.pellegrom.me
Expand Down
4 changes: 2 additions & 2 deletions ideal-image-slider.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
* Ideal Image Slider v1.3.0
* Ideal Image Slider v1.4.0
*
* By Gilbert Pellegrom
* http://gilbert.pellegrom.me
*
* Free to use and abuse under the MIT license.
* Copyright (C) 2014 Dev7studios
* https://raw.githubusercontent.com/gilbitron/Ideal-Image-Slider/master/LICENSE
*/

Expand Down
4 changes: 2 additions & 2 deletions ideal-image-slider.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ideal-image-slider",
"version": "1.3.0",
"version": "1.4.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
Expand Down

0 comments on commit ce654b1

Please sign in to comment.