Skip to content

Releases: ace-of-aces/laravel-image-transform-url

v0.4.0

30 May 08:07
10dac65

Choose a tag to compare

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

21 Apr 19:54
c69290c

Choose a tag to compare

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

20 Apr 11:33
bb57565

Choose a tag to compare

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_environments configuration option in replacement to the app()->isProduction() helper on rate_limit.enabled

v0.1.0

19 Apr 18:13
d730da1

Choose a tag to compare

Initial Release 🎉