Skip to content

Commit

Permalink
[RELEASE] Prepare version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Nov 6, 2022
1 parent c7f305e commit d8684a0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.0] - 2022-11-06

### Added
- Retrieve PSR-7 request object from PSR-14 events via getRequest() method (#11)
- PSR-7 request object is available in PSR-14 events via getRequest() method (#11)

### Fixed
### Changed
- Initialisation of JavaScript variable _paq is now more robust (#13)

## [1.4.0] - 2022-10-05
Expand Down Expand Up @@ -54,7 +56,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.4.0...HEAD
[Unreleased]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v1.3.2...v1.4.0
[1.3.2]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v1.3.0...v1.3.1
Expand Down
11 changes: 7 additions & 4 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,20 @@ 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.4.0...HEAD>`_
`Unreleased <https://github.com/brotkrueml/typo3-matomo-integration/compare/v1.5.0...HEAD>`_
------------------------------------------------------------------------------------------------

`1.5.0 <https://github.com/brotkrueml/typo3-matomo-integration/compare/v1.4.0...v1.5.0>`_ - 2022-11-06
----------------------------------------------------------------------------------------------------------

Added
^^^^^


* Retrieve PSR-7 request object from PSR-14 events via getRequest() method (#11)
* PSR-7 request object is available in PSR-14 events via getRequest() method (#11)

Fixed
^^^^^
Changed
^^^^^^^


* Initialisation of JavaScript variable _paq is now more robust (#13)
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 = 1.5
release = 1.5.0-dev
release = 1.5.0
copyright = since 2021 by Chris Müller

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'author' => 'Chris Müller',
'author_email' => '[email protected]',
'state' => 'stable',
'version' => '1.5.0-dev',
'version' => '1.5.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.15-12.4.99',
Expand Down

0 comments on commit d8684a0

Please sign in to comment.