From c5f99fdcc5c4a918b5b8fe3ddbd56ab25ad1c22b Mon Sep 17 00:00:00 2001 From: Wes Baker Date: Mon, 8 Jul 2013 17:22:21 -0400 Subject: Updating User Guide for 2.1.4. --- user_guide/installation/upgrade_214.html | 84 ++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 user_guide/installation/upgrade_214.html (limited to 'user_guide/installation/upgrade_214.html') diff --git a/user_guide/installation/upgrade_214.html b/user_guide/installation/upgrade_214.html new file mode 100644 index 000000000..ceeb7537a --- /dev/null +++ b/user_guide/installation/upgrade_214.html @@ -0,0 +1,84 @@ + + + + + +Upgrading from 2.1.3 to 2.1.4 : CodeIgniter User Guide + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +

CodeIgniter User Guide Version 2.1.4

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

Upgrading from 2.1.3 to 2.1.4

+ +

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