]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Bump version to v0.5.3 v0.5.3
authorArthurHoaro <arthur@hoa.ro>
Wed, 2 Sep 2015 16:06:21 +0000 (18:06 +0200)
committerArthurHoaro <arthur@hoa.ro>
Wed, 2 Sep 2015 16:06:21 +0000 (18:06 +0200)
Fixes a bug that could prevent user to login.

index.php
shaarli_version.php [changed mode: 0644->0755]

index b8ca734f2ee7ae1403b31f7a721d12aa4adb2e8a..d615da1f50bd26901f9e356ebea213679c909dfd 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
 <?php
-// Shaarli 0.5.2 - Shaare your links...
+// Shaarli 0.5.3 - 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.2');
+define('shaarli_version','0.5.3');
 // http://server.com/x/shaarli --> /shaarli/
 define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));
 
old mode 100644 (file)
new mode 100755 (executable)
index 6b72466..b843a5b
@@ -1 +1 @@
-<?php /* 0.5.2 */ ?>
+<?php /* 0.5.3 */ ?>