From 8654223e22752669127a8af8d4ecac784b29e9ba Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 4 Jan 2022 01:33:24 +0100 Subject: [PATCH] V1.1.0: Add support for TYPO3 11LTS (#364) --- CHANGELOG.md | 16 ++++++++++++---- Documentation/Index.rst | 2 +- Documentation/Settings.cfg | 2 +- composer.json | 2 +- ext_emconf.php | 2 +- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0885d97a..1f4e0d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Documentation/Index.rst b/Documentation/Index.rst index 0473ddc0..99aba749 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -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 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index d7877d2e..62a867c4 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -13,7 +13,7 @@ release = latest # ................................................................................. # ... (recommended) displayed in footer # ................................................................................. -copyright = 2021 by TYPO3 Association +copyright = 2022 by TYPO3 Association [html_theme_options] diff --git a/composer.json b/composer.json index a339d688..56da1926 100644 --- a/composer.json +++ b/composer.json @@ -82,7 +82,7 @@ }, "extra": { "branch-alias": { - "dev-main": "1.0.x-dev" + "dev-main": "2.0.x-dev" }, "typo3/cms": { "app-dir": ".Build", diff --git a/ext_emconf.php b/ext_emconf.php index 5ce5fb7b..08abcbdb 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.0.0', + 'version' => '1.1.0', 'category' => 'example', 'constraints' => [ 'depends' => [