From edccb21df011d9957403f6a1d51895a2068cc372 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 21 Oct 2014 12:03:29 +0400 Subject: release 1.14 --- include/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/version.php') diff --git a/include/version.php b/include/version.php index 8d7cf2de7..93115140e 100644 --- a/include/version.php +++ b/include/version.php @@ -1,5 +1,5 @@ Date: Mon, 8 Dec 2014 15:02:51 +0300 Subject: release 1.15 --- include/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/version.php') diff --git a/include/version.php b/include/version.php index 93115140e..cef150b0f 100644 --- a/include/version.php +++ b/include/version.php @@ -1,5 +1,5 @@ Date: Tue, 9 Dec 2014 23:51:57 +0300 Subject: release 1.15.1 --- include/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/version.php') diff --git a/include/version.php b/include/version.php index cef150b0f..4d1cd3f16 100644 --- a/include/version.php +++ b/include/version.php @@ -1,5 +1,5 @@ Date: Wed, 10 Dec 2014 21:33:18 +0300 Subject: 1.15.3 to fix tag/version mismatch --- include/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/version.php') diff --git a/include/version.php b/include/version.php index 4d1cd3f16..a7ca8a32b 100644 --- a/include/version.php +++ b/include/version.php @@ -1,5 +1,5 @@ Date: Tue, 3 Feb 2015 14:39:15 +0300 Subject: add placeholder update checker using git changesets --- include/version.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/version.php') diff --git a/include/version.php b/include/version.php index a7ca8a32b..34c11e6e7 100644 --- a/include/version.php +++ b/include/version.php @@ -8,6 +8,10 @@ if (is_dir("$root_dir/.git") && file_exists("$root_dir/.git/refs/heads/master")) { $suffix = substr(trim(file_get_contents("$root_dir/.git/refs/heads/master")), 0, 7); + $timestamp = filemtime("$root_dir/.git/refs/heads/master"); + + define("GIT_VERSION_HEAD", $suffix); + define("GIT_VERSION_TIMESTAMP", $timestamp); return VERSION_STATIC . ".$suffix"; } else { -- cgit v1.2.3