mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
V3.0.0: Add TYPO3 12 support, drop TYPO3 10LTS support
This commit is contained in:
parent
1d9c79a439
commit
0fa4cfe8d9
4 changed files with 16 additions and 6 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
|||
|
||||
## x.y.z
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Deprecated
|
||||
|
||||
### Removed
|
||||
|
||||
### Fixed
|
||||
|
||||
## 3.0.0
|
||||
|
||||
### Added
|
||||
- Harden the GitHub Actions workflows (#649)
|
||||
- Add support for TYPO3 12 (#615, #652, #653)
|
||||
|
@ -21,8 +33,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
|||
- Return `ResponseInterface` in controller actions (#597)
|
||||
- Replace switchable controller actions with separate plugins (#575)
|
||||
|
||||
### Deprecated
|
||||
|
||||
### Removed
|
||||
- Drop support for Symfony 4.4 (#622)
|
||||
- Drop support for TYPO3 10LTS (#594)
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
[general]
|
||||
|
||||
project = TYPO3 EXT:tea
|
||||
version = 2.0
|
||||
release = 2.0.1
|
||||
version = 3.0
|
||||
release = 3.0.0
|
||||
copyright = since 2013 by the TYPO3 contributors
|
||||
|
||||
[html_theme_options]
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "2.0.x-dev"
|
||||
"dev-main": "3.0.x-dev"
|
||||
},
|
||||
"typo3/cms": {
|
||||
"app-dir": ".Build",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
$EM_CONF[$_EXTKEY] = [
|
||||
'title' => 'Tea example',
|
||||
'description' => 'Example extension for unit testing and best practices',
|
||||
'version' => '2.0.1',
|
||||
'version' => '3.0.0',
|
||||
'category' => 'example',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
|
|
Loading…
Reference in a new issue