From 923dfda83c24dce657c0cb1362cf3e7c7de5b6ca Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Wed, 6 Nov 2019 20:16:33 -0500 Subject: [PATCH] 5.19.0 release notes: added late changes --- release-notes/5.19.0.md | 60 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 55 insertions(+), 5 deletions(-) diff --git a/release-notes/5.19.0.md b/release-notes/5.19.0.md index 50e3c1cd97..f517ba10ea 100644 --- a/release-notes/5.19.0.md +++ b/release-notes/5.19.0.md @@ -14,12 +14,12 @@ Released November 6, 2019 | *Does this version...?* | | |:--------------------------------------------------------------- |:-------:| | Fix security vulnerabilities? | no | -| Change the database schema? | **yes** | -| Alter the API? | **yes** | +| **Change the database schema?** | **yes** | +| **Alter the API?** | **yes** | | Require attention to configuration options? | no | | Fix problems installing or upgrading to a previous version? | no | -| Introduce features? | **yes** | -| Fix bugs? | **yes** | +| **Introduce features?** | **yes** | +| **Fix bugs?** | **yes** | ## Features @@ -35,7 +35,7 @@ Released November 6, 2019 - **Improve obsolete extension management ([15352](https://github.com/civicrm/civicrm-core/pull/15352))** - This change improves the extension ui by marking obsolete extensions as + This change improves the extension UI by marking obsolete extensions as "Obsolete", removing the Install and Enable actions for obsolete extensions and completely uninstalling obsolete extensions during core upgrades. @@ -169,6 +169,31 @@ Released November 6, 2019 .../web/sites/all/modules/civicrm/CRM/Contact/Form/Task/PDFLetterCommon.php)" when using print/merge document action from search results. +- **Add Custom Fields to Logging Tables + ([15642](https://github.com/civicrm/civicrm-core/pull/15642), + [15726](https://github.com/civicrm/civicrm-core/pull/15726), and + [15741](https://github.com/civicrm/civicrm-core/pull/15741); related to + [dev/core#1093](https://lab.civicrm.org/dev/core/issues/1093))** + + This resolves a fatal error when a custom field is added via XML file upon + installation of an extension, logging is turned on, and part of the + installation process inserts information on that new field. + + In addition, it preserves a feature looking up option group IDs according to + names provided in the XML. + +- **Find Activities/Pledges not working in 5.19beta1 and master + ([dev/core#1348](https://lab.civicrm.org/dev/core/issues/1348): + [15655](https://github.com/civicrm/civicrm-core/pull/15655) and + [15657](https://github.com/civicrm/civicrm-core/pull/15657))** + + This resolves a bug where the values set on activity and pledge search forms + were not respected, instead returning all activities or pledges. + +- **Programatic Installation of Extension after Upgrading CiviCRM causes Error + ([dev/core#1360](https://lab.civicrm.org/dev/core/issues/1360): + [15724](https://github.com/civicrm/civicrm-core/pull/15724))** + - **exported data truncated to 255 when alphanumeric field value ([dev/core#1283](https://lab.civicrm.org/dev/core/issues/1283): [15414](https://github.com/civicrm/civicrm-core/pull/15414))** @@ -262,6 +287,14 @@ Released November 6, 2019 ### CiviContribute +- **Fix a regression whereby payment details are not saved from the + AdditionalPayment form + ([15537](https://github.com/civicrm/civicrm-core/pull/15537))** + +- **Contribution Summary report only shows first 50 entries + ([dev/core#1252](https://lab.civicrm.org/dev/core/issues/1252): + [15558](https://github.com/civicrm/civicrm-core/pull/15558))** + - **Notice error on contribution page ([dev/core#1264](https://lab.civicrm.org/dev/core/issues/1264): [15320](https://github.com/civicrm/civicrm-core/pull/15320))** @@ -293,6 +326,14 @@ Released November 6, 2019 ([dev/financial#71](https://lab.civicrm.org/dev/financial/issues/71): [15388](https://github.com/civicrm/civicrm-core/pull/15388))** +### CiviEvent + +- **Enotice fix (unreleased enotice) + ([15569](https://github.com/civicrm/civicrm-core/pull/15569))** + + This resolves a PHP notice reading "Notice: Undefined variable: eventID" when + recording a payment linked to an event registration. + ### CiviMail - **Mail job stuck after contact marked deceased @@ -327,6 +368,9 @@ Released November 6, 2019 ([dev/core#792](https://lab.civicrm.org/dev/core/issues/792): [15094](https://github.com/civicrm/civicrm-core/pull/15094))** +- **Regression fix on Paypal Std with memberships not being finalised correctly. + ([15538](https://github.com/civicrm/civicrm-core/pull/15538))** + ### Joomla Integration - **[Joomla 4.0] CiviCRM pages don't work in Joomla frontend - Class 'JRequest' @@ -337,6 +381,9 @@ Released November 6, 2019 ## Miscellany +- **Rename balanceTrxnParams to paymentTrxnParams [REF] + ([15539](https://github.com/civicrm/civicrm-core/pull/15539))** + - **Remove legacy Yahoo references from the Mapping/Geocoding settings/code. ([15405](https://github.com/civicrm/civicrm-core/pull/15405))** @@ -420,6 +467,9 @@ Released November 6, 2019 hook_civicrm_export ([15312](https://github.com/civicrm/civicrm-core/pull/15312))** +- **[NFC] Fix AuthorizeNet Test failure due to credit card being expired + ([15690](https://github.com/civicrm/civicrm-core/pull/15690))** + ## Credits This release was developed by the following code authors: -- 2.25.1