diff --git a/index.php b/index.php index 05c9855..290f391 100644 --- a/index.php +++ b/index.php @@ -32,7 +32,7 @@ $GLOBALS['config']['PUBSUBHUB_URL'] = ''; // PubSubHubbub support. Put an empty // Note: You must have publisher.php in the same directory as Shaarli index.php $GLOBALS['config']['UPDATECHECK_FILENAME'] = $GLOBALS['config']['DATADIR'].'/lastupdatecheck.txt'; // For updates check of Shaarli. $GLOBALS['config']['UPDATECHECK_INTERVAL'] = 86400; // Updates check frequency for Shaarli. 86400 seconds=24 hours -$GLOBALS['config']['UPDATECHECK_URL'] = 'https://book.knah-tsaeb.org/shaarli_version.txt'; // Define last version of myShaarli +$GLOBALS['config']['UPDATECHECK_URL'] = 'https://forge.leslibres.org/Knah-Tsaeb/MyShaarli/raw/myShaarli/shaarli_version.txt'; // Define last version of myShaarli $GLOBALS['config']['UPDATECHECK_DOWNLOAD'] = 'https://forge.leslibres.org/Knah-Tsaeb/MyShaarli'; $GLOBALS['config']['ENABLE_UPDATECHECK'] = true; $GLOBALS['config']['externalThumbshot'] = ''; // Url for external thumbnailer @@ -55,7 +55,7 @@ if (is_file($GLOBALS['config']['DATADIR'].'/options.php')) { require $GLOBALS['config']['DATADIR'].'/options.php'; } -define('myShaarli_version', '1.1.5'); +define('myShaarli_version', '1.1.6'); define('PHPPREFIX', ''); // Suffix to encapsulate data in php code. // http://server.com/x/shaarli --> /shaarli/ diff --git a/shaarli_version.txt b/shaarli_version.txt index e25d8d9..0664a8f 100644 --- a/shaarli_version.txt +++ b/shaarli_version.txt @@ -1 +1 @@ -1.1.5 +1.1.6 diff --git a/tpl/myShaarli/linklist.html b/tpl/myShaarli/linklist.html index 50efaa1..63ca51e 100644 --- a/tpl/myShaarli/linklist.html +++ b/tpl/myShaarli/linklist.html @@ -24,18 +24,18 @@