Skip to content

Commit e8e91bb

Browse files
committed
Prepare version 4.1.1
1 parent 24684c5 commit e8e91bb

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [4.1.1] - 2025-12-02
11+
1012
### Fixed
13+
- Match composer description with TYPO3 v14 title handling (#147)
1114
- Version constraint for TYPO3 v14 in `composer.json` file
1215

1316
## [4.1.0] - 2025-11-25

Documentation/Changelog/Index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
1111
`Unreleased <https://github.com/brotkrueml/schema/compare/v4.1.0...HEAD>`_
1212
------------------------------------------------------------------------------
1313

14+
[4.1.1] - 2025-12-02
15+
--------------------
16+
1417
Fixed
1518
^^^^^
1619

1720

21+
* Match composer description with TYPO3 v14 title handling (#147)
1822
* Version constraint for TYPO3 v14 in ``composer.json`` file
1923

2024
`4.1.0 <https://github.com/brotkrueml/schema/compare/v4.0.1...v4.1.0>`_ - 2025-11-25

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="4.1.1-dev"
19+
release="4.1.1"
2020
version="4.1"
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
@@ -7,7 +7,7 @@
77
'state' => 'stable',
88
'author' => 'Chris Müller',
99
'author_email' => 'typo3@brotkrueml.dev',
10-
'version' => '4.1.1-dev',
10+
'version' => '4.1.1',
1111
'constraints' => [
1212
'depends' => [
1313
'typo3' => '13.4.0-14.3.99',

0 commit comments

Comments
 (0)