Skip to content

Commit 10f483e

Browse files
committed
release: prepare version 4.0.1
1 parent 239a08b commit 10f483e

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
## [4.0.1] - 2025-02-13
10+
911
### Fixed
1012
- Wrong/missing label for palettes in backend form
1113

@@ -176,7 +178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
176178
Initial preview release
177179

178180

179-
[Unreleased]: https://github.com/jobrouter/typo3-connector/compare/v4.0.0...HEAD
181+
[Unreleased]: https://github.com/jobrouter/typo3-connector/compare/v4.0.1...HEAD
182+
[4.0.1]: https://github.com/jobrouter/typo3-connector/compare/v4.0.0...v4.0.1
180183
[4.0.0]: https://github.com/jobrouter/typo3-connector/compare/v3.0.1...v4.0.0
181184
[3.0.1]: https://github.com/jobrouter/typo3-connector/compare/v3.0.0...v3.0.1
182185
[3.0.0]: https://github.com/jobrouter/typo3-connector/compare/v2.0.0...v3.0.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/>`_\ ,
99
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
1010

11-
`Unreleased <https://github.com/jobrouter/typo3-connector/compare/v4.0.0...HEAD>`_
11+
`Unreleased <https://github.com/jobrouter/typo3-connector/compare/v4.0.1...HEAD>`_
1212
--------------------------------------------------------------------------------------
1313

14+
`4.0.1 <https://github.com/jobrouter/typo3-connector/compare/v4.0.0...v4.0.1>`_ - 2025-02-13
15+
------------------------------------------------------------------------------------------------
16+
1417
Fixed
1518
^^^^^
1619

Documentation/guides.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
>
88
<project
99
title="TYPO3 JobRouter Connector"
10-
release="4.0.0"
10+
release="4.0.1"
1111
version="4.0"
1212
copyright="since 2019 Chris Müller, since 2024 JobRouter AG"
1313
/>

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'author' => 'Chris Müller',
88
'author_company' => 'JobRouter AG',
99
'state' => 'stable',
10-
'version' => '4.0.0',
10+
'version' => '4.0.1',
1111
'constraints' => [
1212
'depends' => [
1313
'php' => '8.1.0-0.0.0',

0 commit comments

Comments
 (0)