Skip to content

Commit 7ee966b

Browse files
committed
v1.7.21-202307141720
1 parent e0c2308 commit 7ee966b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/phpthumb.changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
¤ = structure change or important new feature
88
* = less important new feature or change
99

10+
v1.7.21-202307141720
11+
* [bugfix: #215] PHP 8.2 compatibility
12+
* [bugfix: #214] PHP 8.2 compatibility (Dynamic Properties are deprecated)
13+
* [bugfix: #213] PHP 8.2 compatibility
14+
* [bugfix: #212] PHP 8.2 compatibility
15+
* [bugfix: #211] quality parameter fix for ImageMagick processing
16+
* [bugfix: #208] PHP 8.2 compatibility
17+
* [bugfix: #207] PHP 8.2 compatibility
18+
1019
v1.7.20-202212091316
1120
* [bugfix: #203] Support https in file_get_contents polyfill
1221
* [bugfix: #202] Test if property is set when testing array (@ operator fix)

phpthumb.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class phpthumb {
265265
public $issafemode = null;
266266
public $php_memory_limit = null;
267267

268-
public $phpthumb_version = '1.7.20-202301161914';
268+
public $phpthumb_version = '1.7.21-202307141720';
269269

270270
//////////////////////////////////////////////////////////////////////
271271

0 commit comments

Comments
 (0)