Skip to content

Commit b926899

Browse files
committed
[TASK] Prepare 14.3.0 release
1 parent 4874657 commit b926899

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.3.0] - 2026-05-16
9+
10+
### Added
11+
12+
- `webp:diagnose` CLI command. Reports per-storage WebP mode (incl. phantom rows whose driver isn't registered), converter health (PHP GD / ImageMagick / GraphicsMagick / external binary), async pipeline + scheduler state, recent failed conversion attempts, an optional HTTP probe of the webserver's Accept-header rewrite (with `Vary: Accept` check), and an optional per-file deep dive. Single recommendation block points at the first finding; exit code is `1` only on real failures so the command works as a deployment gate. README and reST documentation updated.
13+
814
## [14.2.0] - 2026-05-15
915

1016
### Added
@@ -61,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6167
- 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.
6268
- `FileNameFilter` no longer emits PHP 8+ warnings on invalid filter regex patterns.
6369

70+
[14.3.0]: https://github.com/plan2net/webp/releases/tag/14.3.0
6471
[14.2.0]: https://github.com/plan2net/webp/releases/tag/14.2.0
6572
[14.1.1]: https://github.com/plan2net/webp/releases/tag/14.1.1
6673
[14.1.0]: https://github.com/plan2net/webp/releases/tag/14.1.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"extra": {
5252
"typo3/cms": {
5353
"extension-key": "webp",
54-
"version": "14.2.0",
54+
"version": "14.3.0",
5555
"cms-package-dir": "{$vendor-dir}/typo3/cms",
5656
"web-dir": ".Build/Web",
5757
"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.2.0',
11+
'version' => '14.3.0',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '12.4.0-14.99.99',

0 commit comments

Comments
 (0)