Skip to content
Snippets Groups Projects
Unverified Commit e1645547 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #17837 from totten/5.27-bump2

5.27.2 - Add release notes. Bump version.
parents 078be301 22475fb1
No related branches found
No related tags found
No related merge requests found
{* file to handle db changes in 5.27.2 during upgrade *}
......@@ -15,6 +15,15 @@ Other resources for identifying changes are:
* https://github.com/civicrm/civicrm-joomla
* https://github.com/civicrm/civicrm-wordpress
## CiviCRM 5.27.2
Released July 14, 2020
- **[Synopsis](release-notes/5.27.2.md#synopsis)**
- **[Bugs resolved](release-notes/5.27.2.md#bugs)**
- **[Credits](release-notes/5.27.2.md#credits)**
- **[Feedback](release-notes/5.27.2.md#feedback)**
## CiviCRM 5.27.1
Released July 9, 2020
......
# CiviCRM 5.27.2
Released July 14, 2020
- **[Synopsis](#synopsis)**
- **[Bugs resolved](#bugs)**
- **[Credits](#credits)**
- **[Feedback](#feedback)**
## <a name="synopsis"></a>Synopsis
| *Does this version...?* | |
|:--------------------------------------------------------------- |:-------:|
| Fix security vulnerabilities? | no |
| Change the database schema? | no |
| Alter the API? | no |
| Require attention to configuration options? | no |
| Fix problems installing or upgrading to a previous version? | no |
| Introduce features? | no |
| **Fix bugs?** | **yes** |
## <a name="bugs"></a>Bugs resolved
* **_CiviMail_: Tracking links include extraneous parameters on WordPress/Joomla
([dev/core#1865](https://lab.civicrm.org/dev/core/-/issues/1865):
[#17797](https://github.com/civicrm/civicrm-core/pull/17797))**
* **_CiviReport_: Date-time filters incorrectly use time 12:00AM ([dev/core#1867](https://lab.civicrm.org/dev/core/-/issues/1867):
[#17811](https://github.com/civicrm/civicrm-core/pull/17811),
[#17820](https://github.com/civicrm/civicrm-core/pull/17820))**
* **_Dedupe_: Fatal error when merging certain contacts
([dev/core#1862](https://lab.civicrm.org/dev/core/-/issues/1862):
[#17803](https://github.com/civicrm/civicrm-core/pull/17803),
[#17814](https://github.com/civicrm/civicrm-core/pull/17814))**
* **_Search_: Incorrectly displays deleted contacts
([dev/core#1864](https://lab.civicrm.org/dev/core/-/issues/1864):
[#17798](https://github.com/civicrm/civicrm-core/pull/17798))**
## <a name="credits"></a>Credits
<!-- X: TIP: In buildkit, the CLI command civicredits.php can help autocomplete contributor names with the typical formatting. -->
This release was developed by the following authors and reviewers:
wortfm; Wikimedia Foundation - Eileen McNaughton; Tadpole Collective - Kevin
Cristiano; Stephen Palmstrom; John Kingsnorth; JMA Consulting - Seamus Lee;
Dave D; CiviDesk - Yashodha Chaku; CiviCRM - Tim Otten, Coleman Watts;
Christian Wach; Andrew Thompson
## <a name="feedback"></a>Feedback
These release notes are edited by Tim Otten and Andrew Hunt. If you'd like to
provide feedback on them, please login to https://chat.civicrm.org/civicrm and
contact `@agh1`.
......@@ -399,7 +399,7 @@ UNLOCK TABLES;
 
LOCK TABLES `civicrm_domain` WRITE;
/*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.27.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.27.2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
UNLOCK TABLES;
 
<?xml version="1.0" encoding="iso-8859-1" ?>
<version>
<version_no>5.27.1</version_no>
<version_no>5.27.2</version_no>
</version>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment