Skip to content

Commit

Permalink
[RELEASE] Release of 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kott committed Dec 12, 2017
1 parent ec39538 commit 65ee9ca
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# 9.1.0

## BREAKING
- [!!!][BUGFIX] Make DataRelationViewHelper compatible with doctrine. c00049b
- [!!!][FEATURE] Add auto lookup for page templates 7b1fbdf

## FEATURE
- [!!!][FEATURE] Add auto lookup for page templates 7b1fbdf
- [FEATURE] Add auto lookup for page templates 2505133

## TASK
- [TASK] Raise allowed TYPO3 version to 9.5.99 ec39538
- [TASK] Add travis tests for php 7.2 on typo3 master c489860
- [TASK] Move CMS9 backend branding to service that is only called on installation c677ad9
- [TASK] Only write backend configuration if it has changes c7d0fc1
- [TASK] Remove correct addStaticFile function from extension scanner b8f9249
- [TASK] Move icon registration to localconf edf09e6
- [TASK] Exclude php less libary from extension scanner da16625

## BUGFIX
- [!!!][BUGFIX] Make DataRelationViewHelper compatible with doctrine. c00049b
- [BUGFIX] Set default backend configuration for CMS9 9868010
- [REVERT][BUGFIX] Install php extension intl on travis ci 00a2867
- [BUGFIX] Install php extension intl on travis ci 3333064
- [BUGFIX] Adapt travisci build configuration to documentation 80121cd
- [BUGFIX] Ensure page layout class is never empty 2fc802b

# 9.0.0

## BREAKING
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 |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 9.1.0 | - [!!!][BUGFIX] Make DataRelationViewHelper compatible with doctrine. |
| | - [!!!][FEATURE] Add auto lookup for page templates |
| | - [!!!][FEATURE] Add auto lookup for page templates |
| | - [FEATURE] Add auto lookup for page templates |
| | - [TASK] Raise allowed TYPO3 version to 9.5.99 |
| | - [TASK] Add travis tests for php 7.2 on typo3 master |
| | - [TASK] Move CMS9 backend branding to service that is only called on installation |
| | - [TASK] Only write backend configuration if it has changes |
| | - [TASK] Remove correct addStaticFile function from extension scanner |
| | - [TASK] Move icon registration to localconf |
| | - [TASK] Exclude php less libary from extension scanner |
| | - [!!!][BUGFIX] Make DataRelationViewHelper compatible with doctrine. |
| | - [BUGFIX] Set default backend configuration for CMS9 |
| | - [REVERT][BUGFIX] Install php extension intl on travis ci |
| | - [BUGFIX] Install php extension intl on travis ci |
| | - [BUGFIX] Adapt travisci build configuration to documentation |
| | - [BUGFIX] Ensure page layout class is never empty |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 9.0.0 | - [!!!][TASK] Remove obsolete pagetype popup - fixes #476 |
| | - [!!!][FEATURE] Make css classes of footer columns directly addressable |
| | - [!!!][TASK] Remove fallback menu processor since it was merged into TYPO3 core |
Expand Down

0 comments on commit 65ee9ca

Please sign in to comment.