From f77d01563399beb46e55b885fc39418146c6dc9e Mon Sep 17 00:00:00 2001 From: Andie Hunt Date: Wed, 1 Feb 2023 18:01:50 -0500 Subject: [PATCH] 5.58.0 release notes: added late changes --- release-notes/5.58.0.md | 65 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 58 insertions(+), 7 deletions(-) diff --git a/release-notes/5.58.0.md b/release-notes/5.58.0.md index 446e03e2ec..b5101e9ad7 100644 --- a/release-notes/5.58.0.md +++ b/release-notes/5.58.0.md @@ -18,7 +18,7 @@ Released February 1, 2023 | **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** | @@ -31,9 +31,10 @@ Released February 1, 2023 Adds support for Dedupe Rules as managed entities. -- **Add search/display details to searchKitTasks hook - allows for eg. - filtering actions by search display - ([25123](https://github.com/civicrm/civicrm-core/pull/25123))** +- **Add search/display details to searchKitTasks hook - allows for eg. filtering + actions by search display + ([25123](https://github.com/civicrm/civicrm-core/pull/25123) and + [25482](https://github.com/civicrm/civicrm-core/pull/25482))** Improves the searchKitTasks hook by making details regarding the search display available. @@ -68,7 +69,8 @@ Released February 1, 2023 - **Add datasource selector to generic import (so it can be used eg. with contribution import) - ([25161](https://github.com/civicrm/civicrm-core/pull/25161))** + ([25161](https://github.com/civicrm/civicrm-core/pull/25161) and + [25427](https://github.com/civicrm/civicrm-core/pull/25427))** Makes CSV and SQL available as datasources for Contribution Imports. @@ -90,6 +92,16 @@ Released February 1, 2023 Fixes fatal error when running a CiviReport on PHP8 when htmlspecialchars() is called on an empty array. +- **Avoid 5.57 upgrade taking hours on large activity tables + ([25380](https://github.com/civicrm/civicrm-core/pull/25380), + [25437](https://github.com/civicrm/civicrm-core/pull/25437), and + [25435](https://github.com/civicrm/civicrm-core/pull/25435))** + + The queries on `is_current_revision` and `original_id` perform badly on large + activity tables. This change only runs them if you don't have a lot of + activities. If it can't run the queries then it points you to a snippet which + contains the queries you can run manually. + - **Configure Event Fees tab ([25120](https://github.com/civicrm/civicrm-core/pull/25120))** @@ -103,7 +115,17 @@ Released February 1, 2023 Fixes the Mailing Labels action for SearchKit displays. -- **correct logic for handling empty-array values for checkboxes; +- **Some renames missing from #24982 + ([25467](https://github.com/civicrm/civicrm-core/pull/25467))** + + This restores some class declarations that were changed in 5.57.0 without + changing the corresponding DAO file names. + +- **Cannot fill in FormBuilder fields when using Existing Contact autocomplete + ([dev/core#4083](https://lab.civicrm.org/dev/core/-/issues/4083): + [25374](https://github.com/civicrm/civicrm-core/pull/25374))** + +- **correct logic for handling empty-array values for checkboxes ([23305](https://github.com/civicrm/civicrm-core/pull/23305))** - **Only allow valid image types to be uploaded to image_URL field on profiles @@ -147,6 +169,13 @@ Released February 1, 2023 ([totten/civix#257](https://github.com/totten/civix/issues/257): [25179](https://github.com/civicrm/civicrm-core/pull/25179))** +- **5.58 rc upgrade error + ([dev/core#40095](https://lab.civicrm.org/dev/core/-/issues/4095): + [25421](https://github.com/civicrm/civicrm-core/pull/25421))** + + If logging is enabled, this updates the schema of the logging table for + `civicrm_option_group` before adding description values to it. + ### CiviCase - **Fix smarty notices on Open Case @@ -154,9 +183,25 @@ Released February 1, 2023 ### CiviContribute +- **Pagination and counts for soft credits on contact contribution tab are + broken ([dev/core#4063](https://lab.civicrm.org/dev/core/-/issues/4063): + [25460](https://github.com/civicrm/civicrm-core/pull/25460))** + - **Fix Contributions listing crash due to getLineItemTitle returning null ([25300](https://github.com/civicrm/civicrm-core/pull/25300))** +### CiviEvent + +- **Offline Event confirmation receipt prints waitlist message + ([dev/core#4087](https://lab.civicrm.org/dev/core/-/issues/4087): + [25370](https://github.com/civicrm/civicrm-core/pull/25370))** + + The email sent from an offline event registration incorrectly included the + waitlist message. + +- **Fix missing default values for required fields in event registration setup + ([25410](https://github.com/civicrm/civicrm-core/pull/25410))** + ### CiviMail - **E_WARNING on bulk email activity view @@ -308,6 +353,12 @@ Released February 1, 2023 - **(NFC) PrevNextTest - Fix warning about "@group" ([25168](https://github.com/civicrm/civicrm-core/pull/25168))** +- **[REF] Bump UA Parser to 0.7.33 + ([25423](https://github.com/civicrm/civicrm-core/pull/25423))** + +- **distmaker - Fix 'WordPress' entry in JSON report + ([25424](https://github.com/civicrm/civicrm-core/pull/25424))** + ## Credits This release was developed by the following code authors: @@ -324,7 +375,7 @@ Wildsight - Lars Sanders-Green Most authors also reviewed code for this release; in addition, the following reviewers contributed their comments: -Artful Robot - Rich Lott; Tadpole Collective - Kevin Cristiano; +Artful Robot - Rich Lott; Tadpole Collective - Kevin Cristiano ## Feedback -- 2.25.1