We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ab214 commit c754ffaCopy full SHA for c754ffa
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+### NEXT (YYYY-MM-DD)
4
+
5
6
### 1.5.0 (2024-12-03)
7
- Minimum supported PHP version raised from 5.5 to 7.1 (#865, @alexander-schranz)
8
- Fix PHP 8.4 deprecation warnings (#865, @alexander-schranz)
src/Image/ImagineInterface.php
@@ -20,7 +20,7 @@
20
*/
21
interface ImagineInterface extends ClassFactoryAwareInterface
22
{
23
- const VERSION = '1.5.0';
+ const VERSION = '1.5.1-dev';
24
25
/**
26
* Creates a new empty image with an optional background color.
0 commit comments