diff --git a/CHANGELOG.md b/CHANGELOG.md index 505a50e..150963f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.0.7] - 2023-11-04 + +### Fixed + +- Resolved an issue where files from the disk could not be loaded without a leading slash. + ## [1.0.6] - 2022-09-23 ### Fixed diff --git a/docs/src.md b/docs/src.md index 963eee2..42bf19a 100644 --- a/docs/src.md +++ b/docs/src.md @@ -21,7 +21,7 @@ Absolute path of the source image. ### disk -The [filesystem](https://laravel.com/docs/filesystem){:target="_blank"} diskname to load the image from. If not set will loead the file without laravels filesystem. +The [filesystem](https://laravel.com/docs/filesystem){:target="_blank"} diskname to load the image from. If not set will load the file without laravels filesystem. ## Return Values