Skip to content

Commit 8e70a11

Browse files
committed
[TASK] Release 12.3.1
1 parent eeb1fd6 commit 8e70a11

3 files changed

Lines changed: 40 additions & 1 deletion

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
12.3.1 - 27th August 2025
2+
=========================
3+
4+
Regular release, please read the following notes carefully.
5+
6+
.. contents::
7+
:local:
8+
:depth: 3
9+
10+
11+
12+
All Changes
13+
-----------
14+
This is a list of all changes in this release: ::
15+
16+
2025-08-26 [TASK] Render preview for ext:news_content_elements (#2675) (Commit eeb1fd6e by Georg Ringer)
17+
2025-08-25 [BUGFIX] Output timestamp including timezone for datePublished meta data (#2667) (Commit 7612d6ff by Ayke Halder)
18+
2025-08-25 [TASK] add fallback for ['TCA'] usage in tx_news_domain_model_news TC… (#2674) (Commit b0f3c243 by bahammes)
19+
2025-08-25 [TASK] Use rector UseLanguageAspectInExtbasePersistenceRector (Commit 8f40d218 by Georg Ringer)
20+
2025-08-25 [TASK] Make csfixer happy (Commit cc464410 by Georg Ringer)
21+
2025-08-26 [BUGFIX] prevent deprecation warning from null passed to trim() (#2657) (Commit c7fbd87d by Himanshu Ramavat)
22+
2025-08-25 [TASK] Add Fractor (#2660) (Commit db4e916f by Simon Schaufelberger)
23+
2025-08-25 [BUGFIX] Show size of images with special characters in url (#2671) (Commit 75a1cbde by Ayke Halder)
24+
2025-08-25 [BUGFIX] Type cast arguments in RenderMediaVh (Commit 2cb2d222 by Georg Ringer)
25+
2025-08-07 [DOC] Add compatibility of news_content_elements with TYPO3 13 (#2661) (Commit af4850c7 by Simon Schaufelberger)
26+
2025-08-07 [BUGFIX] Added missing use statement (#2663) (Commit bdaecfd9 by vnc-jboe)
27+
2025-07-15 Ensure Advertising Module for newsadministration is hidden, when it's installed (#2659) (Commit 32afe5d5 by Kay Strobach)
28+
2025-07-08 [BUGFIX] Reset cacheTagsToFlush array after flush operation (#2656) (Commit f0e94c88 by Markus Klein)
29+
2025-06-10 [BUGFIX] Prevent uncaught TYPO3 exceptions for typed property exceptions (Commit ec9ed455 by Rico Sonntag)
30+
2025-06-02 [TASK] Improve type icons (Commit 6eb63d5f by Georg Ringer)
31+
2025-05-19 [DOC] Update plugin creation #2599 (Commit ed325b04 by Georg Ringer)
32+
2025-04-30 [TASK] Fix code style and prepare for fractor integration (#2593) (Commit e11bc1b0 by Simon Schaufelberger)
33+
2025-04-28 [TASK] Adopt test after fluid changes (#2636) (Commit 3fbdfe5b by Georg Ringer)
34+
2025-04-23 [DOC] Fixed a heading in Documentation (Commit bfa79133 by layland34)
35+
2025-04-10 [TASK] Remove unused facebookLocale setting (#2634) (Commit f0a79e0b by Torben Hansen)
36+
2025-03-06 [TASK] Set typo3/cms-install as hard dependency (#2624) (#2625) (Commit 28d9317d by Maik Schneider)
37+
38+
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
@@ -17,6 +17,7 @@ List of versions
1717
:titlesonly:
1818
:glob:
1919

20+
12-3-1
2021
12-3-0
2122
12-2-0
2223
12-1-0

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' => '12.3.0',
10+
'version' => '12.3.1',
1111
'constraints' => [
1212
'depends' => [
1313
'php' => '8.1.0-8.4.99',

0 commit comments

Comments
 (0)