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

V2.0.0: Drop support for TYPO3 9LTS (#494)

This commit is contained in:
Oliver Klee 2022-07-26 12:15:13 +02:00 committed by GitHub
parent af68f331df
commit 0ec3eaab31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 7 deletions

View file

@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z
### Added
### Changed
### Deprecated
### Removed
### Fixed
## 2.0.0
### Added
- Add the PHPStan strict rules (#471)
- Add a Dependabot action for updating dependencies (#452, #461, #469, #481)
@ -14,13 +26,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Move npm tools and config to default locations (#444)
- Use the TYPO3 Code of Conduct (#430)
### Deprecated
### Removed
- Drop support for TYPO3 9LTS (#363, #372)
### Fixed
## 1.1.0
### Added

View file

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

View file

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