]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Bump version to 0.5.1 v0.5.1
authorVirtualTam <virtualtam@flibidi.net>
Mon, 17 Aug 2015 22:35:42 +0000 (00:35 +0200)
committerVirtualTam <virtualtam@flibidi.net>
Mon, 17 Aug 2015 22:36:55 +0000 (00:36 +0200)
Minor changes
 - fix 404 after editing a link while being logged out
 - update local documentation
 - improve timezone detection at installation
 - improve feed cache handling
 - improve URL cleanup for new links
 - add a link to the shaarli/shaarli DockerHub repository

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
index.php
shaarli_version.php

index 74f95497ef39883de67a0d500e3156ccf34210dc..8e04fa3ef5724667056f022ef67bf17df77eee60 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
 <?php
-// Shaarli 0.5.0 - Shaare your links...
+// Shaarli 0.5.1 - Shaare your links...
 // The personal, minimalist, super-fast, no-database Delicious clone. By sebsauvage.net
 // http://sebsauvage.net/wiki/doku.php?id=php:shaarli
 // Licence: http://www.opensource.org/licenses/zlib-license.php
@@ -39,7 +39,7 @@ $GLOBALS['config']['ARCHIVE_ORG'] = false; // For each link, add a link to an ar
 $GLOBALS['config']['ENABLE_RSS_PERMALINKS'] = true;  // Enable RSS permalinks by default. This corresponds to the default behavior of shaarli before this was added as an option.
 $GLOBALS['config']['HIDE_PUBLIC_LINKS'] = false;
 // -----------------------------------------------------------------------------------------------
-define('shaarli_version','0.5.0');
+define('shaarli_version','0.5.1');
 // http://server.com/x/shaarli --> /shaarli/
 define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));
 
index a2045a7bf305400e12b24bd2374aee610bc5b66a..294292a13ac57cb847790842f2ac4983bb7ae848 100644 (file)
@@ -1 +1 @@
-<?php /* 0.5.0 */ ?>
+<?php /* 0.5.1 */ ?>