Skip to content

Commit

Permalink
release: prepare version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Sep 23, 2024
1 parent d1ab47b commit f55395d
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.1] - 2024-09-23

### Fixed
- Table widgets lost styling with TYPO3 v13.3

@@ -198,7 +200,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release


[Unreleased]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v3.1.1...HEAD
[3.1.1]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.4.0...v3.0.0
[2.4.0]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.3.0...v2.4.0
5 changes: 4 additions & 1 deletion Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
@@ -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-widgets/compare/v3.1.0...HEAD>`_
`Unreleased <https://github.com/brotkrueml/typo3-matomo-widgets/compare/v3.1.1...HEAD>`_
--------------------------------------------------------------------------------------------

`3.1.1 <https://github.com/brotkrueml/typo3-matomo-widgets/compare/v3.1.0...v3.1.1>`_ - 2024-09-23
------------------------------------------------------------------------------------------------------

Fixed
^^^^^

2 changes: 1 addition & 1 deletion Documentation/guides.xml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
/>
<project
title="Matomo Widgets"
release="3.1.1-dev"
release="3.1.1"
version="3.1"
copyright="since 2020 by Chris Müller"
/>
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
'author' => 'Chris Müller',
'author_email' => 'typo3@brotkrueml.dev',
'state' => 'stable',
'version' => '3.1.1-dev',
'version' => '3.1.1',
'constraints' => [
'depends' => [
'php' => '8.1.0-0.0.0',

0 comments on commit f55395d

Please sign in to comment.