- #23 / fix error on addon page when Imagick is not available
- fix addon page
- use new extensionpoint MEDIA_MANAGER_INIT in Redaxo >= 5.18 instead of patching media_manager.php / #18
- new addon page for settings
- move addon backend page into the media manager addon as a subpage / #22
- add hint if method is already changed for setup
- ui improvements on config page
- fix version in package.yml
- fix version in package.yml
- add error handling for imagick demo image generation in addon settings / #16
- add imagick version in addon settings
- add option to disable avif generation (some servers d not have avif codecs installed) / #15
- remove params
- now for working correctly the media_manager.php file must be changed which shloud ensure correct function of the caching mechanism
- MIGRATION: Die Datei media_manager.php des media manager Addons muss angepasst werden. Die Anleitung dazu findet sich auf der Setup Seite des Addons. Dies ist notwendig um die Cache-Funktionalität korrekt zu gewährleisten.
- Added check to confirm whether file is already cached or not
- MIGRATION: alle Media-Manager Effekte die den Negotiator nutzen müssen einmal bearbeitet werden. Dabei muss das neue Parameterfeld "Name dieses Effekts" auf den Namen des Effekts gesetzt werden, welcher den Negotiator nutzt. Das Feld sollte den korrekten Wert bereits als default tragen.
- check added if Imagick supports webp or avif as output formats
- Settings page shows which functions are available and which output formats are possible
- Added setting to force usage of Imagick. F.e. when GD is not supporting avif as expected.
- Imagick is now used as fallback when the PHP version is compiled without webp or avif support
- fix issues for setting the cache path correctly
- deliver original file when image can not be converted to avif or webp #1
- fix issue with php 8.1 where gd is not compiled with avif support / #3
- the effect could not be applied to any profile because it was set to a fixed name
- initial release