Skip to content

Commit 1ef2db6

Browse files
committed
v1.7.17-202109221111 changelog
1 parent 427d0b9 commit 1ef2db6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/phpthumb.changelog.txt

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

10+
v1.7.17-202109221111
11+
* [bugfix: G171] problem with class_exists and autoloading
12+
* [bugfix: G173] file_get_contents instead of readfile
13+
* [bugfix: G178] missing quality parameter in webp
14+
* [bugfix: G181] missing webp in ImageCreateFromFilename
15+
1016
v1.7.16-202012161640
1117
¤ PHP 8.0 compatibility
1218
* [bugfix: G168] bad call to $this inside static function

phpthumb.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class phpthumb {
220220
public $issafemode = null;
221221
public $php_memory_limit = null;
222222

223-
public $phpthumb_version = '1.7.17-202107271830';
223+
public $phpthumb_version = '1.7.17-202109221111';
224224

225225
//////////////////////////////////////////////////////////////////////
226226

0 commit comments

Comments
 (0)