-
Notifications
You must be signed in to change notification settings - Fork 76
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
e909317
commit bd62c49
Showing
3 changed files
with
27 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 |
---|---|---|
|
@@ -11,6 +11,7 @@ Changelog | |
:titlesonly: | ||
:glob: | ||
|
||
v/8-1-1 | ||
v/8-1-0 | ||
v/8-0-3 | ||
v/8-0-2 | ||
|
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,25 @@ | ||
8.1.1 - 10th July 2024 | ||
====================== | ||
|
||
.. include:: /Includes.rst.txt | ||
|
||
.. only:: html | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 3 | ||
|
||
|
||
All Changes | ||
----------- | ||
This is a list of all changes in this release: :: | ||
|
||
2024-07-09 fix: make preview renderer compatible with typo3 12.4.17 (#554) (Commit e909317 by Maik Schneider) | ||
2024-05-06 [BUGFIX] Fix notice (Commit 06edeb5 by Georg Ringer) | ||
|
||
|
||
This list has been created by using: | ||
|
||
.. code-block:: shell | ||
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
'clearCacheOnLoad' => true, | ||
'author' => 'tt_address Development Team', | ||
'author_email' => '[email protected]', | ||
'version' => '8.1.0', | ||
'version' => '8.1.1', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '11.5.0-12.4.99', | ||
|