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 91b32e3 commit fc3e477Copy full SHA for fc3e477
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# CHANGELOG
2
3
-### NEXT (YYYY-MM-DD)
4
-
+### 1.3.1 (2022-03-15)
+* Fix Fix undefined variable $engineRawVersion in Imagick/Gmagick DriverInfo (#825, @fxbt)
5
6
### 1.3.0 (2022-03-15)
7
* Minimum PHP supported version is now 5.5 (#820, @PowerKiKi)
src/Image/ImagineInterface.php
@@ -20,7 +20,7 @@
20
*/
21
interface ImagineInterface extends ClassFactoryAwareInterface
22
{
23
- const VERSION = '1.3.1-dev';
+ const VERSION = '1.3.1';
24
25
/**
26
* Creates a new empty image with an optional background color.
0 commit comments