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

Merge pull request #15202 from totten/5.16-bump4

Set version 5.16.4. Add release notes.
parents 0a1dd084 32ae72e4
Branches 5.9
Tags 5.9.1
No related merge requests found
{* file to handle db changes in 5.16.4 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.16.4
Released Sep 3, 2019
- **[Synopsis](release-notes/5.16.4.md#synopsis)**
- **[Bugs resolved](release-notes/5.16.4.md#bugs)**
- **[Credits](release-notes/5.16.4.md#credits)**
- **[Feedback](release-notes/5.16.4.md#feedback)**
## CiviCRM 5.16.3
Released August 22, 2019
......
# CiviCRM 5.16.4
Released September 3, 2019
- **[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?** | **yes** |
| Fix problems installing or upgrading to a previous version? | no |
| Introduce features? | no |
| **Fix bugs?** | **yes** |
## <a name="bugs"></a>Bugs resolved
- **_Smart Groups_: Relative date filters saved incorrectly ([dev/core#1226](https://lab.civicrm.org/dev/core/issues/1226):
[#15201](https://github.com/civicrm/civicrm-core/pull/15201), [#15169](https://github.com/civicrm/civicrm-core/pull/15169))**
On 5.16.0 - 5.16.3, if you saved a smart-group with a relative date
filter, it would incorrectly save the configuration.
If you recently created or modified a smart-group with a date-filter, please update it.
For discussion of cleanup tips, please use [dev/core#1226](https://lab.civicrm.org/dev/core/issues/1226).
## <a name="credits"></a>Credits
This release was developed by the following authors and reviewers:
Wikimedia Foundation - Eileen McNaughton; Pradeep Nayak; CiviCRM - Tim
Otten; Australian Greens - Seamus Lee;
## <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`.
......@@ -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.16.3',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.16.4',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.16.3</version_no>
<version_no>5.16.4</version_no>
</version>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment