From ccfc046c111264c5ca7acbc790ad4b4c3c7bffc2 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 21 Oct 2014 17:51:55 +0200 Subject: add current release version number in shaarli_version.txt * release process: please update this file when releasing a new version on github --- shaarli_version.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 shaarli_version.txt diff --git a/shaarli_version.txt b/shaarli_version.txt new file mode 100644 index 00000000..92b4d84d --- /dev/null +++ b/shaarli_version.txt @@ -0,0 +1 @@ +0.0.41 beta \ No newline at end of file -- cgit v1.2.3 From b11bc5b6f91038718eb31055a7c92c785bc843e0 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 21 Oct 2014 17:54:35 +0200 Subject: update check: check against last version available on github.com/shaarli/Shaarli * fixes https://github.com/shaarli/Shaarli/issues/5 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 01872f4d..6fae2f8b 100644 --- a/index.php +++ b/index.php @@ -133,7 +133,7 @@ function checkUpdate() if (!is_file($GLOBALS['config']['UPDATECHECK_FILENAME']) || (filemtime($GLOBALS['config']['UPDATECHECK_FILENAME'])