From 54a6ef6d07149e468579ec7beae96a8522d1bbbf Mon Sep 17 00:00:00 2001 From: Andre Date: Sun, 6 Aug 2017 02:30:07 +0200 Subject: [PATCH] Fixed issue #1 (This time for real...) - Fixed issue #1 - Changed some lines from ES6 to ES5 *(For compatibility reasons)* - The ``close``-Function now resets the ALightBox content explicitly - Added a minified version of the stylesheet --- .gitignore | 1 - README.md | 7 +++++-- index.html | 4 ++-- src/{ALightBox.css => ALightBox-0.1.1.css} | 0 src/{ALightBox.js => ALightBox-0.1.1.js} | 19 ++++++++++--------- src/ALightBox-0.1.1.min.css | 1 + src/ALightBox-0.1.1.min.js | 1 + src/ALightBox.min.js | 1 - 8 files changed, 19 insertions(+), 15 deletions(-) rename src/{ALightBox.css => ALightBox-0.1.1.css} (100%) rename src/{ALightBox.js => ALightBox-0.1.1.js} (78%) create mode 100644 src/ALightBox-0.1.1.min.css create mode 100644 src/ALightBox-0.1.1.min.js delete mode 100644 src/ALightBox.min.js diff --git a/.gitignore b/.gitignore index d3e35b0..54e1cc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /docs /images/ -index.html diff --git a/README.md b/README.md index 16742a7..e496c55 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,11 @@ I am using [Semantic Versioning 2.0.0](http://semver.org/) for versioning. For t This project is licensed under the MIT License. See the [LICENSE.md](LICENSE.md) file for more details. ## Changelog -### Version 0.1.1: (6nd August, 2017) -- [Fix] Problem [#1](/issues/1) +### Version 0.1.1: (6th August, 2017) +- Fixed issue [#1](/issues/1) *(This time for real...)* +- Changed some lines from ES6 to ES5 *(For compatibility reasons)* +- The ``close``-Function now resets the ALightBox content explicitly +- Added a minified version of the stylesheet ### Version 0.1.0: (2nd July, 2017) - First introduction diff --git a/index.html b/index.html index 5c256ac..3911c2f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ ALightBox - +