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