Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
* 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`.

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 21, 2015
1 parent 66ae509 commit eb53824
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ title: Imagine Change Log
---
## Version 3.1 {#v3-1}

### v3.1.1 {#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`.

### v3.1.0 {#v3-1-0}

* Update support to Laravel Framework v5.1.
Expand Down

0 comments on commit eb53824

Please sign in to comment.