Skip to content

Commit f7012b7

Browse files
committed
Bump version to 14.5.1
1 parent f505c33 commit f7012b7

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.5.1] - 2026-05-26
9+
10+
### Changed
11+
12+
- `parameters_avif` and `parameters_jxl` now ship ImageMagick-compatible defaults; `converter_avif` and `converter_jxl` default to `MagickConverter`. Enabling AVIF or JPEG XL via `formats_enabled` works out of the box on the typical TYPO3 host — no manual parameter string required. Override either to switch to libvips or an external binary.
13+
14+
### Fixed
15+
16+
- `webp:diagnose` parameter-parsing check now distinguishes empty, malformed-global, and missing-per-mime cases and emits the concrete recommended value for the configured converter, instead of pointing at the README.
17+
18+
### Documentation
19+
20+
- README adds dedicated `parameters_avif` and `parameters_jxl` sections with per-backend recipes (ImageMagick, libvips, external binaries).
21+
822
## [14.5.0] - 2026-05-26
923

1024
### Added
@@ -111,6 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111125
- 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.
112126
- `FileNameFilter` no longer emits PHP 8+ warnings on invalid filter regex patterns.
113127

128+
[14.5.1]: https://github.com/plan2net/webp/releases/tag/14.5.1
114129
[14.5.0]: https://github.com/plan2net/webp/releases/tag/14.5.0
115130
[14.4.1]: https://github.com/plan2net/webp/releases/tag/14.4.1
116131
[14.4.0]: https://github.com/plan2net/webp/releases/tag/14.4.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"extra": {
5454
"typo3/cms": {
5555
"extension-key": "webp",
56-
"version": "14.5.0",
56+
"version": "14.5.1",
5757
"cms-package-dir": "{$vendor-dir}/typo3/cms",
5858
"web-dir": ".Build/Web",
5959
"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.5.0',
11+
'version' => '14.5.1',
1212
'constraints' => [
1313
'depends' => [
1414
'php' => '8.2.0-8.4.99',

0 commit comments

Comments
 (0)