mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00

V3.0.0: Add TYPO3 12 support, drop TYPO3 10LTS support

This commit is contained in:
Oliver Klee 2022-10-19 22:19:52 +02:00 committed by GitHub
parent 1d9c79a439
commit 0fa4cfe8d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 6 deletions

View file

@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z ## x.y.z
### Added
### Changed
### Deprecated
### Removed
### Fixed
## 3.0.0
### Added ### Added
- Harden the GitHub Actions workflows (#649) - Harden the GitHub Actions workflows (#649)
- Add support for TYPO3 12 (#615, #652, #653) - 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) - Return `ResponseInterface` in controller actions (#597)
- Replace switchable controller actions with separate plugins (#575) - Replace switchable controller actions with separate plugins (#575)
### Deprecated
### Removed ### Removed
- Drop support for Symfony 4.4 (#622) - Drop support for Symfony 4.4 (#622)
- Drop support for TYPO3 10LTS (#594) - Drop support for TYPO3 10LTS (#594)

View file

@ -4,8 +4,8 @@
[general] [general]
project = TYPO3 EXT:tea project = TYPO3 EXT:tea
version = 2.0 version = 3.0
release = 2.0.1 release = 3.0.0
copyright = since 2013 by the TYPO3 contributors copyright = since 2013 by the TYPO3 contributors
[html_theme_options] [html_theme_options]

View file

@ -90,7 +90,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.0.x-dev" "dev-main": "3.0.x-dev"
}, },
"typo3/cms": { "typo3/cms": {
"app-dir": ".Build", "app-dir": ".Build",

View file

@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [ $EM_CONF[$_EXTKEY] = [
'title' => 'Tea example', 'title' => 'Tea example',
'description' => 'Example extension for unit testing and best practices', 'description' => 'Example extension for unit testing and best practices',
'version' => '2.0.1', 'version' => '3.0.0',
'category' => 'example', 'category' => 'example',
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [