From c416402213642cae7fd755324f7cec5626190d3b Mon Sep 17 00:00:00 2001 From: Cornel Boppart Date: Sun, 9 Apr 2017 22:36:13 +0200 Subject: [PATCH 1/2] [UPDATE] Update version number and changelog --- changelog.txt | 5 ++++- src/css/lightcase.css | 2 +- src/js/lightcase.js | 2 +- src/scss/lightcase.scss | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 6797cdd..d6724c0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,7 @@ -2017/04/08 - v2.4.0 +2017/04/09 - v2.4.0 +Feature: Improve external video resize handling using a new setting 'fixedRatio' +Feature: Add compiled css file without breakpoint +Bugfix: Fix couple of browser issues with several content types Feature: Issue #69 - Autodetect the right video format supported by the browser Feature: Issue #96 - Allow more possibilities to define transitions Bugfix: Issue #122 - Improve dimension handling using forceWidth and forceHeight diff --git a/src/css/lightcase.css b/src/css/lightcase.css index 80f8126..70c8ead 100644 --- a/src/css/lightcase.css +++ b/src/css/lightcase.css @@ -5,7 +5,7 @@ * @author Cornel Boppart * @copyright Author * - * @version 2.4.0 (08/04/2017) + * @version 2.4.0 (09/04/2017) */ /** * Lightcase settings diff --git a/src/js/lightcase.js b/src/js/lightcase.js index bdde9f6..546dd7c 100644 --- a/src/js/lightcase.js +++ b/src/js/lightcase.js @@ -5,7 +5,7 @@ * @author Cornel Boppart * @copyright Author * - * @version 2.4.0 (08/04/2017) + * @version 2.4.0 (09/04/2017) */ ;(function ($) { diff --git a/src/scss/lightcase.scss b/src/scss/lightcase.scss index 2d6fcbc..02bc03b 100644 --- a/src/scss/lightcase.scss +++ b/src/scss/lightcase.scss @@ -5,7 +5,7 @@ * @author Cornel Boppart * @copyright Author * - * @version 2.4.0 (08/04/2017) + * @version 2.4.0 (09/04/2017) */ // Import settings From 7290521940ea002954b378cfb4811cf3f238c6c0 Mon Sep 17 00:00:00 2001 From: Cornel Boppart Date: Sun, 9 Apr 2017 22:37:52 +0200 Subject: [PATCH 2/2] [UPDATE] Update version number --- src/css/lightcase-no-breakpoint.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/lightcase-no-breakpoint.css b/src/css/lightcase-no-breakpoint.css index b9d45ae..33dd53b 100644 --- a/src/css/lightcase-no-breakpoint.css +++ b/src/css/lightcase-no-breakpoint.css @@ -5,7 +5,7 @@ * @author Cornel Boppart * @copyright Author * - * @version 2.4.0 (08/04/2017) + * @version 2.4.0 (09/04/2017) */ /** * Lightcase settings