Skip to content

Commit

Permalink
service alias for Imagine\Image\ImagineInterface and add missing chan…
Browse files Browse the repository at this point in the history
…gelog for #1486
  • Loading branch information
dbu committed May 16, 2024
1 parent 5f8dff5 commit dcf4d67
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 dcf4d67

Please sign in to comment.