diff --git a/CHANGELOG.md b/CHANGELOG.md index 0170bf9..26db168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.4.1] - 2019-07-17 +### Changed +- Removed unused code + ## [1.4.0] - 2019-01-21 ### Added - Ability to disable cookiebanner diff --git a/cookiebanner/Configuration/TypoScript/setup.typoscript b/cookiebanner/Configuration/TypoScript/setup.typoscript index 3640533..d87ca6b 100644 --- a/cookiebanner/Configuration/TypoScript/setup.typoscript +++ b/cookiebanner/Configuration/TypoScript/setup.typoscript @@ -44,9 +44,4 @@ page { ) } } - - footerData.14338 = TEXT - footerData.14338.value ( - - ) } \ No newline at end of file diff --git a/cookiebanner/ext_emconf.php b/cookiebanner/ext_emconf.php index a1eadc3..d6e36c0 100644 --- a/cookiebanner/ext_emconf.php +++ b/cookiebanner/ext_emconf.php @@ -10,7 +10,7 @@ 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 1, - 'version' => '1.4.0', + 'version' => '1.4.1', 'constraints' => [ 'depends' => [ 'typo3' => '8.7.0-9.5.99',