File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.12.1] - 2025-04-25
11
+
10
12
### Fixed
11
13
- Exception with activated admin panel on TYPO3 v11 (#139 )
12
14
@@ -558,7 +560,8 @@ Initial release
558
560
- View helpers for usage in Fluid templates
559
561
560
562
561
- [ Unreleased ] : https://github.com/brotkrueml/schema/compare/v3.12.0...HEAD
563
+ [ Unreleased ] : https://github.com/brotkrueml/schema/compare/v3.12.1...HEAD
564
+ [ 3.12.1 ] : https://github.com/brotkrueml/schema/compare/v3.12.0...v3.12.1
562
565
[ 3.12.0 ] : https://github.com/brotkrueml/schema/compare/v3.11.1...v3.12.0
563
566
[ 3.11.1 ] : https://github.com/brotkrueml/schema/compare/v3.11.0...v3.11.1
564
567
[ 3.11.0 ] : https://github.com/brotkrueml/schema/compare/v3.10.1...v3.11.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.
8
8
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_\ , and this project adheres
9
9
to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
10
10
11
- `Unreleased <https://github.com/brotkrueml/schema/compare/v3.12.0 ...HEAD >`_
11
+ `Unreleased <https://github.com/brotkrueml/schema/compare/v3.12.1 ...HEAD >`_
12
12
-------------------------------------------------------------------------------
13
13
14
+ `3.12.1 <https://github.com/brotkrueml/schema/compare/v3.12.0...v3.12.1 >`_ - 2025-04-25
15
+ -------------------------------------------------------------------------------------------
16
+
14
17
Fixed
15
18
^^^^^
16
19
Original file line number Diff line number Diff line change 16
16
/>
17
17
<project
18
18
title =" schema"
19
- release =" 3.12.1-dev "
19
+ release =" 3.12.1"
20
20
version =" 3.12"
21
21
copyright =" since 2019 by Chris Müller"
22
22
/>
Original file line number Diff line number Diff line change 8
8
'clearCacheOnLoad ' => true ,
9
9
'author ' => 'Chris Müller ' ,
10
10
'author_email ' =>
'[email protected] ' ,
11
- 'version ' => '3.12.1-dev ' ,
11
+ 'version ' => '3.12.1 ' ,
12
12
'constraints ' => [
13
13
'depends ' => [
14
14
'php ' => '8.1.0-0.0.0 ' ,
You can’t perform that action at this time.
0 commit comments