Skip to content
Snippets Groups Projects
Unverified Commit c970600c authored by totten's avatar totten Committed by GitHub
Browse files

Merge pull request #12028 from totten/5.0-relnote

Fix release notes for 5.0.x
parents f01d1b06 8b00d52e
Branches 5.9
Tags 5.9.1
No related merge requests found
{* file to handle db changes in 5.0.2 during upgrade *}
# CiviCRM 5.0.1
Released Apr 18, 2018
- **Backport: Dedupe - Fix for recent regression causing dedupe screen to fail on WordPress. ([11975](https://github.com/civicrm/civicrm-core/pull/11975))**
- **Backport: VersionCheck - Get more nuanced messages from latest.civicrm.org. ([11991](https://github.com/civicrm/civicrm-core/pull/11991))**
# CiviCRM 5.0.2
Released Apr 25, 2018
- **Backport: Use current formula for hyperlinking release notes ([12008](https://github.com/civicrm/civicrm-core/pull/12008))**
- **Add missing release notes for 5.0.1**
......@@ -398,7 +398,7 @@ UNLOCK TABLES;
 
LOCK TABLES `civicrm_domain` WRITE;
/*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'5.0.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'5.0.2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
UNLOCK TABLES;
 
......@@ -31,7 +31,7 @@
<div class="crm-footer" id="civicrm-footer">
{crmVersion assign=version}
{ts}Powered by CiviCRM{/ts} <a href="https://github.com/civicrm/civicrm-core/blob/{$version}/release-notes/{$version}.md">{$version}</a>.
{ts}Powered by CiviCRM{/ts} <a href="https://download.civicrm.org/about/{$version}">{$version}</a>.
{if !empty($footer_status_severity)}
<span class="status{if $footer_status_severity gt 3} crm-error{elseif $footer_status_severity gt 2} crm-warning{else} crm-ok{/if}">
<a href="{crmURL p='civicrm/a/#/status'}">{$footer_status_message}</a>
......
<?xml version="1.0" encoding="iso-8859-1" ?>
<version>
<version_no>5.0.1</version_no>
<version_no>5.0.2</version_no>
</version>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment