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

Merge pull request #15961 from totten/5.19-bump3

5.19.3 release notes
parents 07a3458c 935d4114
Branches
Tags
No related merge requests found
{* file to handle db changes in 5.19.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.19.3
Released November 25, 2019
- **[Synopsis](release-notes/5.19.3.md#synopsis)**
- **[Bugs resolved](release-notes/5.19.3.md#bugs)**
- **[Credits](release-notes/5.19.3.md#credits)**
- **[Feedback](release-notes/5.19.3.md#feedback)**
## CiviCRM 5.19.2
Released November 20, 2019
......
# CiviCRM 5.19.3
Released Nov 25, 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? | no |
| Fix problems installing or upgrading to a previous version? | no |
| Introduce features? | no |
| **Fix bugs?** | **yes** |
## <a name="bugs"></a>Bugs resolved
* **_WordPress_: Fix URL generation in wp-cli ([dev/core#1412](https://lab.civicrm.org/dev/core/issues/1412):
[#15919](https://github.com/civicrm/civicrm-core/pull/15919), [#15922](https://github.com/civicrm/civicrm-core/pull/15922),
[#15929](https://github.com/civicrm/civicrm-core/pull/15929), [#171](https://github.com/civicrm/civicrm-wordpress/pull/171))**
This addresses a regression in which some background tasks - most notably
CiviMail delivery - generate broken URLs. The problem only affects
deployments which use `wp-cli` as the task runner.
## <a name="credits"></a>Credits
This release was developed by the following authors and reviewers:
Christian Wach; Kevin Cristiano - Tadpole Collective; Seamus Lee -
Australian Greens; Tim Otten - CiviCRM
## <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.19.2',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.19.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.19.2</version_no>
<version_no>5.19.3</version_no>
</version>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment