diff options
author | Pascal Kriete <pascal@pascalkriete.com> | 2011-11-14 19:55:31 +0100 |
---|---|---|
committer | Pascal Kriete <pascal@pascalkriete.com> | 2011-11-14 19:55:31 +0100 |
commit | 917c3455cc70d5117daa7359f345a820154ada3e (patch) | |
tree | ed20bdcab4a903c2d74a282bdbd6d5ca6b992022 /user_guide | |
parent | c38e3b672335e3a00d68decf2b629a0afc7c769d (diff) |
Changelogging and setting release date.
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 353427546..167616e57 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -58,13 +58,14 @@ Change Log <h1>Change Log</h1> <h2>Version 2.1.0</h2> -<p>Release Date: November 01, 2011</p> +<p>Release Date: November 14, 2011</p> <ul> <li>General Changes <ul> + <li>Fixed a potential parameter injection flaw in the <a href="libraries/security.html">Security Library</a> and strengthened the XSS filter for HTML5 vulnerabilites.</li> <li>Callback validation rules can now accept parameters like any other validation rule.</li> - <li class="reactor">Added html_escape() to the <a href="general/common_functions.html">Common functions</a> to escape HTML output for preventing XSS easliy.</li> + <li>Added html_escape() to the <a href="general/common_functions.html">Common functions</a> to escape HTML output for preventing XSS easliy.</li> </ul> </li> <li>Helpers |