Skip to content

Commit 96499c6

Browse files
committed
[RELEASE] v16.0.0
1 parent 6b1b806 commit 96499c6

File tree

2 files changed

+86
-1
lines changed

2 files changed

+86
-1
lines changed

CHANGELOG.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,88 @@
1+
# 16.0.0
2+
3+
## BREAKING
4+
5+
- 081f488f [!!!][TASK] Migrate to Site Sets and remove obsolete PageTsConfig registrations
6+
- efae650a [!!!][TASK] Migrate TypoScript configuration to site sets
7+
- 3badc90e [!!!][TASK] Drop class exists viewhelper and use f:asset.css for background images
8+
9+
## FEATURE
10+
11+
- 144a1119 [FEATURE] Add bluesky, discord, mastodon, researchgate and whatsapp to social media (#1564)
12+
- 2fa4c7c8 [FEATURE] Introduce event to modify icon providers (#1582)
13+
14+
## TASK
15+
16+
- 081f488f [!!!][TASK] Migrate to Site Sets and remove obsolete PageTsConfig registrations
17+
- b6b50b23 [TASK] Update Quickstart Documentation to explain usage of Site Sets (#1567)
18+
- bb0ab6ae [TASK] Apply rector rules (#1590)
19+
- f263a505 [TASK] Drop obsolete IE related head meta tags (#1598)
20+
- b3be3060 [TASK] Modernize GoogleFontService for TYPO3 v13/v14 compatibility
21+
- efae650a [!!!][TASK] Migrate TypoScript configuration to site sets
22+
- c723fd23 [TASK] Update npm dependencies
23+
- c4fc5064 [TASK] Drop GridColumn element as it was introduced to core with v13
24+
- 81e7ede9 [TASK] Fix SkiplinkProcessorTest for TYPO3 v14 compatibility
25+
- db4e8d38 [TASK] Add renderingContext null checks for TYPO3 v14 compatibility
26+
- 9d7910b1 [TASK] Add deprecations to v14 ignore file
27+
- 17a256aa [TASK] Use ^v14.0 in pipeline
28+
- caffdc82 [TASK] Update php dependencies to allow v14
29+
- cd3c3608 [TASK] Use type cast (#1589)
30+
- e9dad971 [TASK] Replace deprecated apple-mobile-web-app-capable with mobile-web-app-capable meta tag (#1563)
31+
- 73d45800 [TASK] Format InlineViewHelper correctly (#1570)
32+
- 0fff5295 [TASK] Update node dependencies and bootstrap (#1587)
33+
- 5347a799 [TASK] Add ignore phpstan errors for deprecations in v14
34+
- f28a9ed6 [TASK] Allow workflow dispatch for publish
35+
- 6684c61d [TASK] Run publish on ubuntu-latest
36+
- a0a1cea4 [TASK] Remove PHPUnit deprecations (#1583)
37+
- 0be22c8b [TASK] Migrate usage of content element labels
38+
- 59c7e9d6 [TASK] Raise ci node version to 22
39+
- 0302b9ec [TASK] Migrate from node-sass to sass
40+
- 3badc90e [!!!][TASK] Drop class exists viewhelper and use f:asset.css for background images
41+
- f0fb5ca5 [TASK] Update php dependencies
42+
- ea0b95f6 [TASK] Drop phpstan ignore in ScssParserTest
43+
- bda19925 [TASK] Cleanup viewhelpers
44+
- 4f6bc9d1 [TASK] Drop v12 and allow v14@dev
45+
- 73e08ead [TASK] v13/v14 compatibility: Use \TYPO3\CMS\Core\Resource\FileType ENUM
46+
- 8693864f [TASK] Drop v12 fallback for codeEditor
47+
- 02c1cb65 [TASK] Drop autoload workaround
48+
49+
## BUGFIX
50+
51+
- 6b1b806a [BUGFIX] Fix responsive image config resolution for nested containers
52+
- 3930ca0f [BUGFIX] Remove leftovers
53+
- 6522d0b0 [BUGFIX] Remove google webfont from full as it is included via set
54+
- 565b17fd [BUGFIX] CGL
55+
- 7c408fe9 [BUGFIX] CGL
56+
- 7b7bb52c [BUGFIX] Correct include paths old backend layout tsconfig includes
57+
- df34fd31 [BUGFIX] Do not treat form element grid column as section
58+
- eb10f934 [BUGFIX] Correct spelling in folder name for Bootstrap 5 Set - fixes #1561
59+
- 4089deb4 [BUGFIX] Correct Google Fonts TypoScript path in site set (#1560)
60+
- e69c98ef [BUGFIX] Move pagets to their respected site sets
61+
- ae743d8d [BUGFIX] Drop base table class
62+
- 04b8e8c3 [BUGFIX] Migrate Table CKEditor plugin
63+
- c172fd4b [BUGFIX] Migrate Text Indent CKEditor plugin
64+
- 3fd0cc4b [BUGFIX] Migrate Text Columns CKEditor plugin
65+
- d33fb62c [BUGFIX] Migrate Box CKEditor plugin
66+
- 87163e70 [BUGFIX] Migrate Address CKEditor plugin
67+
- bda2c8eb [BUGFIX] Do not render empty image galleries for textpic above and below (#1442)
68+
- 17a90928 [BUGFIX] Respect carousel type specific responsive image settings (#1552)
69+
- bdfac42b [BUGFIX] Correct settings defaults for templateRootPaths (#1553)
70+
- 4d8fee06 [BUGFIX] Correct settings definition for gallery class settings - #1541
71+
- c57aa69b [BUGFIX] CGL
72+
- a04a042c [BUGFIX] Correct codeEditor check for v13
73+
74+
## Contributors
75+
76+
- Benjamin Kott
77+
- Franz Holzinger
78+
- Johannes Quack
79+
- Marvin Buchmann
80+
- Patrick Lenk
81+
- Simon Schaufelberger
82+
- Simon Woll
83+
- T. Legat
84+
- Uwe
85+
186
# 15.0.0
287

388
## BREAKING

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
'author' => 'Benjamin Kott',
3535
'author_email' => 'info@bk2k.info',
3636
'author_company' => 'private',
37-
'version' => '16.0.0-dev',
37+
'version' => '16.0.0',
3838
];

0 commit comments

Comments
 (0)