Skip to content

Commit 401d80a

Browse files
committed
Prepare version 2.1.0
1 parent 2e6f369 commit 401d80a

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.1.0] - 2026-03-31
10+
911
### Added
1012
- Compatibility with TYPO3 v14
1113

@@ -69,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6971

7072
Initial release
7173

72-
[Unreleased]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v2.0.0...HEAD
74+
[Unreleased]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v2.1.0...HEAD
75+
[2.1.0]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v2.0.0...v2.1.0
7376
[2.0.0]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.7.1...v2.0.0
7477
[1.7.1]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.7.0...v1.7.1
7578
[1.7.0]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.6.1...v1.7.0

Documentation/Changelog/Index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
88
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_\ ,
99
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
1010

11-
`Unreleased <https://github.com/brotkrueml/typo3-form-rate-limit/compare/v2.0.0...HEAD>`_
11+
`Unreleased <https://github.com/brotkrueml/typo3-form-rate-limit/compare/v2.1.0...HEAD>`_
1212
---------------------------------------------------------------------------------------------
1313

14+
`2.1.0 <https://github.com/brotkrueml/typo3-form-rate-limit/compare/v2.0.0...v2.1.0>`_ - 2026-03-31
15+
-------------------------------------------------------------------------------------------------------
16+
1417
Added
1518
^^^^^
1619

Documentation/guides.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/>
1717
<project
1818
title="Form Rate Limit"
19-
release="2.1.0-dev"
19+
release="2.1.0"
2020
version="2.1"
2121
copyright="since 2022 by Chris Müller"
2222
/>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "TYPO3 form finisher for rate limiting when sending a form",
44
"license": "GPL-2.0-or-later",
55
"type": "typo3-cms-extension",
6-
"version": "2.1.0-dev",
6+
"version": "2.1.0",
77
"authors": [
88
{
99
"name": "Chris Müller",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'author' => 'Chris Müller',
77
'author_email' => 'typo3@brotkrueml.dev',
88
'state' => 'stable',
9-
'version' => '2.1.0-dev',
9+
'version' => '2.1.0',
1010
'constraints' => [
1111
'depends' => [
1212
'typo3' => '13.4.10-13.4.99',

0 commit comments

Comments
 (0)