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 c9ba67d commit 6d5b83aCopy full SHA for 6d5b83a
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+### NEXT (YYYY-MM-DD)
4
+
5
6
### 1.3.4 (2023-04-17)
7
* Let PHP automatically detect the preferred TLS version (#841, @radli)
8
* Add @return phpdoc to ReturnTypeWillChange methods (#846, @mlocati)
src/Image/ImagineInterface.php
@@ -20,7 +20,7 @@
20
*/
21
interface ImagineInterface extends ClassFactoryAwareInterface
22
{
23
- const VERSION = '1.3.4';
+ const VERSION = '1.3.5-dev';
24
25
/**
26
* Creates a new empty image with an optional background color.
0 commit comments