footer.tpl - The release notes URL should be more maintainable
authorTim Otten <totten@civicrm.org>
Fri, 20 Apr 2018 02:04:09 +0000 (19:04 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 20 Apr 2018 02:04:09 +0000 (19:04 -0700)
commit3c679c0a5aba6003abbfe55cdb1d79f859e7856a
treed14cf6475f9f9a092c1c3f8b1a4f712188946b1d
parentc0212592db7450978ddbd97aa76b3693434882b6
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