File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
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
7072Initial 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
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.
88The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_\ ,
99and 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+
1417Added
1518^^^^^
1619
Original file line number Diff line number Diff line change 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 />
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 ' ,
You can’t perform that action at this time.
0 commit comments