File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 55
55
* @var string
56
56
*
57
57
*/
58
- define ('CI_VERSION ' , '3.0.2 ' );
58
+ define ('CI_VERSION ' , '3.0.3-dev ' );
59
59
60
60
/*
61
61
* ------------------------------------------------------
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '3.0.2'
51
+ version = '3.0.2-dev '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '3.0.2'
53
+ release = '3.0.2-dev '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 2
2
Downloading CodeIgniter
3
3
#######################
4
4
5
- - `CodeIgniter v3.0.2 (Current version) <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.0.2 >`_
5
+ - `CodeIgniter v3.0.3-dev (Current version) <https://codeload.github.com/bcit-ci/CodeIgniter/zip/develop >`_
6
+ - `CodeIgniter v3.0.2 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.0.2 >`_
6
7
- `CodeIgniter v3.0.1 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.0.1 >`_
7
8
- `CodeIgniter v3.0.0 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.0.0 >`_
8
9
- `CodeIgniter v2.2.3 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/2.2.3 >`_
Original file line number Diff line number Diff line change
1
+ #############################
2
+ Upgrading from 3.0.2 to 3.0.3
3
+ #############################
4
+
5
+ Before performing an update you should take your site offline by
6
+ replacing the index.php file with a static one.
7
+
8
+ Step 1: Update your CodeIgniter files
9
+ =====================================
10
+
11
+ Replace all files and directories in your *system/ * directory.
12
+
13
+ .. note :: If you have any custom developed files in these directories,
14
+ please make copies of them first.
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ upgrading from.
8
8
.. toctree ::
9
9
:titlesonly:
10
10
11
+ Upgrading from 3.0.2 to 3.0.3 <upgrade_303 >
11
12
Upgrading from 3.0.1 to 3.0.2 <upgrade_302 >
12
13
Upgrading from 3.0.0 to 3.0.1 <upgrade_301 >
13
14
Upgrading from 2.2.x to 3.0.x <upgrade_300 >
You can’t perform that action at this time.
0 commit comments