]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Bump version to 0.5.4 v0.5.4
authorVirtualTam <virtualtam@flibidi.net>
Mon, 14 Sep 2015 19:02:52 +0000 (21:02 +0200)
committerVirtualTam <virtualtam@flibidi.net>
Mon, 14 Sep 2015 19:02:52 +0000 (21:02 +0200)
Fixes:
 - PHP session IDs: handle hash algorithms and bits per char representations

Minor changes:
 - HTTPS: support being served behing an SSL-enabled proxy
 - HTTP/Server utilities: refactor & add test coverage

Project & documentation:
 - improve/rewrite `README.md`
 - update contributor list
 - update `index.php` header

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

index 10d767de780c7810f8775edc5533ebfded4cdc7d..c430a2006ee63cac8ed3b8ea751b113bdbb1c9c1 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Shaarli v0.5.3 - Shaare your links...
+ * Shaarli v0.5.4 - Shaare your links...
  *
  * The personal, minimalist, super-fast, no-database Delicious clone.
  *
@@ -49,7 +49,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.3');
+define('shaarli_version', '0.5.4');
 // http://server.com/x/shaarli --> /shaarli/
 define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));
 
index b843a5b783df9da3c372e6f4f6a92494dea4cce2..17f5ffabf2389f9dc4c3778faeb1fb6c3b87498f 100755 (executable)
@@ -1 +1 @@
-<?php /* 0.5.3 */ ?>
+<?php /* 0.5.4 */ ?>