-
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
b206771
commit cc0821d
Showing
3 changed files
with
28 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-0-3 | ||
v/8-0-2 | ||
v/8-0-1 | ||
v/8-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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
8.0.3 - 12th February 2024 | ||
========================== | ||
|
||
.. include:: /Includes.rst.txt | ||
|
||
.. only:: html | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 3 | ||
|
||
|
||
All Changes | ||
----------- | ||
This is a list of all changes in this release: :: | ||
|
||
2024-02-12 [TASK] Explicitly require symfony/console (#517) (Commit b206771 by Mathias Brodala) | ||
2024-01-25 Prevent Fatal Error in TYPO3 12.4 (#516) (Commit 95e1d6d by Lina Wolf) | ||
2024-01-25 Update ext_conf_template.txt (#514) (Commit 9d326a7 by Uwe) | ||
2024-01-08 [BUGFIX] Cannot add new address record in TYPO3 v12 PHP 8.2 (#512) (Commit 6dc5661 by Luca Braun) | ||
|
||
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.0.2', | ||
'version' => '8.0.3', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '11.5.0-12.4.99', | ||
|