From 053d67f17c2b1b26026506a5de0b10017630018e Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Wed, 31 Aug 2011 01:27:05 -0500 Subject: Adding bare-bones 2.1.0 upgrade notes documentation file. --- user_guide/installation/upgrade_210.html | 87 ++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 user_guide/installation/upgrade_210.html (limited to 'user_guide/installation') diff --git a/user_guide/installation/upgrade_210.html b/user_guide/installation/upgrade_210.html new file mode 100644 index 000000000..9f8204a7c --- /dev/null +++ b/user_guide/installation/upgrade_210.html @@ -0,0 +1,87 @@ + + + + + +Upgrading from 2.0.3 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.

+ + + + +
+ + + + + + + \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 89878f3c007be72b59ceb53b201f32454231d1e6 Mon Sep 17 00:00:00 2001 From: mmestrovic Date: Wed, 31 Aug 2011 18:15:15 +0300 Subject: Added step 2: Replace config/user_agents.php --- user_guide/installation/upgrade_210.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'user_guide/installation') diff --git a/user_guide/installation/upgrade_210.html b/user_guide/installation/upgrade_210.html index 9f8204a7c..6e8ddec9d 100644 --- a/user_guide/installation/upgrade_210.html +++ b/user_guide/installation/upgrade_210.html @@ -63,6 +63,10 @@ Upgrading from 2.0.3 to 2.1.0

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.

+

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.

+

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

-- cgit v1.2.3-24-g4f1b