Skip to content

Commit

Permalink
v1.7.21-202307141720
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed Jul 14, 2023
1 parent e0c2308 commit 7ee966b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/phpthumb.changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
¤ = structure change or important new feature
* = less important new feature or change

v1.7.21-202307141720
* [bugfix: #215] PHP 8.2 compatibility
* [bugfix: #214] PHP 8.2 compatibility (Dynamic Properties are deprecated)
* [bugfix: #213] PHP 8.2 compatibility
* [bugfix: #212] PHP 8.2 compatibility
* [bugfix: #211] quality parameter fix for ImageMagick processing
* [bugfix: #208] PHP 8.2 compatibility
* [bugfix: #207] PHP 8.2 compatibility

v1.7.20-202212091316
* [bugfix: #203] Support https in file_get_contents polyfill
* [bugfix: #202] Test if property is set when testing array (@ operator fix)
Expand Down
2 changes: 1 addition & 1 deletion phpthumb.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class phpthumb {
public $issafemode = null;
public $php_memory_limit = null;

public $phpthumb_version = '1.7.20-202301161914';
public $phpthumb_version = '1.7.21-202307141720';

//////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 7ee966b

Please sign in to comment.