From a820262fe05d5c9c82f641a95d0c0e5d5383313f Mon Sep 17 00:00:00 2001 From: Andie Hunt Date: Wed, 2 Nov 2022 21:07:57 -0400 Subject: [PATCH] 5.55.0 release notes: added late changes --- release-notes/5.55.0.md | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/release-notes/5.55.0.md b/release-notes/5.55.0.md index ac51d01f8d..40b83d48a0 100644 --- a/release-notes/5.55.0.md +++ b/release-notes/5.55.0.md @@ -17,7 +17,7 @@ Released November 2, 2022 | **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 | +| Fix problems installing or upgrading to a previous version? | **yes** | | **Introduce features?** | **yes** | | **Fix bugs?** | **yes** | @@ -99,6 +99,10 @@ Released November 2, 2022 ### Core CiviCRM +- **Importing to checkbox field updates incorrectly + ([dev/core#3850](https://lab.civicrm.org/dev/core/-/issues/3850): + [24848](https://github.com/civicrm/civicrm-core/pull/24848))** + - **Improve scheduled reminder UI for selection of event specific date or time before event ([dev/core#2535 ](dev/core#2535): [24655](https://github.com/civicrm/civicrm-core/pull/24655))** @@ -223,6 +227,9 @@ Released November 2, 2022 - **SearchKit - Don't show custom fields from disabled field groups ([24687](https://github.com/civicrm/civicrm-core/pull/24687))** +- **Fix missing links in SearchKit results + ([24882](https://github.com/civicrm/civicrm-core/pull/24882))** + - **Return success from cleanup job ([24604](https://github.com/civicrm/civicrm-core/pull/24604))** @@ -245,6 +252,11 @@ Released November 2, 2022 - **Wording typo in pledge reminder message template ([24527](https://github.com/civicrm/civicrm-core/pull/24527))** +- **CiviCRM fatal error on enabling `civiimport` + ([dev/core#3941](https://lab.civicrm.org/dev/core/-/issues/3941): + [24807](https://github.com/civicrm/civicrm-core/pull/24807) and + [24874](https://github.com/civicrm/civicrm-core/pull/24874))** + ### CiviContribute - **Stop adding 'In Progress' and 'Overdue' statuses to @@ -253,7 +265,16 @@ Released November 2, 2022 [23074](https://github.com/civicrm/civicrm-core/pull/23074))** Do not add pledge statuses to Contribution statuses. - + +- **Import contributions: Contact matching by email no longer available + ([dev/core#3939](https://lab.civicrm.org/dev/core/-/issues/3939): + [24838](https://github.com/civicrm/civicrm-core/pull/24838) and + [24871](https://github.com/civicrm/civicrm-core/pull/24871))** + +- **Including Soft Credits causes Contribution Import to fail + ([dev/core#3879](https://lab.civicrm.org/dev/core/-/issues/3879): + [24858](https://github.com/civicrm/civicrm-core/pull/24858))** + - **Price set pre and post help display is inconsistent ([dev/core#3870](https://lab.civicrm.org/dev/core/-/issues/3870): [24624](https://github.com/civicrm/civicrm-core/pull/24624))** @@ -283,8 +304,20 @@ Released November 2, 2022 - **Remove usage of result from deprecated contributionStatus ([24540](https://github.com/civicrm/civicrm-core/pull/24540))** +- **[REF] Fix importing contributions with a campaign id rather than a title + ([24815](https://github.com/civicrm/civicrm-core/pull/24815))** + ### CiviEvent +- **Event badges, json may be broken (was CiviEvent - Date tokens may be + misformatted) + ([dev/core#3952](https://lab.civicrm.org/dev/core/-/issues/3952): + [24872](https://github.com/civicrm/civicrm-core/pull/24872))** + + This upgrade step resolves a problem where the `"` character in labels and + badges was not being properly escaped for json purposes on a previous upgrade + process. + - **Event participant import fails, Cannot call constructor ([dev/core#3932](https://lab.civicrm.org/dev/core/-/issues/3932): [24790](https://github.com/civicrm/civicrm-core/pull/24790))** @@ -416,6 +449,10 @@ Released November 2, 2022 - **(NFC) Add various comments (ClassScanner, Config) ([24568](https://github.com/civicrm/civicrm-core/pull/24568))** +- **[REF] Add in Unit test to demonstrate error when trying to import a campaign + id int rather than name or label of the campaign + ([24814](https://github.com/civicrm/civicrm-core/pull/24814))** + ## Credits This release was developed by the following code authors: -- 2.25.1