mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
V1.1.0: Add support for TYPO3 11LTS (#364)
This commit is contained in:
parent
de5c407c1a
commit
8654223e22
5 changed files with 16 additions and 8 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
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Added
|
||||
- Also run the unit tests with V11 in the CI pipeline (#336)
|
||||
- Allow installations on TYPO3 11LTS
|
||||
|
@ -13,10 +25,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
|||
- Require at least TYPO3 11.5.2 for 11LTS (#335)
|
||||
- Upgrade to PHPUnit 8.5 (#328)
|
||||
|
||||
### Deprecated
|
||||
|
||||
### Removed
|
||||
|
||||
### Fixed
|
||||
- Only publish to the TER if the tag is a valid version number (#329)
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ EXT:tea
|
|||
tea, ci, continousintegration, gitlab, githubactions, actions, tests, functional, unit
|
||||
|
||||
:Copyright:
|
||||
2021 by TYPO3 Association
|
||||
2022 by TYPO3 Association
|
||||
|
||||
:Authors:
|
||||
* Oliver Klee
|
||||
|
|
|
@ -13,7 +13,7 @@ release = latest
|
|||
# .................................................................................
|
||||
# ... (recommended) displayed in footer
|
||||
# .................................................................................
|
||||
copyright = 2021 by TYPO3 Association
|
||||
copyright = 2022 by TYPO3 Association
|
||||
|
||||
[html_theme_options]
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "1.0.x-dev"
|
||||
"dev-main": "2.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' => '1.0.0',
|
||||
'version' => '1.1.0',
|
||||
'category' => 'example',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
|
|
Loading…
Reference in a new issue