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 21c2d79 commit 8386ac9Copy full SHA for 8386ac9
CHANGES.md
@@ -1,5 +1,8 @@
1
+## 1.6.2
2
+* Remove deprecated curl constant (https://php.watch/versions/8.4/CURLOPT_BINARYTRANSFER-deprecated)
3
+
4
## 1.6.1
-Fixed string interpolation for php 8.2: https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
5
+* Fixed string interpolation for php 8.2: https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
6
7
## 1.6.0
8
* Support to run the unittests on newer versions of PHP (5.5 +)
lib/Tinify.php
@@ -2,7 +2,7 @@
namespace Tinify;
-const VERSION = "1.6.1";
+const VERSION = "1.6.2";
class Tinify {
private static $key = NULL;
0 commit comments