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 b987af3 commit 7151d55Copy full SHA for 7151d55
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# CHANGELOG
2
3
-### NEXT (YYYY-MM-DD)
4
-
+### 1.3.5 (2023-06-07)
+* Fix PHP 8.2 warnings with Point class (#847, @anovsiradj)
5
6
### 1.3.4 (2023-04-17)
7
* Let PHP automatically detect the preferred TLS version (#841, @radli)
src/Image/ImagineInterface.php
@@ -20,7 +20,7 @@
20
*/
21
interface ImagineInterface extends ClassFactoryAwareInterface
22
{
23
- const VERSION = '1.3.5-dev';
+ const VERSION = '1.3.5';
24
25
/**
26
* Creates a new empty image with an optional background color.
0 commit comments