Upgrading from 1.8.3 to 1.9.0
Before performing an update you should take your site offline by replacing the index.lc file with a static one.
Step 1: Update your revIgniter files
Replace these files in your "system/libraries" folder with the new versions:
- Input.lc
- Loader.lc
Add this file to your "system/libraries" folder:
- LoaderLC8patch.lc
Replace this file in your "system/helpers" folder with the new version:
- cookieHelper.lc
Add this file to your "system/helpers" folder:
- jwtHelper.lc
Replace this file in your "system/plugins" folder with the new version:
- galleriaPi.lc
Make a copy of the autoload file in your "system/application/config" folder and replace this file with the new version:
- autoload.lc
- Replace the default settings in this file with your settings saved before.
Replace this file in your "system/application/modules/moduleSample/config" folder with the new version:
- autoload.lc
Add "extensions" folders as found in the revIgniter package to "system", "system/application" and to "system/application/modules/moduleSample"
Replace these files in your "system/revigniter" folder with the new versions:
- Common.lc
- RevIgniter.lc
Step 2: Update your user guide
Please replace your local copy of the user guide with the new version.