We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb57565 commit b2e1f46Copy full SHA for b2e1f46
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to `laravel-image-transform-url` will be documented in this file.
4
5
+## v0.2.0 - 2025-04-20
6
+
7
+This version fixes an issue with the default configuration file using the `app()` helper, causing a binding resolution issue when published.
8
9
+New configuration option:
10
11
+- added a new `rate_limit.disabled_for_environments` configuration option in replacement to the `app()->isProduction()` helper on `rate_limit.enabled`
12
13
## v0.1.0 - 2025-04-19
14
15
Initial Release 🎉
0 commit comments