From 09380594534d4dd2669e2894aa390582a2bc121d Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Wed, 9 Mar 2011 16:42:07 +0000 Subject: Added 2.0.1 upgrade guide and changed the constants ready. --- system/core/CodeIgniter.php | 2 +- user_guide/installation/downloads.html | 43 +++++++-------- user_guide/installation/upgrade_201.html | 89 ++++++++++++++++++++++++++++++++ user_guide/installation/upgrading.html | 41 ++++++++------- 4 files changed, 133 insertions(+), 42 deletions(-) create mode 100644 user_guide/installation/upgrade_201.html diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 6ac333a52..99c261e74 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -32,7 +32,7 @@ * Define the CodeIgniter Version * ------------------------------------------------------ */ - define('CI_VERSION', '2.0'); + define('CI_VERSION', '2.0.1'); /* * ------------------------------------------------------ diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html index ad653307a..da93bb678 100644 --- a/user_guide/installation/downloads.html +++ b/user_guide/installation/downloads.html @@ -58,27 +58,28 @@ Downloading CodeIgniter

Downloading CodeIgniter

diff --git a/user_guide/installation/upgrade_201.html b/user_guide/installation/upgrade_201.html new file mode 100644 index 000000000..ec01b9b33 --- /dev/null +++ b/user_guide/installation/upgrade_201.html @@ -0,0 +1,89 @@ + + + + + +Upgrading from 2.0.0 to 2.0.1 : CodeIgniter User Guide + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +

CodeIgniter User Guide Version 2.0.0

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

Upgrading from 2.0.0 to 2.0.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 mime types, please copy it to application/config/mimes.php.

+ +
+ + + + + + + \ No newline at end of file diff --git a/user_guide/installation/upgrading.html b/user_guide/installation/upgrading.html index 9f95783cf..073e7a7cc 100644 --- a/user_guide/installation/upgrading.html +++ b/user_guide/installation/upgrading.html @@ -60,26 +60,27 @@ Upgrading from a Previous Version

Please read the upgrade notes corresponding to the version you are upgrading from.

-- cgit v1.2.3-24-g4f1b