From: Andrew Hunt Date: Wed, 6 May 2020 14:56:38 +0000 (-0400) Subject: 5.25.0 release notes: added late changes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9a4c3174dbb37df552ba74b4844afd9e537f072a;p=civicrm-core.git 5.25.0 release notes: added late changes --- diff --git a/release-notes/5.25.0.md b/release-notes/5.25.0.md index a8748fa18f..c561ee6052 100644 --- a/release-notes/5.25.0.md +++ b/release-notes/5.25.0.md @@ -144,6 +144,22 @@ Released May 6, 2020 Ensures that the "Cancel auto-renew" button works for translated sites. Makes it possible for admin users to edit all fields on auto-renew memberships. +- **Activity Detail report gives syntax error with force=1 if include case + activities is on + ([dev/core#1710](https://lab.civicrm.org/dev/core/issues/1710): + [17128](https://github.com/civicrm/civicrm-core/pull/17128))** + + The case activity table wasn't properly loaded when the Activity Detail report + including case activities would go straight to displaying results. + +- **Search Builder - Activity Type search not working. + ([dev/core#1714](https://lab.civicrm.org/dev/core/issues/1714): + [17215](https://github.com/civicrm/civicrm-core/pull/17215))** + + In Search Builder, searching by activity type would return no results, + affecting not only direct searches but also smart groups that built with + Search Builder. This resolves the regression, which first appeared in 5.24.3. + - **Need to Increase Data Size for `form_values` column on civicrm_report_instance table ([dev/core#1569](https://lab.civicrm.org/dev/core/issues/1569): @@ -196,6 +212,12 @@ Released May 6, 2020 - **APIv4 - bugfix in select query ([16900](https://github.com/civicrm/civicrm-core/pull/16900))** +- **APIv4 - Don't advertise implicit multi-joins in Explorer + ([17205](https://github.com/civicrm/civicrm-core/pull/17205))** + + Implicit one-to-many joins in APIv4 have been problematic and may get removed. + As a soft deprecation, these are no longer displayed in the APIv4 explorer. + - **CRM_Core_I18n - Provide a better label for new/unknown locales ([17021](https://github.com/civicrm/civicrm-core/pull/17021))** @@ -285,6 +307,29 @@ Released May 6, 2020 ### CiviContribute +- **Changes to CiviContribute Component Settings not saved + ([dev/core#1724](https://lab.civicrm.org/dev/core/issues/1724): + [17188](https://github.com/civicrm/civicrm-core/pull/17188))** + + The way that CiviContribute component settings were stored was updated for + 5.23, but the transition during the upgrade was problematic. This replaces + the transition code, resolving issues for sites upgrading directly from 5.22.x + or earlier. Sites on 5.23.x or 5.24.x should review their settings, however. + +- **Invoice action not shown when invoicing enabled + ([17164](https://github.com/civicrm/civicrm-core/pull/17164))** + + The "Invoices - print or email" action was not available for contribution + search results even when invoicing was enabled. + +- **Cumulative contributions not being calculated with the correct criteria + ([dev/core#1740](https://lab.civicrm.org/dev/core/issues/1740): + [17237](https://github.com/civicrm/civicrm-core/pull/17237))** + + The cumulative contributions display from a contribution page would needlessly + filter contributions by date, with the end date being midnight on the current + date. That would exclude contributions received on the current day. + - **Fix Bug where Payment Balance is sometimes miscalculated ([16546](https://github.com/civicrm/civicrm-core/pull/16546))** @@ -705,6 +750,9 @@ Released May 6, 2020 - **[REF] simplify references to civicrm_acl ([16671](https://github.com/civicrm/civicrm-core/pull/16671))** +- **[REF] Fix retrieving invoice related settings when doing complete + transaction ([17218](https://github.com/civicrm/civicrm-core/pull/17218))** + ## Credits This release was developed by the following code authors: