From ed6eecb604e3282f812da6a13acbcab831823de8 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 24 Jul 2014 10:47:40 +0100 Subject: [PATCH] Release 1.0.5. Signed-off-by: Edward Z. Yang --- csrf-magic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csrf-magic.php b/csrf-magic.php index 85c9789..dfbd6d9 100644 --- a/csrf-magic.php +++ b/csrf-magic.php @@ -137,7 +137,7 @@ $GLOBALS['csrf']['xhtml'] = true; // FUNCTIONS: // Don't edit this! -$GLOBALS['csrf']['version'] = '1.0.4'; +$GLOBALS['csrf']['version'] = '1.0.5'; /** * Rewrites
on the fly to add CSRF tokens to them. This can also -- 2.11.4.GIT