Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <[email protected]>
  • Loading branch information
ezyang committed Jul 17, 2013
1 parent fdb0ebc commit 2fe84ec
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@

[[ news ]]

1.0.4 released 2013-07-17

[SECURITY FIXES]

- When secret key was not explicitly set, it was not being used
by the csrf_hash() function. Thanks sparticvs for reporting.

[FEATURES]

- The default 'CSRF check failed' page now offers a handy 'Try
again' button, which resubmits the form.

[BUG FIXES]

- The fix for 1.0.3 inadvertantly turned off XMLHttpRequest
overloading for all browsers; it has now been fixed to only
apply to IE.

1.0.3 released 2012-01-31

[BUG FIXES]
Expand Down
2 changes: 1 addition & 1 deletion csrf-magic.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
// FUNCTIONS:

// Don't edit this!
$GLOBALS['csrf']['version'] = '1.0.1';
$GLOBALS['csrf']['version'] = '1.0.4';

/**
* Rewrites <form> on the fly to add CSRF tokens to them. This can also
Expand Down

0 comments on commit 2fe84ec

Please sign in to comment.