diff --git a/CHANGELOG.md b/CHANGELOG.md index 0885d97..1f4e0d4 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 + +## 1.1.0 + ### Added - Also run the unit tests with V11 in the CI pipeline (#336) - Allow installations on TYPO3 11LTS @@ -13,10 +25,6 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Require at least TYPO3 11.5.2 for 11LTS (#335) - Upgrade to PHPUnit 8.5 (#328) -### Deprecated - -### Removed - ### 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 0473ddc..99aba74 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 d7877d2..62a867c 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 a339d68..56da192 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 5ce5fb7..08abcbd 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' => [