Skip to content

Commit 2c8887d

Browse files
committed
Prepare release 1.4.0
1 parent 0b78aa6 commit 2c8887d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

3-
### NEXT (YYYY-MM-DD)
4-
3+
### 1.4.0 (2024-11-10)
4+
- If a file couldn't be found, we now throw a NotFoundException exception (#853, @playmono)
5+
- Add support for webp_lossless to GD and GMagick (#858, @ausi)
6+
- Use streams in ExifMetadataReader (#861, @ausi)
7+
- WebP format now supports animation (#812, @Yoann-TYT)
58

69
### 1.3.5 (2023-06-07)
710
* Fix PHP 8.2 warnings with Point class (#847, @anovsiradj)

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

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

0 commit comments

Comments
 (0)