From 324ef078dda5a3596444152ba49dd591a61adba6 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Thu, 17 May 2012 14:45:25 +0100 Subject: Added upgrade for 2.1.1 and updated version. --- user_guide/installation/upgrade_211.html | 89 ++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 user_guide/installation/upgrade_211.html (limited to 'user_guide/installation/upgrade_211.html') diff --git a/user_guide/installation/upgrade_211.html b/user_guide/installation/upgrade_211.html new file mode 100644 index 000000000..a2afdee2b --- /dev/null +++ b/user_guide/installation/upgrade_211.html @@ -0,0 +1,89 @@ + + + + + +Upgrading from 2.0.3 to 2.1.0 : CodeIgniter User Guide + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +

CodeIgniter User Guide Version 2.1.1

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

Upgrading from 2.1.0 to 2.1.1

+ +

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/mimes.php

+ +

This config file has been updated to contain more user mime-types, please copy it to application/config/mimes.php.

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