Skip to content

Commit dbecd72

Browse files
committed
[TASK] Release of 9.4.0
1 parent 84bc6a0 commit dbecd72

3 files changed

Lines changed: 48 additions & 1 deletion

File tree

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
.. include:: /Includes.rst.txt
2+
3+
9.4.0 - 26th April 2022
4+
=======================
5+
6+
.. only:: html
7+
8+
.. contents::
9+
:local:
10+
:depth: 3
11+
12+
Thanks to
13+
---------
14+
15+
This release is dedicated to Benni Mack and b13 (https://b13.com/).
16+
Thanks for leading by example, helping me out as dev and as friend ❤️!
17+
18+
If you use EXT:news and it works out fine for you, please consider donating. Head over to https://github.com/sponsors/georgringer!
19+
20+
All Changes
21+
-----------
22+
This is a list of all changes in this release: ::
23+
24+
2022-04-26 [BUGFIX] Remove download + columnselector in be module (Commit 84bc6a02 by Georg Ringer)
25+
2022-04-24 [BUGFIX] Fix notice in NewsController (#1775) (Commit 104a5275 by Georg Ringer)
26+
2022-04-24 [BUGFIX] Use correct notice check (Commit cc2c7dc9 by Georg Ringer)
27+
2022-04-24 [TASK] Change condition order (Commit d04fe5c9 by Georg Ringer)
28+
2022-04-24 [BUGFIX] Link title in backend module again (Commit 63132676 by Georg Ringer)
29+
2022-04-23 [TASK] Fix PHP notice (#1774) (Commit 8dd77033 by Peter Kraume)
30+
2022-04-23 [BUGFIX]n Fix notices (#1773) (Commit 03182cdf by Georg Ringer)
31+
2022-04-20 [DOCS] Align with new TYPO3 documentation standards (#1771) (Commit 2b0c6c51 by Alexander Nitsche)
32+
2022-04-01 [BUGFIX] Return empty instead NULL (#1740) (#1763) (Commit a34e236a by Philipp Idler)
33+
2022-04-01 [BUGFIX] Avoid warning undefined array key (#1764) (Commit 6873a913 by nigelmann)
34+
2022-03-30 [BUGFIX] Fix notice for singleNews argument (Commit a046697b by Georg Ringer)
35+
2022-03-29 Remove unnecessary part .text('Back') in JavaScript Snippet (#1762) (Commit 7e6b31a8 by Eric Bode)
36+
2022-03-28 [FEATURE] Add 'fileIndex' argument to MediaViewHelper (Commit ee811c85 by Philipp Parzer)
37+
2022-03-24 [BUGFIX] Fix notice in ItemsProcFunc (Commit 7e7d8179 by Georg Ringer)
38+
2022-03-23 [BUGFIX] Fix notice in PageLayoutView (Commit 70105f0c by Georg Ringer)
39+
2022-03-21 [BUGFIX] Show news in backend module again (Commit 11e85013 by Georg Ringer)
40+
2022-03-19 Add func tests for news controller (#1757) (Commit b745f4c7 by Stefan Frömken)
41+
2022-03-18 Add unit tests for static text (#1756) (Commit 271ade85 by Stefan Frömken)
42+
2022-03-18 [TASK] Improve code of category model (Commit 7cefc9e7 by Stefan Frömken)
43+
2022-03-18 Add allow-plugins to composer.json (#1752) (Commit 77db38cf by Stefan Frömken)
44+
45+
46+
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
@@ -19,6 +19,7 @@ List of versions
1919
:titlesonly:
2020
:glob:
2121

22+
9-4-0
2223
9-3-1
2324
9-3-0
2425
9-2-0

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'author_email' => 'mail@ringer.it',
99
'state' => 'stable',
1010
'clearCacheOnLoad' => true,
11-
'version' => '9.3.1',
11+
'version' => '9.4.0',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '10.4.13-11.9.99',

0 commit comments

Comments
 (0)