UPGRADE PREVIOUS VERSIONS: (see ___INSTALLATION.txt for new installs)

These instructions detail the process for upgrading the script from previous versions. As the source code isn't encrypted, we can't unfortunately account for any custom changes you've made, if you've made any. These will have to be re-applied once you install the latest release.

- First backup your current code and database.
- Note your configuration settings within _config.inc.php.
- Replace your existing codebase with the one from the latest release.
- Update the new _config.inc.php file with your original settings. This is the only config file within the script.
- Note that the admin area structure has changed considerably from v1.1 to v2.0. If upgrading to v2.0+ you should delete the entire admin folder on your existing installation before uploading the new files. You should also set permissions on the new plugin folder to CHMOD 777.
- Execute (import in phpMyAdmin) the relevant sql patches from the directory `/offline/version_sql_statements/`.
  - i.e. if you currently have version 1.0 of the script, apply the following in order to upgrade to v2.0:
    - v1.0 - v1.1.sql
	- v1.1 - v2.0.sql

Note: You can find your current version number by looking in the _config.inc.php file.
