-
-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec05e72
commit d44c07f
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. include:: /Includes.rst.txt | ||
|
||
11.1.2 - 14th July 2023 | ||
======================= | ||
|
||
|
||
.. only:: html | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 3 | ||
|
||
Breaking changes | ||
---------------- | ||
No breaking changes! | ||
|
||
All Changes | ||
----------- | ||
This is a list of all changes in this release: :: | ||
|
||
2023-07-09 [TASK] Hide again content elements in list module (#2140) (Commit ec05e72a by Georg Ringer) | ||
2023-07-09 [TASK] Avoid usage of GU::_GET() (Commit 58a70b08 by Georg Ringer) | ||
2023-07-08 [TASK] Remove constructor's return type (Commit 9706e0d8 by Georg Ringer) | ||
2023-07-08 [BUGFIX] RSS example: News Plugins now use the "Generic" template (#2137) (Commit 18fc36a8 by ghermens) | ||
2023-07-07 [FEATURE] Add custom static language mapper (Commit ccf922f3 by Georg Ringer) | ||
2023-06-27 [Bugfix] Allow media files for news again (#2133) (Commit b4978880 by Timo Webler) | ||
|
||
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`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ List of versions | |
:titlesonly: | ||
:glob: | ||
|
||
11-1-2 | ||
11-1-1 | ||
11-1-0 | ||
11-0-0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
'author_email' => '[email protected]', | ||
'state' => 'stable', | ||
'clearCacheOnLoad' => true, | ||
'version' => '11.1.1', | ||
'version' => '11.1.2', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '11.5.19-12.9.99', | ||
|