mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:16:12 +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
|
## x.y.z
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
## 2.0.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Add the PHPStan strict rules (#471)
|
- Add the PHPStan strict rules (#471)
|
||||||
- Add a Dependabot action for updating dependencies (#452, #461, #469, #481)
|
- 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)
|
- Move npm tools and config to default locations (#444)
|
||||||
- Use the TYPO3 Code of Conduct (#430)
|
- Use the TYPO3 Code of Conduct (#430)
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Drop support for TYPO3 9LTS (#363, #372)
|
- Drop support for TYPO3 9LTS (#363, #372)
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
## 1.1.0
|
## 1.1.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
[general]
|
[general]
|
||||||
|
|
||||||
project = TYPO3 EXT:tea
|
project = TYPO3 EXT:tea
|
||||||
version = 1.1.0
|
version = 2.0.0
|
||||||
release = 1.1.0
|
release = 2.0.0
|
||||||
copyright = since 2013 by the TYPO3 contributors
|
copyright = since 2013 by the TYPO3 contributors
|
||||||
|
|
||||||
[html_theme_options]
|
[html_theme_options]
|
||||||
|
|
|
@ -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' => '1.1.0',
|
'version' => '2.0.0',
|
||||||
'category' => 'example',
|
'category' => 'example',
|
||||||
'constraints' => [
|
'constraints' => [
|
||||||
'depends' => [
|
'depends' => [
|
||||||
|
|
Loading…
Reference in a new issue