From b6cdebaad94b492f4d4b153c8e414608b89b2885 Mon Sep 17 00:00:00 2001 From: Roland Starke Date: Sat, 4 Nov 2023 11:22:38 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++++ docs/src.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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