Skip to content

Commit

Permalink
V1.1.0: Add support for TYPO3 11LTS (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Jan 4, 2022
1 parent de5c407 commit 8654223
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Expand Up @@ -6,17 +6,25 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z

### Added
- Also run the unit tests with V11 in the CI pipeline (#336)
- Allow installations on TYPO3 11LTS

### Changed
- Require at least TYPO3 11.5.2 for 11LTS (#335)
- Upgrade to PHPUnit 8.5 (#328)

### Deprecated

### Removed

### Fixed

## 1.1.0

### Added
- Also run the unit tests with V11 in the CI pipeline (#336)
- Allow installations on TYPO3 11LTS

### Changed
- Require at least TYPO3 11.5.2 for 11LTS (#335)
- Upgrade to PHPUnit 8.5 (#328)

### Fixed
- Only publish to the TER if the tag is a valid version number (#329)

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Expand Up @@ -13,7 +13,7 @@ release = latest
# .................................................................................
# ... (recommended) displayed in footer
# .................................................................................
copyright = 2021 by TYPO3 Association
copyright = 2022 by TYPO3 Association

[html_theme_options]

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -82,7 +82,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "1.0.x-dev"
"dev-main": "2.0.x-dev"
},
"typo3/cms": {
"app-dir": ".Build",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -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' => [
Expand Down

0 comments on commit 8654223

Please sign in to comment.