summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar cweiske2009-09-29 10:37:12 +0000
committerGravatar cweiske2009-09-29 10:37:12 +0000
commitf1575fe38a8618a38e849dca888c59a47a6d26de (patch)
tree61de5d463974905545953765820ced13d8a51e8c
parentd9fd0a05f5151c3481901147097954a9f397e96f (diff)
downloadscuttle-f1575fe38a8618a38e849dca888c59a47a6d26de.tar.gz
scuttle-f1575fe38a8618a38e849dca888c59a47a6d26de.zip
prepare 0.94
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@381 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r--README.txt4
-rw-r--r--UPGRADE.txt8
-rw-r--r--templates/about.tpl.php2
3 files changed, 11 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index ac314f4..97387d2 100644
--- a/README.txt
+++ b/README.txt
@@ -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>