Skip to content

Commit 2ecbc41

Browse files
committed
v1.7.23-202503281052
1 parent 022a25c commit 2ecbc41

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

docs/phpthumb.changelog.txt

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

10+
v1.7.23-202503281052
11+
* [bugfix: #227] preserving WEBP transparency
12+
* [bugfix: #226] avoid arbitrary file deletion abuse via object injection
13+
* [bugfix: #224] imagecolorallocatealpha color out of range
14+
* [bugfix: #223] imagepng default quality
15+
* [bugfix: #221] gd-png: libpng warning: iCCP: known incorrect sRGB profile
16+
1017
v1.7.22-202312071641
1118
* [bugfix: #219] PHP 8 compatibility
1219
* [bugfix: #218] PHP 7 compatibility

docs/phpthumb.readme.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,14 @@ First, read this file.
4040
Then read phpthumb.faq.txt
4141
Then run /demo/phpThumb.demo.check.php
4242
If you still think it's a bug, or can't figure it out, please go to
43-
http://support.silisoftware.com
43+
https://github.com/JamesHeinrich/phpThumb/issues
4444

4545

4646
=============
4747
Installation:
4848
=============
4949

50-
1) Download from either official site:
51-
* https://github.com/JamesHeinrich/phpThumb (current development version)
52-
* http://phpthumb.sourceforge.net (occasional releases + documentation)
50+
1) Download from: https://github.com/JamesHeinrich/phpThumb/releases
5351
2) unzip to a location of your choice on your server, putting it in its
5452
own subdirectory (e.g. /phpThumb/ is useful but not required)
5553
3) rename phpThumb.config.php.default -> phpThumb.config.php

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.22-202408102120';
268+
public $phpthumb_version = '1.7.23-202503281052';
269269

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

0 commit comments

Comments
 (0)