Skip to content

Releases: rosell-dk/webp-express

Various

09 Nov 09:28
Compare
Choose a tag to compare

A couple of bug fixes

27 Oct 07:06
Compare
Choose a tag to compare
0.21.1

0.21.1

0.20.1

20 Jun 18:42
Compare
Choose a tag to compare

Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 7.2.0

See:
#499

WP CLI (and more)

17 Jun 09:50
Compare
Choose a tag to compare
  • 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

03 May 11:55
Compare
Choose a tag to compare
0.19.1

tested in Wordpress 5.7

Various bugfixes and minor improvements

05 Nov 13:47
Compare
Choose a tag to compare
  • 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

24 Sep 10:06
Compare
Choose a tag to compare
0.18.0

Updated donation links

Fixes provided by community

26 Jun 11:05
Compare
Choose a tag to compare

Fixed bug: Updating plugin failed on some systems (in the unzip phase). The problem was introduced in 0.17.0 where the binaries contains dots in their filename.

0.17.1

03 Oct 10:29
Compare
Choose a tag to compare
Alter HTML no longer changes https links to http when siteurl is http…