File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed 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.2.0 -dev'
51
+ version = '3.1.14 -dev'
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '3.2.0 -dev'
53
+ release = '3.1.14 -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 @@ -3,6 +3,7 @@ Downloading CodeIgniter
3
3
#######################
4
4
5
5
- `CodeIgniter v3.2.0-dev (Current version) <https://codeload.github.com/bcit-ci/CodeIgniter/zip/develop >`_
6
+ - `CodeIgniter v3.1.14 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.1.14 >`_
6
7
- `CodeIgniter v3.1.13 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.1.13 >`_
7
8
- `CodeIgniter v3.1.12 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.1.12 >`_
8
9
- `CodeIgniter v3.1.11 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.1.11 >`_
Original file line number Diff line number Diff line change
1
+ ##############################
2
+ Upgrading from 3.1.13 to 3.1.14
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 @@ -9,6 +9,7 @@ upgrading from.
9
9
:titlesonly:
10
10
11
11
Upgrading from 3.1.12+ to 3.2.x <upgrade_320 >
12
+ Upgrading from 3.1.13 to 3.1.14 <upgrade_3114 >
12
13
Upgrading from 3.1.12 to 3.1.13 <upgrade_3113 >
13
14
Upgrading from 3.1.11 to 3.1.12 <upgrade_3112 >
14
15
Upgrading from 3.1.10 to 3.1.11 <upgrade_3111 >
You can’t perform that action at this time.
0 commit comments