diff --git a/user_guide_src/source/conf.py b/user_guide_src/source/conf.py index 485c32ec2c1..ef06d92917a 100644 --- a/user_guide_src/source/conf.py +++ b/user_guide_src/source/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '3.2.0-dev' +version = '3.1.14-dev' # The full version, including alpha/beta/rc tags. -release = '3.2.0-dev' +release = '3.1.14-dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/user_guide_src/source/installation/downloads.rst b/user_guide_src/source/installation/downloads.rst index a3268ec41b8..253da043739 100644 --- a/user_guide_src/source/installation/downloads.rst +++ b/user_guide_src/source/installation/downloads.rst @@ -3,6 +3,7 @@ Downloading CodeIgniter ####################### - `CodeIgniter v3.2.0-dev (Current version) `_ +- `CodeIgniter v3.1.14 `_ - `CodeIgniter v3.1.13 `_ - `CodeIgniter v3.1.12 `_ - `CodeIgniter v3.1.11 `_ diff --git a/user_guide_src/source/installation/upgrade_3114.rst b/user_guide_src/source/installation/upgrade_3114.rst new file mode 100644 index 00000000000..295dba112c8 --- /dev/null +++ b/user_guide_src/source/installation/upgrade_3114.rst @@ -0,0 +1,14 @@ +############################## +Upgrading from 3.1.13 to 3.1.14 +############################## + +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/* directory. + +.. note:: If you have any custom developed files in these directories, + please make copies of them first. diff --git a/user_guide_src/source/installation/upgrading.rst b/user_guide_src/source/installation/upgrading.rst index dbca2fac785..6924dde485d 100644 --- a/user_guide_src/source/installation/upgrading.rst +++ b/user_guide_src/source/installation/upgrading.rst @@ -9,6 +9,7 @@ upgrading from. :titlesonly: Upgrading from 3.1.12+ to 3.2.x + Upgrading from 3.1.13 to 3.1.14 Upgrading from 3.1.12 to 3.1.13 Upgrading from 3.1.11 to 3.1.12 Upgrading from 3.1.10 to 3.1.11