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

Merge pull request #17924 from totten/5.27-bump3

5.27.3 - Notes and version bump
parents bc70df33 65ed188f
No related branches found
No related tags found
No related merge requests found
{* file to handle db changes in 5.27.3 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.3
Released July 23, 2020
- **[Synopsis](release-notes/5.27.3.md#synopsis)**
- **[Bugs resolved](release-notes/5.27.3.md#bugs)**
- **[Credits](release-notes/5.27.3.md#credits)**
- **[Feedback](release-notes/5.27.3.md#feedback)**
## CiviCRM 5.27.2
Released July 14, 2020
......
# CiviCRM 5.27.3
Released July 23, 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?** | **yes** |
| Introduce features? | no |
| Fix bugs? | no |
## <a name="bugs"></a>Bugs resolved
* **_Upgrade_: Fix "no such field" error involving `civicrm_custom_field`.`serialize`
([dev/core#1846](https://lab.civicrm.org/dev/core/-/issues/1846):
[#17876](https://github.com/civicrm/civicrm-core/pull/17876),
[#17907](https://github.com/civicrm/civicrm-core/pull/17907),
[#17909](https://github.com/civicrm/civicrm-core/pull/17909))**
## <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:
Wikimedia Foundation - Eileen McNaughton; Tadpole Collective - Kevin Cristiano; Shane Bill; JMA
Consulting - Seamus Lee; CiviCRM - Coleman Watts, Tim Otten
## <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.2',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.3',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.2</version_no>
<version_no>5.27.3</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