diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-07-12 21:53:27 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-07-12 21:53:27 +0200 |
commit | 60ca9b7c03d576eb8b83759ca04eaf21e25e1d9c (patch) | |
tree | f11f895544a9bb8f8f808d54f409bef758c466b8 /user_guide/changelog.html | |
parent | b940ebc2d8f7b830c877777a14259da4927ce3fe (diff) |
moved version number up in docs and CI_VERSION
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 8113f3787..bea7e5dce 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -33,7 +33,7 @@ window.onload = function() { <div id="masthead">
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
-<td><h1>CodeIgniter User Guide Version 1.5.3</h1></td>
+<td><h1>CodeIgniter User Guide Version 1.5.4</h1></td>
<td id="breadcrumb_right"><a href="./toc.html">Table of Contents Page</a></td>
</tr>
</table>
@@ -63,7 +63,7 @@ Change Log <h1>Change Log</h1>
<h2>Version 1.5.4</h2>
-<p>Release Date: -- Still under development</p>
+<p>Release Date: -- July 12 </p>
<ul>
<li>Added <a href="./libraries/language.html">custom Language files</a> to the <a href="./general/autoloader.html">autoload</a> options. </li>
<li>Added stripslashes() to the _clean_input_data() function in the <a href="./libraries/input.html">Input class</a> when magic quotes is on so that data will always be un-slashed within the framework.</li>
|