We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ed796 commit c1c890dCopy full SHA for c1c890d
2 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# CHANGELOG
2
3
+### NEXT (YYYY-MM-DD)
4
+
5
### 1.5.2 (2026-01-09)
6
- Do not call curl_close on PHP 8.0+ (#875, @dmaicher)
7
src/Image/ImagineInterface.php
@@ -20,7 +20,7 @@
20
*/
21
interface ImagineInterface extends ClassFactoryAwareInterface
22
{
23
- const VERSION = '1.5.2';
+ const VERSION = '1.5.3-dev';
24
25
/**
26
* Creates a new empty image with an optional background color.
0 commit comments