Skip to content

Commit

Permalink
Merge pull request #1583 from liip/alias-imagine-interface
Browse files Browse the repository at this point in the history
service alias for Imagine\Image\ImagineInterface
  • Loading branch information
dbu authored May 16, 2024
2 parents 5f8dff5 + dcf4d67 commit fa2baa6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ for a given releases. Unreleased, upcoming changes will be updated here periodic

# 2.x

## [2.12.3](https://github.com/liip/LiipImagineBundle/tree/2.12.3)

- Add alias for `Imagine\Image\ImagineInterface` to help autowiring.

## [2.12.2](https://github.com/liip/LiipImagineBundle/tree/2.12.2)

- Autoconfigure tags `'liip_imagine.filter.loader`, `liip_imagine.filter.post_processor` and `liip_imagine.binary.loader`
and allow to specify these by class name in addition to service names ([homersimpsons](https://github.com/liip/LiipImagineBundle/pull/1486))
- Avoid PHP 8.3 warning with default empty prefix ([simonberger](https://github.com/liip/LiipImagineBundle/pull/1568))

## [2.12.1](https://github.com/liip/LiipImagineBundle/tree/2.12.1)
Expand Down
1 change: 1 addition & 0 deletions Resources/config/imagine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
<!-- ImagineInterface instances -->

<service id="liip_imagine" alias="liip_imagine.gd" />
<service id="Imagine\Image\ImagineInterface" alias="liip_imagine" />

<service id="liip_imagine.gd" class="Imagine\Gd\Imagine" public="false">
<call method="setMetadataReader">
Expand Down

0 comments on commit fa2baa6

Please sign in to comment.