Skip to content

Commit a3960d4

Browse files
committed
Prepare release 1.2.4
1 parent 16015f1 commit a3960d4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

3-
### NEXT (YYYY-MM-DD)
4-
3+
### 1.2.4 (2020-11-03)
4+
* Fix PHP 8.0 compatibility, except gmagick - see https://bugs.php.net/bug.php?id=80106 (#740, @ausi)
5+
* Optimize reading EXIF metadata from local files (#741, @jorrit)
6+
* Fix rotation with imagick (#734, @lashus @ausi)
7+
* Fix saving multi-layer images (eg animated GIFs) as plain images with gmagick and imagick (#746, @alexander-schranz @mlocati)
8+
* Fix gmagick not resolving the correct export format in some edge cases (#750, @ausi)
59

610
### 1.2.3 (2019-12-04)
711
* Handle jfif extension in GD driver (#727, @sylvain-msl-talkspirit)

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.2.4-dev';
23+
const VERSION = '1.2.4';
2424

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

0 commit comments

Comments
 (0)