Changeset 2888679
- Timestamp:
- 03/28/2023 08:11:22 PM (3 years ago)
- Location:
- fastware-webpavif
- Files:
-
- 14 added
- 1 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/assets (added)
-
tags/1.1.1/assets/screenshot-1.png (added)
-
tags/1.1.1/assets/screenshot-2.png (added)
-
tags/1.1.1/assets/test.png (added)
-
tags/1.1.1/fastware-webpavif.php (added)
-
tags/1.1.1/includes (added)
-
tags/1.1.1/includes/AdminSettingsPage.php (added)
-
tags/1.1.1/includes/ImageConverter.php (added)
-
tags/1.1.1/includes/WebpAvifPlugin.php (added)
-
tags/1.1.1/readme.txt (added)
-
tags/1.1.1/templates (added)
-
tags/1.1.1/templates/.htaccess (added)
-
tags/1.1.1/uninstall.php (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fastware-webpavif/trunk/readme.txt
r2886786 r2888679 1 1 === WebP + AVIF converter === 2 2 Contributors: fastware,richarddegoffau 3 Tags: webp avif convert image pagespeed png jpg jpeg4 Stable tag: 1.1. 03 Tags: webp avif convert image google pagespeed 4 Stable tag: 1.1.1 5 5 Requires at least: 5.9 6 6 Tested up to: 6.2 … … 19 19 - No image URLs are changed, solution is purely based on .htaccess rewrite rules. 20 20 - Serve original format in case the browser does not support WebP/AVIF (relying on the "Accept" header). 21 - The following source formats are supported: JP(E)G, PNG (GIF will be added in the future).21 - The following source formats are supported: JP(E)G, PNG, BMP (GIF will be added in the future). 22 22 - Extra feature: WebP images are served as PNG when the browser/client does not support WebP (e.g. Microsoft Outlook). 23 23 … … 79 79 == Changelog == 80 80 81 - 1.2.0 [28-03-2023] Added support for converting BMP images 81 82 - 1.1.0 [20-03-2023] Added WebP/AVIF quality settings 82 83 - 1.0.8 [15-03-2023] .htaccess fix + minor change in plugin name
Note: See TracChangeset
for help on using the changeset viewer.