mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
V2.0.0: Drop support for TYPO3 9LTS (#494)
This commit is contained in:
parent
af68f331df
commit
0ec3eaab31
3 changed files with 15 additions and 7 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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' => [
|
||||
|
|
Loading…
Reference in a new issue