Skip to content

Commit

Permalink
release: prepare version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Feb 9, 2024
1 parent 327fbf4 commit 9008457
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_\ ,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

`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>`_ - 2024-02-09
----------------------------------------------------------------------------------------------------------

Added
^^^^^

Expand All @@ -21,7 +24,7 @@ Changed
^^^^^^^


* The site configuration setting ``matomoIntegrationTagManagerContainerId`` to ``matomoIntegrationTagManagerContainerIds`` (#19)
* Site configuration setting ``matomoIntegrationTagManagerContainerId`` to ``matomoIntegrationTagManagerContainerIds`` (#19)

Removed
^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
'author' => 'Chris Müller',
'author_email' => '[email protected]',
'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' => [],
Expand Down

0 comments on commit 9008457

Please sign in to comment.