Skip to content

Commit

Permalink
Prepare 5.0.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 24, 2020
1 parent bd33ef1 commit 1e7bbca
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/imagine`.

## 5.0.0

Released: 2020-02-24

### Changes

* Update support for Laravel Framework v7.

## 4.0.0

Released: 2019-08-28
Expand Down
11 changes: 11 additions & 0 deletions src/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

namespace Orchestra\Imagine;

/**
* @method \Imagine\Image\ImageInterface create(\Imagine\Image\BoxInterface $size, \Imagine\Image\Palette\Color\ColorInterface $color = null)
* @method \Imagine\Image\ImageInterface open(string|\Imagine\File\LoaderInterface|mixed $path)
* @method \Imagine\Image\ImageInterface load(string $string)
* @method \Imagine\Image\ImageInterface read(resource $resource)
* @method \Imagine\Image\ImageInterface font(string $file, int $size, \Imagine\Image\Palette\Color\ColorInterface $color)
* @method \Imagine\Image\ImageInterface setMetadataReader(\Imagine\Image\Metadata\MetadataReaderInterface $metadataReader)
* @method \Imagine\Image\Metadata\MetadataReaderInterface getMetadataReader()
*
* @see \Orchestra\Imagine\ImagineManager
*/
class Facade extends \Illuminate\Support\Facades\Facade
{
/**
Expand Down

0 comments on commit 1e7bbca

Please sign in to comment.