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

Merge pull request #16586 from totten/5.22-bump1

5.22.1 - Add release notes. Set version.
parents ccaff001 904463ab
Branches
Tags
No related merge requests found
{* file to handle db changes in 5.22.1 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.22.1
Released February 18, 2020
- **[Synopsis](release-notes/5.22.1.md#synopsis)**
- **[Bugs resolved](release-notes/5.22.1.md#bugs)**
- **[Credits](release-notes/5.22.1.md#credits)**
- **[Feedback](release-notes/5.22.1.md#feedback)**
## CiviCRM 5.22.0
Released February 5, 2020
......
# CiviCRM 5.22.1
Released February 18, 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?** | **yes** |
## <a name="bugs"></a>Bugs resolved
* **_Advanced Search_: Fix filtering by the "Active period" of a relationship ([dev/core#1592](https://lab.civicrm.org/dev/core/issues/1592): [#16535](https://github.com/civicrm/civicrm-core/pull/16535))**
* **_Dedupe_: Fix error when processing dedupe rules with custom data ([dev/core#1595](https://lab.civicrm.org/dev/core/issues/1595), [dev/core#1597](https://lab.civicrm.org/dev/core/issues/1597): [#16558](https://github.com/civicrm/civicrm-core/pull/16558))**
* **_CiviContribute_: Fix error when donor chooses to make one-time donation ([dev/core#1588](https://lab.civicrm.org/dev/core/issues/1588): [#16532](https://github.com/civicrm/civicrm-core/pull/16532))**
* **_CiviMail_: Fix error in certain advanced reports ([dev/core#1551](https://lab.civicrm.org/dev/core/issues/1551): [#16534](https://github.com/civicrm/civicrm-core/pull/16534))**
* **_Search Builder_: Fix filtering by "join date" of a membership ([dev/core#1602](https://lab.civicrm.org/dev/core/issues/1602): [#16578](https://github.com/civicrm/civicrm-core/pull/16578))**
* **_Upgrade_: Fix error involving managed entites ([dev/core#1498](https://lab.civicrm.org/dev/core/issues/1498): [#16521](https://github.com/civicrm/civicrm-core/pull/16521))**
## <a name="credits"></a>Credits
This release was developed by the following authors and reviewers:
Wikimedia Foundation - Eileen McNaughton; mclarke; Team Expansion - Greg
Harris; Lighthouse Design and Consulting - Brian Shaughnessy; John Kyle
Cronan; JMA Consulting - Seamus Lee; iXiam - César Ramos, Luciano Spiegel;
Ian Wilson; Freeform - Stephanie Gray Devapp - Adam Kwiatkowski Coop
SymbioTIC - Mathieu Lutfy; CiviCoop - Jaap Jansma; campaignrep; Caltha -
Tomasz Pietrzkowski; benmoreassynt Artful Robot - Rich Lott; Anthony Borrow;
Agileware - Justin Freeman;
## <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.22.0',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.22.1',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.22.0</version_no>
<version_no>5.22.1</version_no>
</version>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment