Releases: rosell-dk/webp-express
Releases · rosell-dk/webp-express
Various
See closed issues here:
https://github.com/rosell-dk/webp-express/milestone/13?closed=1
A couple of bug fixes
0.21.1 0.21.1
0.20.1
WP CLI (and more)
- Added WP CLI support. Add "wp webp-express convert" to crontab for nightly conversions of new images! Thanks to Isuru Sampath Ratnayake from Sri Lanka for initializing this.
- Added "sharp-yuv" (not as option, but as always on). Better YUV->RGB color conversion at almost no price. Read more here. Supported by cwebp, vips, gmagick, graphicsmagick, imagick and imagemagick
- Bumped cwebp binaries to 1.2.0
- cwebp now only validates hash of supplied precompiled binaries when necessary. This cuts down conversion time.
- Convert on upload now defaults to false, as it may impact upload experience in themes with many formats.
- bugfix: Alpha quality was saved incorrectly for PNG. Thanks to Chriss Gibbs from the UK for finding and fixing this.
- bugfix: wp-debug log could be flooded with "Undefined index: HTTP_ACCEPT". Thanks to @markusreis for finding and fixing this.
Fixed PHP 8 bug
0.19.1 tested in Wordpress 5.7
Various bugfixes and minor improvements
- Bugfix: WebP Express uses live tests to determine the capabilities of the server in respect to .htaccess files (using the htaccess-capability-tester library). The results are used for warnings and also for optimizing the rules in the .htaccess files. However, HTTP Requests can fail due to other reasons than the feature not working (ie timeout). Such failures should lead to an indeterminate result, but it was interpreted as if the feature was not working.
- The Live test now displays a bit more information if the HTTP request failed.
- Changed default value for "destination structure" to "Image roots", as "Document root" doesn't work on hosts that have defined DOCUMENT_ROOT in an unusual way.
- Added possibility to change "%{DOCUMENT_ROOT}" part of RewriteCond by adding a line to wp-config.php. THIS IS A BETA FEATURE AND MIGHT BE REVOKED IF NOBODY ACTUALLY NEEDS IT.
- Got rid of PHP notice Constant WEBPEXPRESS_MIGRATION_VERSION already defined
- Fixed donation link. It now points to https://ko-fi.com/rosell again
For more info, see the closed issues on the 0.18.3 milestone on the github repository
General maintenance
0.18.0 Updated donation links
Fixes provided by community
Various fixes