Changeset 2883813
- Timestamp:
- 03/20/2023 08:20:17 PM (3 years ago)
- File:
-
- 1 edited
-
fastware-webpavif/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fastware-webpavif/trunk/readme.txt
r2880754 r2883813 1 1 === WebP + AVIF converter === 2 Contributors: fastware 2 Contributors: fastware richarddegoffau 3 3 Tags: webp avif convert image pagespeed png jpg jpeg 4 Stable tag: 1. 0.84 Stable tag: 1.1.0 5 5 Requires at least: 5.9 6 Tested up to: 6. 16 Tested up to: 6.2 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 17 17 - Images are queued ondemand, and converted in background via a scheduled task. 18 18 - Images which are never used (requested) will not be converted to save resources. 19 - All images are lossless converted , so no quality loss.19 - All images are lossless converted by default, so no quality loss. 20 20 - No image URLs are changed, solution is purely based on .htaccess rewrite rules. 21 21 - Increase your Google Pagespeed. … … 40 40 = Server requirements = 41 41 42 - Apache 2.x with mod_rewrite and mod_envenabled42 - Apache 2.x with mod_rewrite enabled 43 43 - ImageMagick or GDlib with WebP support 44 - PHP max_execution_time of at least 15 seconds 44 45 - ImageMagick with AVIF support (optional) 45 46 * You can use this plugin without AVIF support, in that case only WebP conversion is done … … 48 49 == Changelog == 49 50 51 - 1.1.0 [20-03-2023] Added WebP/AVIF quality settings 50 52 - 1.0.8 [15-03-2023] .htaccess fix + minor change in plugin name 51 53 - 1.0.7 [13-03-2023] Added admin dashboard to check plugin/server configuration
Note: See TracChangeset
for help on using the changeset viewer.