From 3c679c0a5aba6003abbfe55cdb1d79f859e7856a Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 19 Apr 2018 19:04:09 -0700 Subject: [PATCH] footer.tpl - The release notes URL should be more maintainable Overview ---------------------------------------- Change the URL formula pointing to the release notes. Before ---------------------------------------- The formula was `https://github.com/civicrm/civicrm-core/blob/{$version}/release-notes/{$version}.md`. Because the URL points to a tag on Github, it's hard to make any corrections if something has changed or gone wrong. After ---------------------------------------- The formula is `https://download.civicrm.org/about/{$version}`, which corresponds to [civicrm-dist-manager's AboutController](https://github.com/civicrm/civicrm-dist-manager/blob/master/src/CiviDistManagerBundle/Controller/AboutController.php). --- templates/CRM/common/footer.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/common/footer.tpl b/templates/CRM/common/footer.tpl index 62ae51abf5..d9ddb0d2de 100644 --- a/templates/CRM/common/footer.tpl +++ b/templates/CRM/common/footer.tpl @@ -31,7 +31,7 @@