Releases: rosell-dk/webp-express
Releases · rosell-dk/webp-express
Alter HTML bugfix and improvement
- 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
It wasn't working on all setups
Alter HTML and webp-realizer
- 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.
- 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
- 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
0.8.1 0.8.1
New converter and miscellaneous improvements
- 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
You can now provide conversion service to other sites
Adding caching option, fixed imagick converter, added gmagick converter and more!
0.6.0 Inform users about new cwebp settings, when updating (if cwebp is wor…