summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 817b49bf1..593a1f2a8 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.0b3</h1></td>
+<td><h1>Code Igniter User Guide Version 1.5.0</h1></td>
<td id="breadcrumb_right"><a href="./toc.html">Linear Table of Contents</a></td>
</tr>
</table>
@@ -63,7 +63,7 @@ Change Log
<h1>Change Log</h1>
-<h2>Version 1.5.0 Beta 3</h2>
+<h2>Version 1.5.0</h2>
<p>Release Date: October 30, 2006</p>
<ul>
@@ -84,6 +84,7 @@ Change Log
<li>Added <a href="./database/fields.html">$query->list_fields()</a> function to database class</li>
<li>Added <a href="./database/helpers.html">$this->db->platform()</a> function</li>
<li>Added new <a href="./helpers/file_helper.html">File Helper</a>: get_filenames()</li>
+<li>Added new helper: <a href="./helpers/smiley_helper.html">Smiley Helper</a></li>
<li>Added more thorough initialization in the upload class so that all class variables are reset.</li>
<li>Added "is_numeric" to validation, which uses the native PHP is_numeric function.</li>
<li>Improved the URI handler to make it more reliable when the $config['uri_protocol'] item is set to AUTO.</li>