Upgrading from 1.6.12 to 1.6.13
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/database/drivers/sqlite" folder with the new versions:
- sqliteDriver.lc
- sqliteResult.lc
Replace these files in your "system/database" folder with the new versions:
- DB.lc
- DBdriver.lc
- DBresult.lc
- DBactiveRec.lc
Replace this file in your "system/database/drivers/mysql" folder with the new version:
- mysqlResult.lc
Replace this file in your "system/database/drivers/postgre" folder with the new version:
- postgreResult.lc
Replace this file in your "system/helpers" folder with the new version:
- arrayHelper.lc
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.