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 9965558 commit a6e6da9Copy full SHA for a6e6da9
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-### NEXT (YYYY-MM-DD)
+### 1.3.3 (2022-11-16)
4
* Fix invalid format MIME type definition (#835, @xdanik)
5
6
### 1.3.2 (2022-04-01)
src/Image/ImagineInterface.php
@@ -20,7 +20,7 @@
20
*/
21
interface ImagineInterface extends ClassFactoryAwareInterface
22
{
23
- const VERSION = '1.3.3-dev';
+ const VERSION = '1.3.3';
24
25
/**
26
* Creates a new empty image with an optional background color.
0 commit comments