Skip to content

Commit dd57a4c

Browse files
committed
Prepare release 1.5.4
1 parent d15f3e9 commit dd57a4c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CHANGELOG
22

3-
### NEXT (YYYY-MM-DD)
3+
### 1.5.4 (2026-06-04)
4+
- Fix imagick stale layers (#879, @nlemoine)
45
- Fix the Imagick driver deactivating the alpha channel in `effects()->grayscale()` (transparent pixels were encoded as opaque gray); it now uses the alpha-preserving grayscale image type, like `usePalette()` (#880, @nlemoine)
56

67
### 1.5.3 (2026-06-03)

src/Image/ImagineInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
interface ImagineInterface extends ClassFactoryAwareInterface
2222
{
23-
const VERSION = '1.5.4-dev';
23+
const VERSION = '1.5.4';
2424

2525
/**
2626
* Creates a new empty image with an optional background color.

0 commit comments

Comments
 (0)