Skip to content

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

v1.0.0 🚀

06 Sep 14:52
30a22db

Choose a tag to compare

v1.0.0 - Stable Release! 🎉

What's Changed

  • [Fix] Replace GD specific WebpEncoder with general WebpEncoder by @ace-of-aces in #17
  • [Docs + Test] Properly support multiple image drivers by @ace-of-aces in #18
  • [Docs] Added vite-plugin-llms: f3da2f9
  • [Docs] wording improvements: 30a22db
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #14
  • chore(deps): bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #15

Full Changelog: v0.9.0...v1.0.0

v0.9.0

13 Aug 19:54
c81d7bc

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

06 Aug 15:11
fee10fb

Choose a tag to compare

What's Changed

  • [Feat]: Added support for programatically generating unsigned URLs in 33d8876
  • chore(deps): bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #12

Full Changelog: v0.7.1...v0.8.0

v0.7.1

27 Jul 14:02
f999316

Choose a tag to compare

What's Changed

  • Corrected method annotations on the Facade. f999316

Full Changelog: v0.7.0...v0.7.1

v0.7.0

20 Jul 17:28
7eb8519

Choose a tag to compare

In this version, the planned URL signing feature has been added.

⚠️ Potential breaking change:
Renamed the service provider from LaravelImageTransformUrlServiceProvider to ImageTransformUrlServiceProvider.
Code changes should only necessary when a custom service provider registration is being used.

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

03 Jul 21:34
cb1491b

Choose a tag to compare

This version introduces a new cache size limit, enabled by default. More info in the documentation.

What's Changed

  • [Enhancement] improve requirements and installation instructions by @ace-of-aces in #5
  • [Feature]: New Documentation 💅🏻 by @ace-of-aces in #6
  • chore(deps): bump actions/configure-pages from 4 to 5 by @dependabot in #8
  • chore(deps): bump pnpm/action-setup from 3 to 4 by @dependabot in #7
  • [Feature]: Cache Size Limit by @ace-of-aces in #9

Full Changelog: v0.5.0...v0.6.0

v0.5.0

20 Jun 14:50
74acae3

Choose a tag to compare

This version introduces breaking changes in how the image source configuration works.
This allows for multiple source directories to be defined, as well as fixing storage support.

What's Changed

  • BREAKING: Introduced new source_directories and default_source_directory configuration options that replace the public_path option. Please adjust the image-transform-url.php configuration accordingly, or re-publish the vendor config file.
  • fixes: #3
  • chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in #2

Full Changelog: v0.4.0...v0.5.0

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