All notable changes to laravel-image-transform-url will be documented in this file.
- Support Laravel 13 by @ace-of-aces in #26
Full Changelog: https://github.com/ace-of-aces/laravel-image-transform-url/compare/v1.3.0...v1.3.1
- Architectural refactorings in 453eac2178a408632b1c3ab8f59326f0e0ff24cc and 08f00ad13e3a96063a29ba950a0d29d0f8e158ac. No functional changes as long as you don't rely on undocumented internals of this package.
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #24
- chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #25
Full Changelog: https://github.com/ace-of-aces/laravel-image-transform-url/compare/v1.2.0...v1.3.0
- Extend PHP version support with 8.3 and 8.5 by @ace-of-aces in #23
Docs
- Updated a docs code snippet 23722625ddf6a7b6af848b2aa59532cbecf37308
- Updated the docs theme 💅🏻 c41e654baf5308ac7f3f7e050e1b70ebeb10315f
Full Changelog: https://github.com/ace-of-aces/laravel-image-transform-url/compare/v1.1.0...v1.2.0
- [Feat]: Guidelines for Laravel Boost by @ace-of-aces in #22
- Updated
.gitattributeswhich removes unnecessary files from the package installation b7c555cdb56071e451eddc003fdd17ecfb67c23b
Full Changelog: https://github.com/ace-of-aces/laravel-image-transform-url/compare/v1.0.1...v1.1.0
- fix: correct facade PHPDoc annotation for temporarySignedUrl 4082852272542fbe42dc33bb2d86f7a2e6ad8af6
- docs: use named parameters in code examples 0c54d9068ddc5b45101213a3000a46aa9fc93440
- docs: update links 8752beed70cb2e4049b2756d7647ea128a672c96
- chore(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #19
- chore(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #21
- chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #20
Full Changelog: https://github.com/ace-of-aces/laravel-image-transform-url/compare/v1.0.0...v1.0.1
- [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: https://github.com/ace-of-aces/laravel-image-transform-url/commit/f3da2f9955c9ffcd08f2657b2cd088c28e2765ac
- [Docs] wording improvements: https://github.com/ace-of-aces/laravel-image-transform-url/commit/30a22db1824623d4c0063f6b4f3213a5e8c62c62
- 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: https://github.com/ace-of-aces/laravel-image-transform-url/compare/v0.9.0...v1.0.0
- [Feat]: S3 Support by @ace-of-aces in #13
Full Changelog: https://github.com/ace-of-aces/laravel-image-transform-url/compare/v0.8.0...v0.9.0
- [Feat]: Added support for programatically generating unsigned URLs in https://github.com/ace-of-aces/laravel-image-transform-url/commit/33d88768cff092b224301d6c0c72e2502941b43d
- chore(deps): bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #12
Full Changelog: https://github.com/ace-of-aces/laravel-image-transform-url/compare/v0.7.1...v0.8.0
In this version, the planned URL signing feature has been added.
LaravelImageTransformUrlServiceProvider to ImageTransformUrlServiceProvider.
Code changes should only necessary when a custom service provider registration is being used.
- [Feature]: Signed URLs by @ace-of-aces in #11
Full Changelog: https://github.com/ace-of-aces/laravel-image-transform-url/compare/v0.6.0...v0.7.0
This version introduces a new cache size limit, enabled by default. More info in the documentation.
- [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: https://github.com/ace-of-aces/laravel-image-transform-url/compare/v0.5.0...v0.6.0
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.
- BREAKING: Introduced new
source_directoriesanddefault_source_directoryconfiguration options that replace thepublic_pathoption. Please adjust theimage-transform-url.phpconfiguration 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: https://github.com/ace-of-aces/laravel-image-transform-url/compare/v0.4.0...v0.5.0
This version adds a new background option which can be used to set a HEX color to transparent areas of png images.
This version fixes 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.
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
Initial Release 🎉