Skip to content

Commit 30d858b

Browse files
committed
[TASK] Update title and description to cover WebP, AVIF, and JPEG XL
1 parent 9499296 commit 30d858b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plan2net/webp",
33
"license": "GPL-3.0-or-later",
4-
"description": "Drop-in WebP delivery for TYPO3 images — automatic, no URL or template changes",
4+
"description": "Drop-in WebP, AVIF, and JPEG XL delivery for TYPO3 images — automatic, no URL or template changes",
55
"type": "typo3-cms-extension",
66
"homepage": "https://www.plan2.net/",
77
"authors": [

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

33
$EM_CONF['webp'] = [
4-
'title' => 'Drop-in WebP delivery',
5-
'description' => 'Creates sibling WebP files next to each processed image. The webserver delivers them via Accept-header content negotiation, so image URLs and HTML stay unchanged.',
4+
'title' => 'Drop-in WebP / AVIF / JPEG XL delivery',
5+
'description' => 'Creates sibling WebP, AVIF, and JPEG XL files next to each processed image. The webserver delivers the best match per request via Accept-header content negotiation, so image URLs and HTML stay unchanged.',
66
'category' => 'fe',
77
'author' => 'Wolfgang Klinger',
88
'author_email' => 'wk@plan2.net',

0 commit comments

Comments
 (0)