summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation/upgrade_220.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-12-19 23:40:03 +0100
committerAndrey Andreev <narf@devilix.net>2014-12-19 23:40:03 +0100
commit0823ed197254fbab0e6ceb0d0a9f237b315b313b (patch)
tree014b1c0bef298c184de715c15e505418307e3211 /user_guide_src/source/installation/upgrade_220.rst
parent55576af35c922fb045acaedd863b04e00b131bbb (diff)
[ci skip] Add missing upgrade step from 2.1.4 to 2.2.0 in the docs
Diffstat (limited to 'user_guide_src/source/installation/upgrade_220.rst')
-rw-r--r--user_guide_src/source/installation/upgrade_220.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/user_guide_src/source/installation/upgrade_220.rst b/user_guide_src/source/installation/upgrade_220.rst
new file mode 100644
index 000000000..beb7bd7d7
--- /dev/null
+++ b/user_guide_src/source/installation/upgrade_220.rst
@@ -0,0 +1,21 @@
+#############################
+Upgrading from 2.1.4 to 2.2.0
+#############################
+
+.. note:: The :doc:`Encrypt Class <libraries/encrypt>` now requires the
+ Mcrypt extension. If you were previously using the Encrypt Class
+ without Mcrypt, then this is a breaking change. You must install
+ the Mcrypt extension in order to upgrade. For information on
+ installing Mcrypt please see the PHP `documentation
+ <http://php.net/manual/en/mcrypt.setup.php>`.
+
+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.
+
+.. note:: If you have any custom developed files in these folders please
+ make copies of them first. \ No newline at end of file