diff options
author | Quinn Chrzan <quinnchrzan@gmail.com> | 2014-05-30 20:23:40 +0200 |
---|---|---|
committer | Quinn Chrzan <quinnchrzan@gmail.com> | 2014-05-30 20:23:40 +0200 |
commit | e588dea672ceffcce3fbda40efb04087f5e13ac0 (patch) | |
tree | 86d39946645a20e25928c196a48dc624f05dc4fa /user_guide/installation/upgrading.html | |
parent | c77e1933e64e9e93d6318752deb668d96efeb62f (diff) |
Bumping version numbers and adding upgrade instructions
Diffstat (limited to 'user_guide/installation/upgrading.html')
-rw-r--r-- | user_guide/installation/upgrading.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/user_guide/installation/upgrading.html b/user_guide/installation/upgrading.html index a0c241f19..e842c8f17 100644 --- a/user_guide/installation/upgrading.html +++ b/user_guide/installation/upgrading.html @@ -28,7 +28,7 @@ <div id="masthead"> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> -<td><h1>CodeIgniter User Guide Version 2.1.4</h1></td> +<td><h1>CodeIgniter User Guide Version 2.2.0</h1></td> <td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td> </tr> </table> @@ -60,6 +60,7 @@ Upgrading from a Previous Version <p>Please read the upgrade notes corresponding to the version you are upgrading from.</p> <ul> + <li><a href="upgrade_220.html">Upgrading from 2.1.4 to 2.2.0</a></li> <li><a href="upgrade_214.html">Upgrading from 2.1.3 to 2.1.4</a></li> <li><a href="upgrade_213.html">Upgrading from 2.1.2 to 2.1.3</a></li> <li><a href="upgrade_212.html">Upgrading from 2.1.1 to 2.1.2</a></li> @@ -107,4 +108,4 @@ Next Topic: <a href="troubleshooting.html">Troubleshooting</a> </div> </body> -</html>
\ No newline at end of file +</html> |