From e80b3773c1a2362257298320beff505bcae73b72 Mon Sep 17 00:00:00 2001 From: Quinn Chrzan Date: Fri, 30 May 2014 14:39:32 -0400 Subject: Style fixes and adding link to Mcrypt in upgrade instructions --- user_guide/changelog.html | 2 +- user_guide/installation/upgrade_220.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 96fc8e310..b83611738 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -63,7 +63,7 @@ Change Log diff --git a/user_guide/installation/upgrade_220.html b/user_guide/installation/upgrade_220.html index a4078c305..600fa7d42 100644 --- a/user_guide/installation/upgrade_220.html +++ b/user_guide/installation/upgrade_220.html @@ -57,7 +57,7 @@ Upgrading from 2.1.4 to 2.2.0

Upgrading from 2.1.4 to 2.2.0

-

Note: The Encryption Class now requires the Mcrypt extension. If you were previously using the Encrypt Class without Mcrypt this is a breaking change, you must install the Mcrypt extension in order to upgrade.

+

Note: The Encryption Class now requires the Mcrypt extension. If you were previously using the Encrypt Class without Mcrypt 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.

Before performing an update you should take your site offline by replacing the index.php file with a static one.

-- cgit v1.2.3-24-g4f1b