diff --git a/README.md b/README.md index 589f5d48..17052b47 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ imageLightBox allows adding more images dynamically at runtime ## Changelog +* 0.7.0 Replaced css-ids with classes (@rejas), added loaded.ilb2 event, optimize image sizing and misc. cleanups (@Paxperscientiam) * 0.6.0 Replaced onStart/onEnd/onLoadStart/onLoadEnd with event hooks (@Paxperscientiam), added ui-tests * 0.5.4 Add ilb2-caption option (@Paxperscientiam) * 0.5.3 Add lockBody option (@Paxperscientiam) diff --git a/bower.json b/bower.json index a6c7b8ec..c9c83401 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "imagelightbox", - "version": "0.6.0", + "version": "0.7.0", "description": "Image Lightbox, Responsive and Touch‑friendly", "repository": "https://github.com/rejas/imagelightbox.git", "license": "MIT", @@ -12,7 +12,7 @@ "jquery": ">= 1.12" }, "ignore": [ - "./test", + "test/", ".csslintrc", ".gitignore", ".jshintrc", diff --git a/package.json b/package.json index 2021ad55..a02f8285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imagelightbox", - "version": "0.6.0", + "version": "0.7.0", "description": "Image Lightbox, Responsive and Touch‑friendly", "repository": "https://github.com/rejas/imagelightbox.git", "license": "MIT",