From f7149f2562c6173f617b32538f438a1be3a4398d Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Thu, 27 Oct 2011 12:42:01 +0100 Subject: Added upgrade guide for 2.1.0. --- user_guide/installation/upgrade_203.html | 4 +- user_guide/installation/upgrade_210.html | 89 ++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+), 2 deletions(-) create mode 100644 user_guide/installation/upgrade_210.html (limited to 'user_guide/installation') diff --git a/user_guide/installation/upgrade_203.html b/user_guide/installation/upgrade_203.html index 3aceb7ff1..d0d37677f 100644 --- a/user_guide/installation/upgrade_203.html +++ b/user_guide/installation/upgrade_203.html @@ -42,7 +42,7 @@ CodeIgniter Home  ›  User Guide Home  ›  -Upgrading from 2.0.2 to 2.1.0 +Upgrading from 2.0.2 to 2.0.3
Search User Guide   
@@ -55,7 +55,7 @@ Upgrading from 2.0.2 to 2.1.0
-

Upgrading from 2.0.2 to 2.1.0

+

Upgrading from 2.0.2 to 2.0.3

Before performing an update you should take your site offline by replacing the index.php file with a static one.

diff --git a/user_guide/installation/upgrade_210.html b/user_guide/installation/upgrade_210.html new file mode 100644 index 000000000..7edab2e7d --- /dev/null +++ b/user_guide/installation/upgrade_210.html @@ -0,0 +1,89 @@ + + + + + +Upgrading from 2.0.2 to 2.1.0 : CodeIgniter User Guide + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +

CodeIgniter User Guide Version 2.1.0

+
+ + + + + + + + + +
+ + +
+ + + +
+ +

Upgrading from 2.0.3 to 2.1.0

+ +

Before performing an update you should take your site offline by replacing the index.php file with a static one.

+ +

Step 1: Update your CodeIgniter files

+ +

Replace all files and directories in your "system" folder and replace your index.php file. If any modifications were made to your index.php they will need to be made fresh in this new one.

+ +

Note: If you have any custom developed files in these folders please make copies of them first.

+ +

Step 2: Replace config/user_agents.php

+ +

This config file has been updated to contain more user agent types, please copy it to application/config/user_agents.php.

+ + +
+ + + + + + + \ No newline at end of file -- cgit v1.2.3-24-g4f1b