diff options
Diffstat (limited to 'upgrade.txt')
-rw-r--r-- | upgrade.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/upgrade.txt b/upgrade.txt index 6b54428..acf6a96 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -1,9 +1,19 @@ ==== UPGRADE instructions ==== -=== From version 0.89 to 0.90 === + +=== From version 0.90 to 0.91 === - Backup you database - Make a copy from your SemanticScuttle Web directory - Upgrade your database by following instructions ONE after ONE (order is important) : + * No intructions +- Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example + * Delete last line : include_once('debug.inc.php'); + * Add variable: $menu2Tags = array(); + * Add variable: $debugMode = true; # if true, show debug messages + +=== From version 0.89 to 0.90 === +- Backup you database +- Make a copy from your SemanticScuttle Web directory - Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example # add these lines under $enableWebsiteThumbnails = false; # enableWebsiteThumbnails {true|false}: |