Skip to content

Releases: rosell-dk/webp-express

Alter HTML bugfix and improvement

14 Feb 08:38
Compare
Choose a tag to compare
  • Fixed bug which caused Alter HTML to fail miserably on some setups
  • AlterHTML now also looks for lazy load attributes in DIV and LI tags.

Fixed "Convert non-existing webp-files upon request" feature

06 Feb 13:19
Compare
Choose a tag to compare

Alter HTML and webp-realizer

06 Feb 10:10
Compare
Choose a tag to compare
  • Alter HTML to point to webp files (choose between picture tags or simply altering all image urls)
  • Convert non-existing webp-files upon request (means you can reference the converted webp files before they are actually converted!)

WebP Express can now be used in conjunction with Cache Enabler and ShortPixel. Also introduced "Operation modes" in order to keep setting screens simple but still allow tweaking.

07 Jan 09:44
Compare
Choose a tag to compare
  • Introduced "Operation modes" in order to keep setting screens simple but still allow tweaking
  • WebP Express can now be used in conjunction with Cache Enabler and ShortPixel
  • Cache-Control header is now added in .htaccess, when redirecting directly to existing webp

Option to redirect to existing webp images directly in .htaccess

27 Dec 08:51
Compare
Choose a tag to compare
  • Optionally make .htaccess redirect directly to existing webp (improves performance)
  • Optionally do not send filename from .htaccess to the PHP in Querystring, but use other means (improves security and reduces risks of problems due to firewall rules)
  • Fixed some bugs

For more info, see the closed issues on the 0.9.0 milestone on the github repository: https://github.com/rosell-dk/webp-express/issues?q=is%3Aclosed+milestone%3A0.9.0

javascript bug-fix

11 Dec 11:04
Compare
Choose a tag to compare
0.8.1

0.8.1

New converter and miscellaneous improvements

11 Dec 08:29
Compare
Choose a tag to compare
  • New conversion method, which calls imagick binary directly. This will make WebP express work out of the box on more systems
  • Made sure not to trigger LFI warning i Wordfence (to activate, click the force .htaccess button)
  • Imagick can now be configured to set quality to auto (but only when the "auto" option isn't generally available)
  • Added Last-Modified header to images. This makes image caching work better
  • On some systems, converted files where stored in ie ..doc-rootwp-content.. rather than ..doc-root/wp-content... This is fixed, a clean-up script corrects the file structure upon upgrade.
  • Added condition in .htaccess that checks that source file exists before handing over to converter

minor bug

09 Nov 12:46
Compare
Choose a tag to compare
0.7.1

Fixed minor "bug". The Api version combobox in Remote WebP Express co…

You can now provide conversion service to other sites

09 Nov 12:34
Compare
Choose a tag to compare

Adding caching option, fixed imagick converter, added gmagick converter and more!

04 Oct 12:56
Compare
Choose a tag to compare
0.6.0

Inform users about new cwebp settings, when updating (if cwebp is wor…