diff --git a/CHANGELOG.md b/CHANGELOG.md index 99da964..4eba009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 190fe9f..cffc38a 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -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] diff --git a/composer.json b/composer.json index c45dbe2..30dca5e 100644 --- a/composer.json +++ b/composer.json @@ -90,7 +90,7 @@ }, "extra": { "branch-alias": { - "dev-main": "2.0.x-dev" + "dev-main": "3.0.x-dev" }, "typo3/cms": { "app-dir": ".Build", diff --git a/ext_emconf.php b/ext_emconf.php index afaf311..f026e98 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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' => [