From 900845756baf1b713d9cafa7487a21dc585751a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:50:09 +0100 Subject: [PATCH] release: prepare version 2.0.0 --- CHANGELOG.md | 7 +++++-- Documentation/Changelog/Index.rst | 7 +++++-- Documentation/Settings.cfg | 2 +- ext_emconf.php | 4 ++-- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ecb057..5564053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2024-02-09 + ### Added - Compatibility with TYPO3 v13 ### Changed -- The site configuration setting `matomoIntegrationTagManagerContainerId` to `matomoIntegrationTagManagerContainerIds` (#19) +- Site configuration setting `matomoIntegrationTagManagerContainerId` to `matomoIntegrationTagManagerContainerIds` (#19) ### Removed - Compatibility with TYPO3 v10 (#17) @@ -88,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v1.8.0...HEAD +[Unreleased]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v1.8.0...v2.0.0 [1.8.0]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v1.7.0...v1.8.0 [1.7.0]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v1.5.1...v1.6.0 diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index e2ef799..28d124e 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_\ , and this project adheres to `Semantic Versioning `_. -`Unreleased `_ +`Unreleased `_ ------------------------------------------------------------------------------------------------ +`2.0.0 `_ - 2024-02-09 +---------------------------------------------------------------------------------------------------------- + Added ^^^^^ @@ -21,7 +24,7 @@ Changed ^^^^^^^ -* The site configuration setting ``matomoIntegrationTagManagerContainerId`` to ``matomoIntegrationTagManagerContainerIds`` (#19) +* Site configuration setting ``matomoIntegrationTagManagerContainerId`` to ``matomoIntegrationTagManagerContainerIds`` (#19) Removed ^^^^^^^ diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 878baf3..5f6b62e 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -5,7 +5,7 @@ project = Matomo Integration version = 2.0 -release = 2.0.0-dev +release = 2.0.0 copyright = since 2021 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index a975444..acd22dd 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -6,10 +6,10 @@ 'author' => 'Chris Müller', 'author_email' => 'typo3@krue.ml', 'state' => 'stable', - 'version' => '2.0.0-dev', + 'version' => '2.0.0', 'constraints' => [ 'depends' => [ - 'typo3' => '11.5.0-12.4.99', + 'typo3' => '11.5.0-13.4.99', 'php' => '8.1.0-0.0.0', ], 'conflicts' => [],