v3.1.1
- Improved performances by reducing call within
Illuminate\Container\Container. - Create dispatchable job that you can use to create image thumbnail via
Orchestra\Imagine\Jobs\CreateThumbnail. - Create dispatchable job that you can use to resize an image via
Orchestra\Imagine\Jobs\ResizeImage.