diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-02-14 02:36:46 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-02-14 02:36:46 +0100 |
commit | f743c737d13025336672c99c7c9b8a0dff447d08 (patch) | |
tree | 48bbe8b841da011dbd39aefcf3350aa2ba57ae48 /user_guide/changelog.html | |
parent | 09de1854b1ac78f81264ca7a6b9d849ddcd1d159 (diff) |
Changed version number, added upgrade instructions
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index ff7a8c223..dfde91858 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>Code Igniter User Guide Version 1.5.1</h1></td>
+<td><h1>Code Igniter User Guide Version 1.5.2</h1></td>
<td id="breadcrumb_right"><a href="./toc.html">Table of Contents Page</a></td>
</tr>
</table>
@@ -62,10 +62,11 @@ Change Log <h1>Change Log</h1>
-<h2>Version 1.5.1.1</h2>
-<p>Release Date: January 27, 2007 </p>
+<h2>Version 1.5.2</h2>
+<p>Release Date: February 13, 2007 </p>
<ul>
- <li>Added support for captions in the <a href="./libraries/table.html">Table Library</a> </li>
+ <li>Added <a href="./installation/downloads.html#svn">subversion information</a> to the <a href="./installation/downloads.html">downloads</a> page. </li>
+ <li>Added support for captions in the <a href="./libraries/table.html">Table Library</a> </li>
<li>Fixed a bug in the <a href="./helpers/download_helper.html">download_helper</a> that was causing Internet Explorer to load rather then download </li>
<li>Fixed a bug in the Active Record Join function that was not taking table prefixes into consideration.</li>
<li>Removed unescaped variables in error messages of Input and Router classes</li>
|