Skip to content

Commit 80ab214

Browse files
committed
Prepare release 1.5.0
1 parent 5941259 commit 80ab214

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# CHANGELOG
22

3-
### NEXT (YYYY-MM-DD)
4-
3+
### 1.5.0 (2024-12-03)
4+
- Minimum supported PHP version raised from 5.5 to 7.1 (#865, @alexander-schranz)
5+
- Fix PHP 8.4 deprecation warnings (#865, @alexander-schranz)
6+
- The GD driver now supports resolution for PHP >= 7.2 (#813, #866, @gutocf, @mlocati)
57

68
### 1.4.0 (2024-11-10)
79
- If a file couldn't be found, we now throw a NotFoundException exception (#853, @playmono)

src/Image/ImagineInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
interface ImagineInterface extends ClassFactoryAwareInterface
2222
{
23-
const VERSION = '1.4.1-dev';
23+
const VERSION = '1.5.0';
2424

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

0 commit comments

Comments
 (0)