|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
3 |
| -### NEXT (YYYY-MM-DD) |
4 |
| - |
| 3 | +### 1.3.0 (2022-03-15) |
| 4 | +* Minimum PHP supported version is now 5.5 (#820, @PowerKiKi) |
| 5 | +* Support AVIF, HEIC, and JXL in Imagick driver (#759, #765, @ausi) |
| 6 | +* Support AVIF in GD driver (#791, @mlocati) |
| 7 | +* Make the $filter parameter of the resize method invariant (#776, @mlocati) |
| 8 | +* Ability to specify the alpha-blending of the GD drawer (#790, @mlocati) |
| 9 | +* Add support for SINCFAST filter in Imagick driver (#823, @mlocati) |
| 10 | +* Fix applyMask() for GD driver (#708, @ninze) |
| 11 | +* Fix PHP 8.1 compatibility (#768, #791, @ausi, @mlocati) |
| 12 | +* Fix error handling in grayscale() for Gmagick driver (#757, @dmitry-kulikov) |
| 13 | +* Fix convolve() for Imagick driver (#775, @mlocati) |
| 14 | +* Fix array retuned by histogram() method of GD and Imagick drivers (#797, @mlocati) |
| 15 | +* Fix handling alpha channel in Imagick (#775, #798, @mlocati) |
| 16 | +* New Driver\Info classes to inspect installed drivers (#802, #805, #806, @mlocati) |
| 17 | +* Fix wrong load logic in Imagick (#807, @mlocati) |
5 | 18 |
|
6 | 19 | ### 1.2.4 (2020-11-03)
|
7 | 20 | * Fix PHP 8.0 compatibility, except gmagick - see https://bugs.php.net/bug.php?id=80106 (#740, @ausi)
|
|
0 commit comments