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 43ef038 commit aee1582Copy full SHA for aee1582
CHANGES.md
@@ -1,3 +1,6 @@
1
+## 1.6.3
2
+* Add minimum TLS 1.2 version to curl options as protocol negotiation on certain openssl/libcurl versions is flaky.
3
+
4
## 1.6.2
5
* Remove deprecated curl constant (https://php.watch/versions/8.4/CURLOPT_BINARYTRANSFER-deprecated)
6
lib/Tinify.php
@@ -2,7 +2,7 @@
namespace Tinify;
-const VERSION = "1.6.2";
+const VERSION = "1.6.3";
7
class Tinify {
8
private static $key = NULL;
0 commit comments