| 1 | Upgrading TightURL |
| 2 | ================== |
| 3 | |
| 4 | Please note that those using nightly builds of TightURL may end up with cruft |
| 5 | in their databases. Upgrades are designed to work with released versions. |
| 6 | |
| 7 | There have been many additions to the configuration file. You may wish to |
| 8 | review the sample tighturl.config. You should also compare your templates |
| 9 | against the ones in this version of TightURL if you've customized your |
| 10 | templates. |
| 11 | |
| 12 | Current users of versions 0.1.3.1 |
| 13 | --------------------------------- |
| 14 | Your database is current. No need to run tighturl-install.php . |
| 15 | |
| 16 | Current users of version 0.1.3 |
| 17 | ------------------------------ |
| 18 | Users upgrading from the (broken) 0.1.3 release should delete their empty |
| 19 | database, recreate it, and run tighturl-install.php again. |
| 20 | |
| 21 | Current users of versions prior to 0.1.3 |
| 22 | ---------------------------------------- |
| 23 | Users upgrading from versions prior to 0.1.3 should run the installer |
| 24 | script, tighturl-install.php in order to upgrade their database to the latest |
| 25 | version. |
| 26 | |