Releases: ace-of-aces/laravel-image-transform-url
Releases · ace-of-aces/laravel-image-transform-url
v0.4.0
This version adds a new background option which can be used to set a HEX color to transparent areas of png images.
v0.3.0
This version adds checks against a possible path traversal attack vector in the ImageTransformerController.
Any real possibilities of this could not be detected, but this adds an additional safeguard.
v0.2.0
This version fixes an issue with the default configuration file using the app() helper, causing a binding resolution issue when published.
New configuration option:
- added a new
rate_limit.disabled_for_environmentsconfiguration option in replacement to theapp()->isProduction()helper onrate_limit.enabled
v0.1.0
Initial Release 🎉