Skip to content

Commit 8386ac9

Browse files
committed
Bump version
1 parent 21c2d79 commit 8386ac9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## 1.6.2
2+
* Remove deprecated curl constant (https://php.watch/versions/8.4/CURLOPT_BINARYTRANSFER-deprecated)
3+
14
## 1.6.1
2-
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
36

47
## 1.6.0
58
* Support to run the unittests on newer versions of PHP (5.5 +)

lib/Tinify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Tinify;
44

5-
const VERSION = "1.6.1";
5+
const VERSION = "1.6.2";
66

77
class Tinify {
88
private static $key = NULL;

0 commit comments

Comments
 (0)