File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '3.2.0 -dev'
51+ version = '3.1.14 -dev'
5252# The full version, including alpha/beta/rc tags.
53- release = '3.2.0 -dev'
53+ release = '3.1.14 -dev'
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Downloading CodeIgniter
33#######################
44
55- `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 >`_
67- `CodeIgniter v3.1.13 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.1.13 >`_
78- `CodeIgniter v3.1.12 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.1.12 >`_
89- `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.
99 :titlesonly:
1010
1111 Upgrading from 3.1.12+ to 3.2.x <upgrade_320 >
12+ Upgrading from 3.1.13 to 3.1.14 <upgrade_3114 >
1213 Upgrading from 3.1.12 to 3.1.13 <upgrade_3113 >
1314 Upgrading from 3.1.11 to 3.1.12 <upgrade_3112 >
1415 Upgrading from 3.1.10 to 3.1.11 <upgrade_3111 >
You can’t perform that action at this time.
0 commit comments