Skip to content

Releases: orchestral/imagine

v3.2.1

06 Dec 11:36
Compare
Choose a tag to compare
  • Fixes missing import under Orchestra\Imagine\Jobs\ResizeImage.
  • Remove deprecated use of Illuminate\Contracts\Bus\SelfHandling.

v3.1.3

06 Dec 11:27
Compare
Choose a tag to compare
  • Fixes missing import under Orchestra\Imagine\Jobs\ResizeImage.

v3.2.0

24 Nov 08:46
Compare
Choose a tag to compare
  • Update support to Laravel Framework v5.2.
  • 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.

v3.1.2

21 Aug 15:44
Compare
Choose a tag to compare
  • Fixes dispatchable job not resizing the file as expected.

v3.1.1

21 Aug 06:35
Compare
Choose a tag to compare
  • 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.

v3.1.0

17 May 06:26
Compare
Choose a tag to compare
  • Update support to Laravel Framework v5.1.

v3.0.1

18 Mar 12:54
Compare
Choose a tag to compare
  • Add fallback support to Laravel 5 configuration.

v3.0.0

05 Feb 12:33
Compare
Choose a tag to compare
  • Update support to Laravel Framework v5.0.
  • Simplify PSR-4 path.

v2.2.1

19 Jun 01:21
Compare
Choose a tag to compare
  • Update Orchestra\Imagine\ImagineManager::getDefaultDriver() to comply with Laravel Framework.

v2.2.0

12 Jun 18:23
Compare
Choose a tag to compare
  • Bump minimum version to PHP v5.4.0.
  • Add support for Laravel Framework v4.2.