Last version break initFromPath from URL
Closed this issue · 2 comments
zorrigas commented
Last version break initFromPath from URL.
ImageWorkshop.php 58-60
if (!file_exists($path)) {
throw new ImageWorkshopException(sprintf('File "%s" not exists.', $path), static::ERROR_IMAGE_NOT_FOUND);
}
jdecool commented
Thanks for your feedback and sorry for the inconvenience.
I just make a quick fix on master : 56d364a
This week, i'm going to check if the file specified in URL exists.
jdecool commented
New version is released and should fix this bug.