From ae750d3b4dc281723f84be7023189c73fbd52def Mon Sep 17 00:00:00 2001 From: Andie Hunt Date: Wed, 6 Sep 2023 18:12:28 -0400 Subject: [PATCH] 5.65.0 release notes: added late changes --- release-notes/5.65.0.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/release-notes/5.65.0.md b/release-notes/5.65.0.md index d38612a048..8de610bd97 100644 --- a/release-notes/5.65.0.md +++ b/release-notes/5.65.0.md @@ -103,7 +103,8 @@ Released September 6, 2023 Adds a new 'escape' => 'htmlattribute' option for the ts translation function. - **SearchKit - Add ability to run tasks via clicking links - ([26794](https://github.com/civicrm/civicrm-core/pull/26794))** + ([26794](https://github.com/civicrm/civicrm-core/pull/26794) and + [27199](https://github.com/civicrm/civicrm-core/pull/27199))** Makes it possible to use tasks and links interchangeably in SearchKit. @@ -286,6 +287,15 @@ Released September 6, 2023 Fixes SearchKit tasks when ID column is not present. +- **SearchKit - Don't crash afforms with non-dao entities + ([27334](https://github.com/civicrm/civicrm-core/pull/27334))** + + This fixes a regression from 5.54 that affects search displays embedded in + afforms for entities that don't exist as data objects. + +- **SearchKit - Fix assigning searchDisplay tab count + ([27270](https://github.com/civicrm/civicrm-core/pull/27270))** + - **Regression: Unable to set price set on contribution page under membership page ([dev/core#4523](https://lab.civicrm.org/dev/core/-/issues/4523): [27120](https://github.com/civicrm/civicrm-core/pull/27120))** @@ -478,6 +488,19 @@ Released September 6, 2023 Disables broken also include groups feature for event scheduled reminders. +- **Fix missing event pay later receipt text + ([27335](https://github.com/civicrm/civicrm-core/pull/27335))** + + This resolves a regression in 5.63.0 where pay later text on the receipt would + appear as "1". + +- **Fix bug exposed by invalid data warning + ([27280](https://github.com/civicrm/civicrm-core/pull/27280))** + + When a event registration is being transferred the email would be sent before + the line item is transferred. This meant line item in the email would be + missing in the email. This change resolves this issue. + - **Fix event fee help ([27057](https://github.com/civicrm/civicrm-core/pull/27057))** @@ -493,6 +516,9 @@ Released September 6, 2023 - **Fix multi-value custom fields on participant import ([26926](https://github.com/civicrm/civicrm-core/pull/26926))** +- **Fix enotice on updating a participant on the back end to mark them paid + ([27324](https://github.com/civicrm/civicrm-core/pull/27324)) + ### CiviMail - **CiviMail - throw 400 (Bad Request) rather than 500 (Server Error) if public -- 2.25.1