From 0ec3eaab31158d67bd64d97eadf2ef3d81b4f358 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 26 Jul 2022 12:15:13 +0200 Subject: [PATCH] V2.0.0: Drop support for TYPO3 9LTS (#494) --- CHANGELOG.md | 16 ++++++++++++---- Documentation/Settings.cfg | 4 ++-- ext_emconf.php | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cefcf6c..6eb9ebd 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 + +## 2.0.0 + ### Added - Add the PHPStan strict rules (#471) - Add a Dependabot action for updating dependencies (#452, #461, #469, #481) @@ -14,13 +26,9 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Move npm tools and config to default locations (#444) - Use the TYPO3 Code of Conduct (#430) -### Deprecated - ### Removed - Drop support for TYPO3 9LTS (#363, #372) -### Fixed - ## 1.1.0 ### Added diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 0fa8cdc..b05719f 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -4,8 +4,8 @@ [general] project = TYPO3 EXT:tea -version = 1.1.0 -release = 1.1.0 +version = 2.0.0 +release = 2.0.0 copyright = since 2013 by the TYPO3 contributors [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index d301da7..9bd004e 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' => '1.1.0', + 'version' => '2.0.0', 'category' => 'example', 'constraints' => [ 'depends' => [