Skip to content

Commit 4d4a9dd

Browse files
committed
[TASK] Release of 14.0.2
1 parent d830862 commit 4d4a9dd

3 files changed

Lines changed: 36 additions & 1 deletion

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
14.0.2 - 17th April 2026
2+
========================
3+
4+
5+
Breaking changes
6+
-----------------
7+
8+
No breaking changes
9+
10+
11+
Features
12+
--------
13+
14+
No features
15+
16+
All Changes
17+
-----------
18+
This is a list of all changes in this release: ::
19+
20+
2026-04-14 [BUGFIX] Register icon (Commit d8308623 by Georg Ringer)
21+
2026-04-14 [TASK] Add v14 admin module icon (Commit a055224c by Georg Ringer)
22+
2026-04-14 [DOC] Update version constraints of news_content_elements (Commit 9694e0b5 by Georg Ringer)
23+
2026-04-04 Use image object for creating ogImagePath (Commit 11d47606 by Andreas Kießling)
24+
2026-02-27 [BUGFIX] Ensure news datetime defaults are converted in FormEngine (Commit b8a2e8b6 by Eric Harrer)
25+
2026-03-13 [TASK]Add new AsAllowedCallable (Commit 0d4fbdef by Tobias Quadflieg)
26+
2026-02-13 [BUGFIX] Make `mailto:` link work in news administration module (Commit 6649cf59 by Elias Häußler)
27+
2026-02-03 [BUGFIX] Don't extend plugin preview from StandardContentPreviewRenderer (Commit 334c2b80 by Georg Ringer)
28+
2026-01-29 [BUGFIX] Replace PageRepository->enableFields usage #2769 (Commit 64cc93ff by Georg Ringer)
29+
2026-01-20 [BUGFIX] Remove inline styles from icons #2767 (Commit 39dc1452 by Georg Ringer)
30+
2026-01-08 Add support for news preview in AddNewsToMenuProcessor (Commit 04d0d77d by sdelcroix)
31+
2025-12-22 [TASK] Add table-striped to plugin preview data rendering (Commit ab119c00 by Georg Ringer)
32+
33+
34+
This list has been created by using `git log $(git describe --tags --abbrev=0)..HEAD --abbrev-commit --pretty='%ad %s (Commit %h by %an)' --date=short`.

Documentation/Misc/Changelog/Index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ List of versions
1818
:glob:
1919

2020

21+
14-0-2
2122
14-0-1
2223
14-0-0
2324
13-0-1

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'author' => 'Georg Ringer',
88
'author_email' => 'mail@ringer.it',
99
'state' => 'stable',
10-
'version' => '14.0.1',
10+
'version' => '14.0.2',
1111
'constraints' => [
1212
'depends' => [
1313
'php' => '8.2.0-8.5.99',

0 commit comments

Comments
 (0)