Skip to content

Commit 4524b92

Browse files
authored
[TASK] Release 14.1.1 (#2840)
1 parent 5ca12e6 commit 4524b92

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
14.1.1 - 11th August 2026
2+
=========================
3+
4+
Regression release of 14.1.0
5+
6+
.. contents::
7+
:local:
8+
:depth: 3
9+
10+
Important changes
11+
-----------------
12+
13+
14+
All Changes
15+
-----------
16+
This is a list of all changes in this release: ::
17+
18+
2026-08-11 [BUGFIX] Revert usage of f:render.text (Commit 5ca12e64 by Georg Ringer)
19+
2026-08-11 [BUGFIX] Use correct field for f:render.text (Commit d84b8f50 by Georg Ringer)
20+
2026-08-11 [BUGFIX] Avoid PHP notice (Commit a37dc93f by Georg Ringer)
21+
22+
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+
14-1-1
2021
14-1-0
2122
14-0-3
2223
14-0-2

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.1.0',
10+
'version' => '14.1.1',
1111
'constraints' => [
1212
'depends' => [
1313
'php' => '8.2.0-8.5.99',

0 commit comments

Comments
 (0)