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

Merge pull request #13307 from totten/5.8-bump2

Update 5.8 to 5.8.2. Add release notes.
parents 742b480a 2c0f04eb
Branches 5.9
Tags 5.9.1
No related merge requests found
{* file to handle db changes in 5.8.2 during upgrade *}
# CiviCRM 5.8.2
Released December 17, 2018
- **[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
- **([dev/core#585](https://lab.civicrm.org/dev/core/issues/585)) CiviCase - Fix target contact when using activity sequence
([13305](https://github.com/civicrm/civicrm-core/pull/13305))**
- **([dev/core#593](https://lab.civicrm.org/dev/core/issues/593)) Quick Search - Fix search by email
([13297](https://github.com/civicrm/civicrm-core/pull/13297))**
- **([dev/core#595](https://lab.civicrm.org/dev/core/issues/595)) CiviMember - Fix "Label" field on membership status form
([13288](https://github.com/civicrm/civicrm-core/pull/13288))**
- **([dev/core#597](https://lab.civicrm.org/dev/core/issues/597)) Financial Type API - Fix search by "name"
([13302](https://github.com/civicrm/civicrm-core/pull/13302))**
- **([dev/core#552](https://lab.civicrm.org/dev/core/issues/552)) CiviContribute - Fix editing of cancelled contribution
([13300](https://github.com/civicrm/civicrm-core/pull/13300))**
## <a name="credits"></a>Credits
This release was developed by the following authors and reviewers:
Australian Greens - Seamus Lee; Caltha - Tomasz Pietrzkowski; Circle
Interactive - Dave Jenkins; CiviCRM - Coleman Watts; iXiam - Luciano Spiegel;
JMA Consulting - Monish Deb; Korlon - Stuart Gaston; Lighthouse Design and
Consulting - Brian Shaughnessy; Megaphone Technology Consulting - Jon Goldberg;
MJW Consulting - Matthew Wire; Wikimedia Foundation - Eileen McNaughton
## <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`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'5.8.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.8.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.8.1</version_no>
<version_no>5.8.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