From 6a582647f352706432898e332d196c3c84a982d9 Mon Sep 17 00:00:00 2001 From: James Heinrich Date: Thu, 26 Jun 2014 10:09:03 -0400 Subject: [PATCH] v1.7.13 changelog --- docs/phpthumb.changelog.txt | 5 +++++ phpthumb.class.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/phpthumb.changelog.txt b/docs/phpthumb.changelog.txt index 26a3fd9..73eb6c7 100644 --- a/docs/phpthumb.changelog.txt +++ b/docs/phpthumb.changelog.txt @@ -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 diff --git a/phpthumb.class.php b/phpthumb.class.php index a667182..3a4bb3a 100644 --- a/phpthumb.class.php +++ b/phpthumb.class.php @@ -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'; //////////////////////////////////////////////////////////////////////