Skip to content

Commit

Permalink
[RELEASE] Release of 10.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Dec 5, 2018
1 parent d5c4e49 commit f523e4a
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 18 additions & 0 deletions Documentation/AdministratorManual/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
'author' => 'Benjamin Kott',
'author_email' => 'info@bk2k.info',
'author_company' => 'private',
'version' => '10.0.3',
'version' => '10.0.4',
];

0 comments on commit f523e4a

Please sign in to comment.