Upgrading from 1.5.21b to 1.6
Before performing an update you should take your site offline by replacing the index.lc file with a static one.
Step 1: Add new files
Add the following new folders:
- system/application/hooks/authenticationHooks
- system/application/views/emailTemplates
Add this file to your "system/libraries" folder:
- Authentication.lc
Add these files to your "system/application/config" folder:
- authentication.lc
- authenticationHooks.lc
Add these files to your "system/application/views/emailTemplates" folder:
- authActivate.lc
- forgotPassword.lc
Add this file to your "system/language/english" folder:
- authenticationLang.lc
Add this file to your "system/language/french" folder:
- authenticationLang.lc
Add this file to your "system/language/german" folder:
- authenticationLang.lc
Add this file to your "system/language/spanish" folder:
- authenticationLang.lc
Step 2: Update your revIgniter files
Replace this file in your "system/revigniter" folder with the new version:
- RevIgniter.lc
Step 3: Update your user guide
Please replace your local copy of the user guide with the new version.