Plugin Directory

Changeset 2883813


Ignore:
Timestamp:
03/20/2023 08:20:17 PM (3 years ago)
Author:
richarddegoffau
Message:

v1.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fastware-webpavif/trunk/readme.txt

    r2880754 r2883813  
    11=== WebP + AVIF converter ===
    2 Contributors: fastware
     2Contributors: fastware richarddegoffau
    33Tags: webp avif convert image pagespeed png jpg jpeg
    4 Stable tag: 1.0.8
     4Stable tag: 1.1.0
    55Requires at least: 5.9
    6 Tested up to: 6.1
     6Tested up to: 6.2
    77Requires PHP: 7.4
    88License: GPLv3
     
    1717- Images are queued ondemand, and converted in background via a scheduled task.
    1818- 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.
    2020- No image URLs are changed, solution is purely based on .htaccess rewrite rules.
    2121- Increase your Google Pagespeed.
     
    4040= Server requirements =
    4141
    42 - Apache 2.x with mod_rewrite and mod_env enabled
     42- Apache 2.x with mod_rewrite enabled
    4343- ImageMagick or GDlib with WebP support
     44- PHP max_execution_time of at least 15 seconds
    4445- ImageMagick with AVIF support (optional)
    4546 * You can use this plugin without AVIF support, in that case only WebP conversion is done
     
    4849== Changelog ==
    4950
     51- 1.1.0 [20-03-2023] Added WebP/AVIF quality settings
    5052- 1.0.8 [15-03-2023] .htaccess fix + minor change in plugin name
    5153- 1.0.7 [13-03-2023] Added admin dashboard to check plugin/server configuration
Note: See TracChangeset for help on using the changeset viewer.