Sybio/ImageWorkshop

Last version break initFromPath from URL

Closed this issue · 2 comments

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);
        }

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.

New version is released and should fix this bug.