diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-06-27 02:19:33 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-06-27 02:19:33 +0200 |
commit | 1ca3fc4784dea93a259e8b687b27e490d2bee48c (patch) | |
tree | af069eba60bc7b76674a83814224d16f16f4fbc5 /user_guide/changelog.html | |
parent | a145e9204a29c8965c7440435f599263e418bb77 (diff) |
changed user guide version to 1.6.3
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index e07829053..8292fb95d 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -28,7 +28,7 @@ <div id="masthead">
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
-<td><h1>CodeIgniter User Guide Version 1.6.2</h1></td>
+<td><h1>CodeIgniter User Guide Version 1.6.3</h1></td>
<td id="breadcrumb_right"><a href="./toc.html">Table of Contents Page</a></td>
</tr>
</table>
@@ -58,8 +58,8 @@ Change Log <h1>Change Log</h1>
<h2>Version 1.6.3</h2>
-<p>Release Date: not currently released<br />
-SVN Revision: not currently released</p>
+<p>Release Date: June 26, 2008<br />
+SVN Revision: #</p>
<ul>
<li>Database
<ul>
@@ -85,9 +85,9 @@ SVN Revision: not currently released</p> </li>
<li>Other changes
<ul>
+ <li>Improved security in <kbd>xss_clean()</kbd>.</li>
<li>Removed an unused Router reference in <kbd>_display_cache()</kbd>.</li>
<li>Added ability to <a href="libraries/input.html">use xss_clean() to test images</a> for XSS, useful for upload security.</li>
- <li>Improved security in <kbd>xss_clean()</kbd>.</li>
<li>Considerably expanded list of mobile user-agents in config/user_agents.php.</li>
<li>Charset information in the userguide has been moved above title for internationalization purposes (#4614).</li>
<li>Added "Using Associative Arrays In a Request Parameter" example to the <a href="libraries/xmlrpc.html">XMLRPC userguide page</a>.</li>
|