diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index c8e1135..c479722 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -64,10 +64,7 @@
 

 

 <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 @@
 <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>

diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html
index 730dd05..6a7deee 100644
--- a/user_guide/libraries/file_uploading.html
+++ b/user_guide/libraries/file_uploading.html
@@ -426,7 +426,7 @@
 &nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;

 <a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;

 <a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;

-Next Topic:&nbsp;&nbsp;<a href="table.html">HTML Table Class</a>

+Next Topic:&nbsp;&nbsp;<a href="ftp.html">FTP Class</a>

 <p>

 <p><a href="http://www.codeigniter.com">Code Igniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006 &nbsp;&middot;&nbsp; <a href="http://www.pmachine.com">pMachine, Inc.</a></p>

 </div>

diff --git a/user_guide/nav/nav.js b/user_guide/nav/nav.js
index 3906038..5111492 100644
--- a/user_guide/nav/nav.js
+++ b/user_guide/nav/nav.js
@@ -71,6 +71,7 @@
 		'<li><a href="'+base+'libraries/email.html">Email Class</a></li>' +
 		'<li><a href="'+base+'libraries/encryption.html">Encryption Class</a></li>' +
 		'<li><a href="'+base+'libraries/file_uploading.html">File Uploading Class</a></li>' +
+		'<li><a href="'+base+'libraries/ftp.html">FTP Class</a></li>' +
 		'<li><a href="'+base+'libraries/table.html">HTML Table Class</a></li>' +
 		'<li><a href="'+base+'libraries/image_lib.html">Image Manipulation Class</a></li>' +		
 		'<li><a href="'+base+'libraries/input.html">Input and Security Class</a></li>' +