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