Update Release 5.14.0 release notes with latest changes
authorSeamus Lee <seamuslee001@gmail.com>
Wed, 5 Jun 2019 23:09:45 +0000 (09:09 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 6 Jun 2019 06:03:29 +0000 (16:03 +1000)
Update release notes for PR #14440

Withdraw soft credits item

release-notes/5.14.0.md

index 54c293dfe97795ab373ce2c333b2277e144407a5..64c5fa02c9cb8b52a3f50cbbab7d824576f12249 100644 (file)
@@ -257,6 +257,11 @@ Released June 5, 2019
 - **Validate queue_id is a positive integer before passing to the BAO
   ([14355](https://github.com/civicrm/civicrm-core/pull/14355))**
 
+-  **Fixes issue where contact's display name did not show on membership edit
+   If there was no registered email address
+   ([dev/core#1000](https://lab.civicrm.org/dev/core/issues/1000):
+   [14438](https://github.com/civicrm/civicrm-core/pull/14438))**
+
 ### CiviCase
 
 - **Case activity query performs poorly on large databases
@@ -283,11 +288,11 @@ Released June 5, 2019
   This fixes a recent regression where recurring payments would fail to be
   recorded in CiviCRM if the contribution was set to notify the legacy IPN URL.
 
-- **Create contribution before taking payment, per contribution page workflow
-  ([13837](https://github.com/civicrm/civicrm-core/pull/13837))**
+- **Fix Checksum failure when editing recuring contributions
+  ([14407](https://github.com/civicrm/civicrm-core/pull/14407))**
 
-  Makes it so the Contribution is created before the payment processor is
-  called, so there is always a contribution record even if payment fails.
+  Fixes a fatal error where checksum users were not able to cancel or update
+  recurring contributions.
 
 ### CiviEvent