Skip to content

Commit 5c2bd6e

Browse files
committed
release: prepare version 3.12.1
1 parent 1cb55a8 commit 5c2bd6e

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [3.12.1] - 2025-04-25
11+
1012
### Fixed
1113
- Exception with activated admin panel on TYPO3 v11 (#139)
1214

@@ -558,7 +560,8 @@ Initial release
558560
- View helpers for usage in Fluid templates
559561

560562

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
562565
[3.12.0]: https://github.com/brotkrueml/schema/compare/v3.11.1...v3.12.0
563566
[3.11.1]: https://github.com/brotkrueml/schema/compare/v3.11.0...v3.11.1
564567
[3.11.0]: https://github.com/brotkrueml/schema/compare/v3.10.1...v3.11.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/>`_\ , and this project adheres
99
to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
1010

11-
`Unreleased <https://github.com/brotkrueml/schema/compare/v3.12.0...HEAD>`_
11+
`Unreleased <https://github.com/brotkrueml/schema/compare/v3.12.1...HEAD>`_
1212
-------------------------------------------------------------------------------
1313

14+
`3.12.1 <https://github.com/brotkrueml/schema/compare/v3.12.0...v3.12.1>`_ - 2025-04-25
15+
-------------------------------------------------------------------------------------------
16+
1417
Fixed
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="schema"
19-
release="3.12.1-dev"
19+
release="3.12.1"
2020
version="3.12"
2121
copyright="since 2019 by Chris Müller"
2222
/>

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'clearCacheOnLoad' => true,
99
'author' => 'Chris Müller',
1010
'author_email' => '[email protected]',
11-
'version' => '3.12.1-dev',
11+
'version' => '3.12.1',
1212
'constraints' => [
1313
'depends' => [
1414
'php' => '8.1.0-0.0.0',

0 commit comments

Comments
 (0)