Skip to content

Commit

Permalink
v1.7.13 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed Jun 26, 2014
1 parent 432e49b commit 6a58264
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/phpthumb.changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
� = structure change or important new feature
* = less important new feature or change

v1.7.13-201406261000 - June 26, 2014
* Bugfix: incorrect variable name in phpThumb.php could prevent
all hash values from matching


v1.7.12-201406260900 - June 26, 2014
� high_security_mode enabled by default and strongly recommended
� debug mode must be disabled to allow thumbnail generation
Expand Down
2 changes: 1 addition & 1 deletion phpthumb.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class phpthumb {
var $iswindows = null;
var $issafemode = null;

var $phpthumb_version = '1.7.12-201406260950';
var $phpthumb_version = '1.7.13-201406261000';

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

Expand Down

0 comments on commit 6a58264

Please sign in to comment.