diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-05-13 07:27:18 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-05-13 07:27:18 +0200 |
commit | 272f25f2c7c7af728343b402cd9b2501b383642b (patch) | |
tree | 7db57187ff299c1e11480cb365ea376c84f08d45 | |
parent | d772145595294305e525a7fd97a41ef27d79bdbb (diff) |
prep download page in user guide for new version
-rw-r--r-- | user_guide/installation/downloads.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html index 621ccf030..661ec48a9 100644 --- a/user_guide/installation/downloads.html +++ b/user_guide/installation/downloads.html @@ -58,7 +58,8 @@ Downloading CodeIgniter <h1>Downloading CodeIgniter</h1>
<ul>
-<li><a href="http://codeigniter.com/download.php">CodeIgniter V 1.6.1 (Current version)</a></li>
+<li><a href="http://codeigniter.com/download.php">CodeIgniter V 1.6.2 (Current version)</a></li>
+<li><a href="http://codeigniter.com/download_files/CodeIgniter_1.6.1.zip">CodeIgniter V 1.6.1</a></li>
<li><a href="http://codeigniter.com/download_files/CodeIgniter_1.6.0.zip">CodeIgniter V 1.6.0</a></li>
<li><a href="http://codeigniter.com/download_files/CodeIgniter_1.5.4.zip">CodeIgniter V 1.5.4</a></li>
<li><a href="http://codeigniter.com/download_files/CodeIgniter_1.5.3.zip">CodeIgniter V 1.5.3</a></li>
@@ -78,8 +79,9 @@ Downloading CodeIgniter <h1><a name="svn" id="svn"></a>Subversion Server</h1>
-<p>Public subversion access is now available via <a href="http://dev.ellislab.com/svn/CodeIgniter/trunk">http://dev.ellislab.com/svn/CodeIgniter/trunk</a> please note that while every effort is made to keep this codebase functional, we cannot guarantee the functionality of code taken from the repository.</p>
<p><a href="http://subversion.tigris.org">Subversion</a> is a version control system. </p>
+<p>Public subversion access is now available via <a href="http://dev.ellislab.com/svn/CodeIgniter/trunk">http://dev.ellislab.com/svn/CodeIgniter/trunk</a> please note that while every effort is made to keep this codebase functional, we cannot guarantee the functionality of code taken from the repository.</p>
+<p>Beginning with version 1.6.1, version snapshots (tags) are also available via the Subversion server via <a href="http://dev.ellislab.com/svn/CodeIgniter/tags">http://dev.ellislab.com/svn/CodeIgniter/tags</a>.</p>
</div>
<!-- END CONTENT -->
|