We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9c6d8 commit a86cea2Copy full SHA for a86cea2
Changelog.md
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
+## [3.2.0] - 2022-11-10
8
### Added
9
- BasenameViewHelper
10
+- compatibility to TYPO3 V11 LTS
11
12
### Changed
13
- IbanViewHelper accepts argument
ext_emconf.php
@@ -8,7 +8,7 @@
'author' => 'Tony Lampel',
'author_email' => 'tony.lampel@xima.de',
'state' => 'stable',
- 'version' => '3.1.2',
+ 'version' => '3.2.0',
'constraints' => [
'depends' => [
14
'typo3' => '9.5.0-11.5.99',
0 commit comments