Skip to content

Commit

Permalink
V3.0.0: Add TYPO3 12 support, drop TYPO3 10LTS support
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Oct 19, 2022
1 parent 1d9c79a commit 0fa4cfe
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## x.y.z

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 3.0.0

### Added
- Harden the GitHub Actions workflows (#649)
- Add support for TYPO3 12 (#615, #652, #653)
Expand All @@ -21,8 +33,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Return `ResponseInterface` in controller actions (#597)
- Replace switchable controller actions with separate plugins (#575)

### Deprecated

### Removed
- Drop support for Symfony 4.4 (#622)
- Drop support for TYPO3 10LTS (#594)
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[general]

project = TYPO3 EXT:tea
version = 2.0
release = 2.0.1
version = 3.0
release = 3.0.0
copyright = since 2013 by the TYPO3 contributors

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.0.x-dev"
"dev-main": "3.0.x-dev"
},
"typo3/cms": {
"app-dir": ".Build",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Tea example',
'description' => 'Example extension for unit testing and best practices',
'version' => '2.0.1',
'version' => '3.0.0',
'category' => 'example',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 0fa4cfe

Please sign in to comment.