summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-27 08:25:31 +0200
committeradmin <devnull@localhost>2006-10-27 08:25:31 +0200
commit3f643e678ef64ae29aa9720aef9b2a40496a5343 (patch)
treea3a143188208d544d47dbb5774213c69f0169118 /user_guide/changelog.html
parentb84f7c03473f271ca53c80f9cb0f4b28755bb2cf (diff)
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index c8e113547..c47972247 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -64,10 +64,7 @@ Change Log
<h2>Version 1.5.0 Beta 3</h2>
-<p>Release Date: October 25, 2006</p>
-
-<p class="important"><strong>Important:</strong>&nbsp; In Beta 3, the way native libraries are extended has changed slightly thanks to
-a suggestion offered by coolfactor in our forums. Please check the documentation below if you are extending classes.</p>
+<p>Release Date: October 30, 2006</p>
<ul>
<li>Added <a href="./database/utilities.html">DB utility class</a>, permitting DB backups, CVS or XML files from DB results, and various other functions.</li>
@@ -76,7 +73,8 @@ a suggestion offered by coolfactor in our forums. Please check the documentatio
<li>Added <a href="./general/profiling.html">Profiler Class</a> which generates a report of Benchmark execution times, queries, and POST data at the bottom of your pages.</li>
<li>Added <a href="./libraries/user_agent.html">User Agent Library</a> which allows browsers, robots, and mobile devises to be identified.</li>
<li>Added <a href="./libraries/table.html">HTML Table Class</a> , enabling tables to be generated from arrays or database results.</li>
-<li>Added <a href="./libraries/Zip.html">Zip Encoding Library</a>.</li>
+<li>Added <a href="./libraries/zip.html">Zip Encoding Library</a>.</li>
+<li>Added <a href="./libraries/ftp.html">FTP Library</a>.</li>
<li>Added the ability to <a href="./general/creating_libraries.html">extend libraries</a> and <a href="./general/core_classes.html">extend core classes</a>, in addition to being able to replace them.</li>
<li>Added support for storing <a href="./general/models.html">models within sub-folders</a>.</li>
<li>Added <a href="./helpers/download_helper.html">Download Helper</a>.</li>