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

V1.1.0: Add support for TYPO3 11LTS (#364)

This commit is contained in:
Oliver Klee 2022-01-04 01:33:24 +01:00 committed by GitHub
parent de5c407c1a
commit 8654223e22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 8 deletions

View file

@ -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)

View file

@ -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

View file

@ -13,7 +13,7 @@ release = latest
# .................................................................................
# ... (recommended) displayed in footer
# .................................................................................
copyright = 2021 by TYPO3 Association
copyright = 2022 by TYPO3 Association
[html_theme_options]

View file

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

View file

@ -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' => [