diff options
-rw-r--r-- | README.txt | 4 | ||||
-rw-r--r-- | UPGRADE.txt | 8 | ||||
-rw-r--r-- | templates/about.tpl.php | 2 |
3 files changed, 11 insertions, 3 deletions
@@ -1,5 +1,5 @@ -SemanticScuttle -=============== +SemanticScuttle 0.94 +==================== A social bookmarking tool experimenting with new features like structured tags or collaborative descriptions of tags. diff --git a/UPGRADE.txt b/UPGRADE.txt index 1add42b..3051926 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -1,6 +1,14 @@ Upgrading SemanticScuttle from a previous version ================================================= +From version 0.93 to 0.94 +------------------------- + +- Nothing changed except for the default configuration file. + It is recommended to start with a fresh config file, + but not neccesary. Old config files still work. + + From version 0.92 to 0.93 ------------------------- diff --git a/templates/about.tpl.php b/templates/about.tpl.php index 7803d7f..4a93d75 100644 --- a/templates/about.tpl.php +++ b/templates/about.tpl.php @@ -17,7 +17,7 @@ $this->includeTemplate($GLOBALS['top_include']); <?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?> -<li>SemanticScuttle v0.93</li> +<li>SemanticScuttle v0.94</li> <?php endif ?> </ul> |