Skip to content

Commit 9b5ff01

Browse files
committed
[TASK] Prepare 14.1.1 release
1 parent 16a99ed commit 9b5ff01

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [14.1.1] - 2026-05-15
9+
10+
### Changed
11+
12+
- `typo3/cms-install` and `typo3/cms-scheduler` moved from `require` to `suggest`. The UpgradeWizard class only loads when cms-install's attribute-autoconfigure scans services, and the scheduler task wrapper only loads when cms-scheduler actually instantiates it — both are dormant on installs that don't have the packages. The scheduler-task registration in `ext_localconf.php` is now guarded with `class_exists` for explicit clarity. Users running async mode still need cms-scheduler installed; users running the upgrade wizard still need cms-install installed.
13+
814
## [14.1.0] - 2026-05-15
915

1016
### Added
@@ -38,5 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3844
- The listener now normalises `FileReference` inputs to their underlying `File` before the repository lookup — fixes a latent v12/v13 bug where the wrong UID was being queried.
3945
- `FileNameFilter` no longer emits PHP 8+ warnings on invalid filter regex patterns.
4046

47+
[14.1.1]: https://github.com/plan2net/webp/releases/tag/14.1.1
4148
[14.1.0]: https://github.com/plan2net/webp/releases/tag/14.1.0
4249
[14.0.0]: https://github.com/plan2net/webp/releases/tag/14.0.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"extra": {
5151
"typo3/cms": {
5252
"extension-key": "webp",
53-
"version": "14.1.0",
53+
"version": "14.1.1",
5454
"cms-package-dir": "{$vendor-dir}/typo3/cms",
5555
"web-dir": ".Build/Web",
5656
"Package": {

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'author_email' => 'wk@plan2.net',
99
'state' => 'stable',
1010
'author_company' => 'plan2net GmbH',
11-
'version' => '14.1.0',
11+
'version' => '14.1.1',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '12.4.0-14.99.99',

0 commit comments

Comments
 (0)