<?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?>
-<li>SemanticScuttle v0.94</li>
+<li>SemanticScuttle v0.95.1</li>
<?php endif ?>
</ul>
<?php if (isset($loadjs)) :?>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/dojo/1.2/dojo/dojo.xd.js"
- djConfig="parseOnLoad:true, isDebug:<?php echo DEBUG_MODE?'true':'false' ?>, usePlainJson:true, baseUrl: '<?php echo ROOT ?>', modulePaths: {'js': 'includes/js'}"></script>
+ djConfig="parseOnLoad:true, isDebug:<?php echo DEBUG_MODE?'true':'false' ?>, usePlainJson:true, baseUrl: '<?php echo ROOT ?>', modulePaths: {'js': 'js'}"></script>
<script type="text/javascript">
dojo.require("dojo.parser");
ChangeLog for SemantiScuttle
============================
+0.95.1 - 2009-11-16
+-------------------
+- Fix bug: admin tags were not shown because javascript include was broken.
+ Thanks, Jean-Luc!
+
+
0.95 - 2009-11-10
-----------------
- Implement request #2878169: Voting system with two layouts
translation. Choose the translation you like most.
+0.94.1 - 2009-10-29
+-------------------
+This is a security release! We do highly recommend to update
+your SemanticScuttle installations!
+
+- Fix several XSS possibilities
+
+
0.94 - 2009-10-02
-----------------
- Fix bug #2834070: unfreed sql results