diff --git a/Build/package.json b/Build/package.json index 87399aba5..5b71c2401 100644 --- a/Build/package.json +++ b/Build/package.json @@ -5,7 +5,7 @@ "readme": "../README.rst", "homepage": "http://www.bk2k.info", "author": "Benjamin Kott", - "version": "10.0.3", + "version": "10.0.4", "license": "MIT", "devDependencies": { "bootstrap": "^4.1.3", diff --git a/CHANGELOG.md b/CHANGELOG.md index b246a77e9..ef4396750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# 10.0.4 + +## FEATURE +- [FEATURE] Collapsible in accordion should scroll to the top of its contents (#589) d5c4e490 + +## TASK +- [TASK] Update leafo/scssphp to v0.7.7 - fixes #612 76648180 +- [TASK] Name hooks and always register them, regardless of context 0b3b81e7 +- [TASK] Add option to disable the web font loader 4bbbaf7d + +## BUGFIX +- [BUGFIX] Ensure parallax effect works across all desktop browsers - fixes #610 47e945c2 +- [BUGFIX] Keep page accessible on early javascript errors c5c476a1 +- [BUGFIX] Catch exception in TYPO3 8.7 backend on database configuration missmatch 1ce4f9e6 +- [BUGFIX] Minor fixes to wording - fixes #606 7f50159a +- [BUGFIX] Avoid update problems and always include sql adjustments for sys_language c6ba9af2 +- [BUGFIX] Move parsefunc and dynamic content to content rendering definition 2ec0f6ff +- [BUGFIX] Use typolink instead of page viewhelper for wizard fields e8ca20f4 +- [BUGFIX] Do not use rem in bootstrap 3 context - part 2 ff0ae0ef +- [BUGFIX] Do not use rem in bootstrap 3 context 1f288976 +- [BUGFIX] Make standalone element configuration availabe as rendering template fb31bd7c +- [BUGFIX] Remove obsolete unsetting of the list content element for plugins e6358ab0 +- [BUGFIX] Correct path in comment to bootstrap resource files - fixes #590 d4149cb5 +- [BUGFIX] Respect title configuration in menu card and menu thumbnail elements - fixes #591 d75f81fb + # 10.0.3 ## TASK diff --git a/Documentation/AdministratorManual/ChangeLog/Index.rst b/Documentation/AdministratorManual/ChangeLog/Index.rst index 5975acd62..27eb75191 100644 --- a/Documentation/AdministratorManual/ChangeLog/Index.rst +++ b/Documentation/AdministratorManual/ChangeLog/Index.rst @@ -20,6 +20,24 @@ Information. +------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Version | Changes | +------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| 10.0.4 | - [FEATURE] Collapsible in accordion should scroll to the top of its contents (#589) | +| | - [TASK] Update leafo/scssphp to v0.7.7 - fixes #612 | +| | - [TASK] Name hooks and always register them, regardless of context | +| | - [TASK] Add option to disable the web font loader | +| | - [BUGFIX] Ensure parallax effect works across all desktop browsers - fixes #610 | +| | - [BUGFIX] Keep page accessible on early javascript errors | +| | - [BUGFIX] Catch exception in TYPO3 8.7 backend on database configuration missmatch | +| | - [BUGFIX] Minor fixes to wording - fixes #606 | +| | - [BUGFIX] Avoid update problems and always include sql adjustments for sys_language | +| | - [BUGFIX] Move parsefunc and dynamic content to content rendering definition | +| | - [BUGFIX] Use typolink instead of page viewhelper for wizard fields | +| | - [BUGFIX] Do not use rem in bootstrap 3 context - part 2 | +| | - [BUGFIX] Do not use rem in bootstrap 3 context | +| | - [BUGFIX] Make standalone element configuration availabe as rendering template | +| | - [BUGFIX] Remove obsolete unsetting of the list content element for plugins | +| | - [BUGFIX] Correct path in comment to bootstrap resource files - fixes #590 | +| | - [BUGFIX] Respect title configuration in menu card and menu thumbnail elements - fixes #591 | ++------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 10.0.3 | - [TASK] Remove install notification for unsupported webservers - fixes #562 | | | - [BUGFIX] Streamline file property access to also lead sys_file data - #578 | | | - [BUGFIX] Add fallback handling for unsupported pointer events in safari - #571 | diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 2baf8a0ec..dcdf6d50e 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -6,8 +6,8 @@ conf.py: copyright: 2014 project: Bootstrap Package - version: 10.0.3 - release: 10.0.3 + version: 10.0.4 + release: 10.0.4 latex_documents: - - Index - BootstrapPackage.tex diff --git a/ext_emconf.php b/ext_emconf.php index 6817844b5..cf6006b59 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -36,5 +36,5 @@ 'author' => 'Benjamin Kott', 'author_email' => 'info@bk2k.info', 'author_company' => 'private', - 'version' => '10.0.3', + 'version' => '10.0.4', ];