Upgrading from 2.2.1 to 2.3.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
Add this file to your "system/libraries" folder:
- Contentsecuritypolicy.livecodescript
Replace these files in your "system/libraries" folder with the new version:
- Captcha.livecodescript
- Input.livecodescript
- Jquery.livecodescript
- Output.livecodescript
- Pagination.livecodescript
Replace these files in your "system/helpers" folder with the new version:
- assetHelper.livecodescript
- formHelper.livecodescript
- galleriaHelper.livecodescript
- urlHelper.livecodescript
Make a copy of the configuration file in your "application/config" folder and replace this file with the new version:
- config.lc
Replace the default settings in this file with your settings saved before. If you used a database to validate session IDs make sure you set gConfig["sess_driver"] to "database" and gConfig["sess_save_location"] to the name of your session data table.
Replace this file in your "system/revigniter" folder with the new version:
- RevIgniter.lc
Step 2: Update your user guide
Please replace your local copy of the user guide with the new version.