Bump version to 0.5.2
Minor changes - fix Full Path Disclosure upon cookie forgery - fix regression preventing to load LinkDB info when adding an existing link - also extract HTTPS page metadata (title) - add PHP 7 to Travis platforms Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
parent
6211c498f6
commit
53cc2b93b8
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
// Shaarli 0.5.1 - Shaare your links...
|
// Shaarli 0.5.2 - Shaare your links...
|
||||||
// The personal, minimalist, super-fast, no-database Delicious clone. By sebsauvage.net
|
// The personal, minimalist, super-fast, no-database Delicious clone. By sebsauvage.net
|
||||||
// http://sebsauvage.net/wiki/doku.php?id=php:shaarli
|
// http://sebsauvage.net/wiki/doku.php?id=php:shaarli
|
||||||
// Licence: http://www.opensource.org/licenses/zlib-license.php
|
// Licence: http://www.opensource.org/licenses/zlib-license.php
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
$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']['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;
|
$GLOBALS['config']['HIDE_PUBLIC_LINKS'] = false;
|
||||||
// -----------------------------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------------------------
|
||||||
define('shaarli_version','0.5.1');
|
define('shaarli_version','0.5.2');
|
||||||
// http://server.com/x/shaarli --> /shaarli/
|
// http://server.com/x/shaarli --> /shaarli/
|
||||||
define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));
|
define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<?php /* 0.5.1 */ ?>
|
<?php /* 0.5.2 */ ?>
|
||||||
|
|
Loading…
Reference in a new issue