diff --git a/ChangeLog b/ChangeLog index 1a21133..257f7c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -89,3 +89,8 @@ - [TASK] Add microstart link * 4.1.0 - [FEATURE] Add first level pages menu option (activate with TS constant) +* 4.1.1 + - [BUGFIX] override defaultHeaderType conditions in Page/config.typoscript + - [TASK] Improve doc on customCSS settings + - [TASK] allow containerPopup type on home page + - [TASK] override .c-popup colours for dark mode diff --git a/ext_emconf.php b/ext_emconf.php index 89881c0..64a3450 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ 'title' => 'Microtemplate', 'description' => 'One page template with sections and lightbox like sub pages. Demo at: https://microtemplate.t3brightside.com', 'category' => 'fe', - 'version' => '4.1.0', + 'version' => '4.1.1', 'state' => 'stable', 'clearCacheOnLoad' => 1, 'author' => 'Tanel Põld',