[NFC] 5.52 Release Notes first pass
authorAlice Frumin <alicefrumin@alices-mbp-2.lan>
Wed, 27 Jul 2022 15:02:13 +0000 (11:02 -0400)
committerAlice Frumin <alicefrumin@alices-mbp-2.lan>
Wed, 27 Jul 2022 19:54:55 +0000 (15:54 -0400)
contributor-key.yml
release-notes/5.52.0.md

index e2294abdd72485d7940ef68c0fd17302e0199a04..2708f9c8ecc1dc80be867a739cb6297bd9263ec6 100644 (file)
   name        : Mark Westergaard
   organization: iXiam
 
+- github      : nathannaveen
+
 - github      : nbrettell
   name        : Nathan Brettell
 
index 44065844a386dca0d2a1ef651150280abfa8ed30..851e05127554eecab86ae8e86bdeaed0459a68a1 100644 (file)
@@ -13,278 +13,460 @@ Released August 3, 2022
 
 | *Does this version...?*                                         |         |
 |:--------------------------------------------------------------- |:-------:|
-| Fix security vulnerabilities?                                   |         |
-| Change the database schema?                                     |         |
-| Alter the API?                                                  |         |
-| Require attention to configuration options?                     |         |
-| Fix problems installing or upgrading to a previous version?     |         |
-| Introduce features?                                             |         |
-| Fix bugs?                                                       |         |
+| Fix security vulnerabilities?                                   |   no    |
+| **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    |
+| **Introduce features?**                                         | **yes** |
+| **Fix bugs?**                                                   | **yes** |
 
 ## <a name="features"></a>Features
 
-## <a name="bugs"></a>Bugs resolved
-
 ### Core CiviCRM
 
-- **Upgrader - Add snapshots for 5.52's data modifications ([24039](https://github.com/civicrm/civicrm-core/pull/24039))**
+- **Allow UFMatch to be used in SearchKit - this allows you to filter by eg.
+  'has a CMS account'
+  ([23723](https://github.com/civicrm/civicrm-core/pull/23723))**
+
+  Makes the UFMatch entity available in SearchKit.
+
+- **message_admin - Enable another preview mode ("HTML (Raw)")
+  ([23810](https://github.com/civicrm/civicrm-core/pull/23810))**
+
+  Adds another preview mode to message_admin. This is similar to the "HTML"
+  preview, except it shows the raw HTML (with syntax highlighting) which may
+  help debugging fiddly edits to the markup.
 
-- **dev/core#3490 - Upgrader - Show additional notice about running extension upgrades ([24040](https://github.com/civicrm/civicrm-core/pull/24040))**
+- **Start phasing out 'preferred_mail_format'
+  (Work Towards [dev/core#2866](https://lab.civicrm.org/dev/core/-/issues/2866):
+  [23856](https://github.com/civicrm/civicrm-core/pull/23856))**
 
-- **[REF] Upgrade DOMPDF to 2.x branch ([24038](https://github.com/civicrm/civicrm-core/pull/24038))**
+  Ignores preferred_mail_format, sends both mail formats instead of just
+  preferred.
 
-- **Civi\Test - Fix leak in active module-list for headless test ([23991](https://github.com/civicrm/civicrm-core/pull/23991))**
+- **End of life planning for MySQL server 5.0 - 5.6
+  ([dev/core#1681](https://lab.civicrm.org/dev/core/-/issues/1681):
+  [23615](https://github.com/civicrm/civicrm-core/pull/23615))**
 
-- **[NFC] Restore handling for deprecations in phpunit test runs ([23988](https://github.com/civicrm/civicrm-core/pull/23988))**
+  Update requirements to MySQL 5.7+ and MariaDB 10.2+.
 
-- **(NFC) SoapTest - Skip this test on Drupal8+ and Backdrop ([23975](https://github.com/civicrm/civicrm-core/pull/23975))**
+- **navigation: cleanup less frequently used New items
+  ([23831](https://github.com/civicrm/civicrm-core/pull/23831))**
 
-- **[REF] dev/core#3676 Add in html2text/html2text to replace usage of roundcube's version we have in packages ([23971](https://github.com/civicrm/civicrm-core/pull/23971))**
+  Improves user experience by removing some less frequently used menu items
+  (only impacts new installations).
 
-- **Fix import falling over when a note is included ([23968](https://github.com/civicrm/civicrm-core/pull/23968))**
+- **Add crmRegions to contact headers and associated inline forms
+  ([23419](https://github.com/civicrm/civicrm-core/pull/23419))**
 
-- **REF - Remove unneeded return from private fn, add comments ([23967](https://github.com/civicrm/civicrm-core/pull/23967))**
+  Improve consistency of regions on CiviCRM pages and forms.
 
-- **Fixes core#3725 'Access CiviContribute' can't view a single contribution ([23965](https://github.com/civicrm/civicrm-core/pull/23965))**
+- **Angular - Support popping up an afform or other ang module via ajax modal
+  ([23924](https://github.com/civicrm/civicrm-core/pull/23924))**
 
-- **[REF][PHP8.1] Add in type hints to fix deprecations and add in #[\Ret… ([23925](https://github.com/civicrm/civicrm-core/pull/23925))**
+  Allows Afforms to work as modal dialogs.
 
-- **Upgrade script for contribution_recur amount, fix loading ([23929](https://github.com/civicrm/civicrm-core/pull/23929))**
+- **Afform - Allow picking icon for tab, add CrmUiIconPicker widget
+  ([23919](https://github.com/civicrm/civicrm-core/pull/23919))**
 
-- **Fix bug whereby editing contribution_recur.amount was not updating single-line-item-template-contributions ([23809](https://github.com/civicrm/civicrm-core/pull/23809))**
+  Allows users to configure an Icon for their Afform Tab.
 
-- **Do not escape error message ([23964](https://github.com/civicrm/civicrm-core/pull/23964))**
+- **APIv4 - Enable exporting profiles with custom fields
+  ([23825](https://github.com/civicrm/civicrm-core/pull/23825))**
 
-- **dev/core#3709 - Make the activity search filter on manage case less unwieldy ([23937](https://github.com/civicrm/civicrm-core/pull/23937))**
+  Improves APIv4 by enabling exporting profiles with custom fields.
 
-- **Remove another instance of pledges using contribution option group ([23962](https://github.com/civicrm/civicrm-core/pull/23962))**
+- **New domain token base_url
+  ([23852](https://github.com/civicrm/civicrm-core/pull/23852))**
 
-- **Smarty notice fix ([23963](https://github.com/civicrm/civicrm-core/pull/23963))**
+  Adds a new domain token `base_url`.
 
-- **Angular - Support popping up an afform or other ang module via ajax modal ([23924](https://github.com/civicrm/civicrm-core/pull/23924))**
+- **Add second currency example
+  ([23889](https://github.com/civicrm/civicrm-core/pull/23889))**
 
-- **(NFC) mgd-php@1 - Add example+assertions for new case-type  ([23961](https://github.com/civicrm/civicrm-core/pull/23961))**
+  Adds an example for the message admin ui.
 
-- **[REF][PHP8.1] Fix deprecations where by calling trait static function… ([23960](https://github.com/civicrm/civicrm-core/pull/23960))**
+- **Upgrader - Apply extension updates after core updates (Work towards
+  [dev/core#3490](https://lab.civicrm.org/dev/core/-/issues/3490):
+  [24040](https://github.com/civicrm/civicrm-core/pull/24040))**
 
-- **(NFC) case-xml@1 - Add example+assertions of new activity-type ([23959](https://github.com/civicrm/civicrm-core/pull/23959))**
+  Shows additional notice about running extension upgrades.
 
-- **Subscription Amount change not respected in Paypal ([23084](https://github.com/civicrm/civicrm-core/pull/23084))**
+- **Lack of hooks to detect when a "CustomOption" is deleted
+  ([dev/core#3668](https://lab.civicrm.org/dev/core/-/issues/3668):
+  [23834](https://github.com/civicrm/civicrm-core/pull/23834))**
 
-- **5.51 ([23958](https://github.com/civicrm/civicrm-core/pull/23958))**
+  Calls hooks when deleting an option value from CustomOption.
 
-- **dev/core#3181 - Resolver - Compatibility fix for GLOBALS in PHP 8.1 ([23947](https://github.com/civicrm/civicrm-core/pull/23947))**
+### CiviCase
 
-- **Enotice fix ([23945](https://github.com/civicrm/civicrm-core/pull/23945))**
+- **Feature request - Filter case activities to only activity types in civicase
+  ([dev/core#3709](https://lab.civicrm.org/dev/core/-/issues/3709):
+  [23937](https://github.com/civicrm/civicrm-core/pull/23937))**
 
-- **Fix calculation and assignment of taxAmount on contribution page confirmation ([23346](https://github.com/civicrm/civicrm-core/pull/23346))**
+  Makes the activity search filter on manage case less unwieldy.
 
-- **5.51 to master ([23951](https://github.com/civicrm/civicrm-core/pull/23951))**
+### CiviContribute
 
-- **dev/core#3717 - Fix sorting by mapping type ([23942](https://github.com/civicrm/civicrm-core/pull/23942))**
+- **Add hook to modify 'contribution payment links'
+  ([23790](https://github.com/civicrm/civicrm-core/pull/23790))**
 
-- **RepeatTransaction - separate out repeat pledge handling from completeOrder ([23931](https://github.com/civicrm/civicrm-core/pull/23931))**
+  Makes it so one can modify 'contribution payment links' via
+  hook_civicrm_links.
 
-- **5.51 ([23943](https://github.com/civicrm/civicrm-core/pull/23943))**
+- **Invoice Workflow template - add domain tokens
+  ([23806](https://github.com/civicrm/civicrm-core/pull/23806))**
 
-- **[REF][PHP8.1] Another set of fixes for passing in NULL values to php … ([23935](https://github.com/civicrm/civicrm-core/pull/23935))**
+  Adds domain tokens to the Invoice workflow template.
 
-- **Cleanup repeattransaction ([23928](https://github.com/civicrm/civicrm-core/pull/23928))**
+- **Make it clear what "record refund" form does
+  ([23792](https://github.com/civicrm/civicrm-core/pull/23792))**
 
-- **5.51 ([23939](https://github.com/civicrm/civicrm-core/pull/23939))**
+  Adds more help text to the Record Refund form.
 
-- **[REF][PHP8.1] Update Brick/Math to a version that works with php8.1 ([23938](https://github.com/civicrm/civicrm-core/pull/23938))**
+### CiviGrant
 
-- **[REF][PHP8.1] Upgrade Symfony to 4.x for WP, Drupal7, Backdrop, Joomla ([23913](https://github.com/civicrm/civicrm-core/pull/23913))**
+- **Grants appear in afform
+  ([23899](https://github.com/civicrm/civicrm-core/pull/23899))**
 
-- **CRM_Report_Form: set _from and _where as public for the alterReportVar hook ([23912](https://github.com/civicrm/civicrm-core/pull/23912))**
+  Adds the Grant entity to Afform.
 
-- **Afform - Allow picking icon for tab, add CrmUiIconPicker widget ([23919](https://github.com/civicrm/civicrm-core/pull/23919))**
+### Drupal Integration
 
-- **[REF][PHP8.1] Stop Passing NULL values into mb_strlen in DAO nad strp… ([23922](https://github.com/civicrm/civicrm-core/pull/23922))**
+- **Allow installing on drupal 10
+  ([73](https://github.com/civicrm/civicrm-drupal-8/pull/73))**
 
-- **issues/2887 Enhancements to improve the iCal, Outlook and Google Calendar integration ([23808](https://github.com/civicrm/civicrm-core/pull/23808))**
+  Lists CiviCRM as Drupal 10 compatible.
 
-- **[NFC] Add code comment about triggerinfo "variables" ([23930](https://github.com/civicrm/civicrm-core/pull/23930))**
+### WordPress Integration
 
-- **[REF][PHP8.1] Fix default values which triggeres deprecation notices … ([23926](https://github.com/civicrm/civicrm-core/pull/23926))**
+- **Introduce "Permissions and Capabilities" metabox and functionality
+  ([279](https://github.com/civicrm/civicrm-wordpress/pull/279))**
 
-- **[REF][PHP8.1] Upgrade Pear/mail_mime package to support php8.1 ([23923](https://github.com/civicrm/civicrm-core/pull/23923))**
+  Makes it so all CiviCRM permissions can be exposed as capabilities in
+  WordPress via an optional custom role called "CiviCRM Admin".
 
-- **5.51 to master ([23921](https://github.com/civicrm/civicrm-core/pull/23921))**
+## <a name="bugs"></a>Bugs resolved
 
-- **[REF][PHP8.1] Ensure that NULL is not passed to substr in CRM_Utils_F… ([23914](https://github.com/civicrm/civicrm-core/pull/23914))**
+### Core CiviCRM
 
-- **WorkflowMessageTest - Fix weird inconsistency in resolving `@dataProvider` ([23916](https://github.com/civicrm/civicrm-core/pull/23916))**
+- **HTML entities in iCalendar export
+  ([dev/core#1541](https://lab.civicrm.org/dev/core/-/issues/1541):
+  [23638](https://github.com/civicrm/civicrm-core/pull/23638),
+  [23855](https://github.com/civicrm/civicrm-core/pull/23855) and
+  [23840](https://github.com/civicrm/civicrm-core/pull/23840))**
 
-- **Grants appear in afform ([23899](https://github.com/civicrm/civicrm-core/pull/23899))**
+  Fixes random invalid utf8 issues when exporting iCalendar files.
 
-- **Personal Campaign Pages (PCP) incorrectly displays "Don't list my contribution in the honour roll" ([23871](https://github.com/civicrm/civicrm-core/pull/23871))**
+- **ical/ics files generated by Civi are not compatible with Outlook during
+  Daylight Savings
+  ([dev/core#2887](https://lab.civicrm.org/dev/core/-/issues/2887):
+  [23808](https://github.com/civicrm/civicrm-core/pull/23808))**
 
-- **5.51 to master ([23909](https://github.com/civicrm/civicrm-core/pull/23909))**
+- **PHP 8.1 (Work Towards
+  [dev/core#3181](https://lab.civicrm.org/dev/core/-/issues/3181):
+  [23947](https://github.com/civicrm/civicrm-core/pull/23947))**
 
-- **5.51 to master ([23907](https://github.com/civicrm/civicrm-core/pull/23907))**
+  Compatibility fixes for GLOBALS in PHP 8.1.
 
-- **5.51 to master ([23902](https://github.com/civicrm/civicrm-core/pull/23902))**
+- **Greenwich theme: transparent background on pop-ups
+  ([dev/core#3432](https://lab.civicrm.org/dev/core/-/issues/3432):
+  [23873](https://github.com/civicrm/civicrm-core/pull/23873))**
 
-- **Add second currency example ([23889](https://github.com/civicrm/civicrm-core/pull/23889))**
+- **Sorting/paging Advanced Search results corrupts search criteria
+  ([dev/core#3495](https://lab.civicrm.org/dev/core/-/issues/3495):
+  [23697](https://github.com/civicrm/civicrm-core/pull/23697))**
 
-- **(NFC) Expand docblocks for hook_install and hook_postInstall ([23901](https://github.com/civicrm/civicrm-core/pull/23901))**
+  Fixes fields with wildcards in Advanced Search.
 
-- **Minor test cleanup ([23894](https://github.com/civicrm/civicrm-core/pull/23894))**
+- **Fix sorting by mapping type
+  ([dev/core#3717](https://lab.civicrm.org/dev/core/-/issues/3717):
+  [23942](https://github.com/civicrm/civicrm-core/pull/23942))**
 
-- **Reset smarty-security after an exception ([23891](https://github.com/civicrm/civicrm-core/pull/23891))**
+  Fixes sorting on import/export Mapping page so that it is sorted by mapping
+  type.
 
-- **5.51 to master ([23898](https://github.com/civicrm/civicrm-core/pull/23898))**
+- **CRM_Report_Form: set _from and _where as public for the alterReportVar hook
+  ([23912](https://github.com/civicrm/civicrm-core/pull/23912))**
 
-- **New domain token base_url ([23852](https://github.com/civicrm/civicrm-core/pull/23852))**
+- **Avoid multiple log files in multi-language environments
+  ([23722](https://github.com/civicrm/civicrm-core/pull/23722))**
 
-- **Ensure apiv3 params are converted at the line item level ([23892](https://github.com/civicrm/civicrm-core/pull/23892))**
+- **Reset smarty-security after an exception
+  ([23891](https://github.com/civicrm/civicrm-core/pull/23891))**
 
-- **5.51 to master ([23887](https://github.com/civicrm/civicrm-core/pull/23887))**
+  Stops tests from getting befuddled.
 
-- **Activity - Regenerate DAO with current description ([23886](https://github.com/civicrm/civicrm-core/pull/23886))**
+- **Fix import falling over when a note is included
+  ([23968](https://github.com/civicrm/civicrm-core/pull/23968))**
 
-- **WorkflowMessageTest - Re-enable skipped test ([23885](https://github.com/civicrm/civicrm-core/pull/23885))**
+- **Always return boolean from initialize method
+  ([278](https://github.com/civicrm/civicrm-wordpress/pull/278))**
 
-- **Enable the 'notify' parameter for WordPress user creation ([23879](https://github.com/civicrm/civicrm-core/pull/23879))**
+- **Smarty notice fix
+  ([23963](https://github.com/civicrm/civicrm-core/pull/23963))**
 
-- **5.51 ([23881](https://github.com/civicrm/civicrm-core/pull/23881))**
+- **Enotice fix
+  ([23945](https://github.com/civicrm/civicrm-core/pull/23945))**
 
-- **Avoid multiple log files in multi-language environments ([23722](https://github.com/civicrm/civicrm-core/pull/23722))**
+- **Do not escape error message
+  ([23964](https://github.com/civicrm/civicrm-core/pull/23964))**
 
-- **dev/core#3691: better description of activity table columns ([23878](https://github.com/civicrm/civicrm-core/pull/23878))**
+### CiviCase
 
-- **Fixes core#3369 scheduled Reminder limited by Participant Role fails if any participant has multiple roles ([23602](https://github.com/civicrm/civicrm-core/pull/23602))**
+- **On "My Contact Dashboard", what is the Manage Case link in the relationships
+  section supposed to do?
+  (Work Towards [dev/core#2983](https://lab.civicrm.org/dev/core/-/issues/2983):
+  [23832](https://github.com/civicrm/civicrm-core/pull/23832))**
 
-- **dev/core#2866 ignore preferred_mail_format, send both ([23856](https://github.com/civicrm/civicrm-core/pull/23856))**
+  Make static function static - AJAX::caseDetails().
 
-- **dev/core#3432 UI Dialog - Fix transparent background caused by certain other plugins ([23873](https://github.com/civicrm/civicrm-core/pull/23873))**
+- **Fixed fatal error on update multiple case
+  ([23853](https://github.com/civicrm/civicrm-core/pull/23853))**
 
-- **Unassigned variable in invoice message template ([23872](https://github.com/civicrm/civicrm-core/pull/23872))**
+### CiviContribute
 
-- **navigation: cleanup less frequently used New items ([23831](https://github.com/civicrm/civicrm-core/pull/23831))**
+- **Contacts with "Access CiviContribute" but not "edit contributions" can no
+  longer view contributions
+  ([dev/core#3725](https://lab.civicrm.org/dev/core/-/issues/3725):
+  [23965](https://github.com/civicrm/civicrm-core/pull/23965))**
 
-- **Replace more assigns with tokens in invoice, add tests ([23829](https://github.com/civicrm/civicrm-core/pull/23829))**
+- **Additional Details section on Recurring Contribution template edit screen
+  doesn't load anymore
+  ([dev/financial#199](https://lab.civicrm.org/dev/financial/-/issues/199):
+  [23774](https://github.com/civicrm/civicrm-core/pull/23774))**
 
-- **5.51 to master ([23868](https://github.com/civicrm/civicrm-core/pull/23868))**
+- **Ensure apiv3 params are converted at the line item level
+  ([23892](https://github.com/civicrm/civicrm-core/pull/23892))**
 
-- **5.51 to master ([23866](https://github.com/civicrm/civicrm-core/pull/23866))**
+- **Unassigned variable in invoice message template
+  ([23872](https://github.com/civicrm/civicrm-core/pull/23872))**
 
-- **5.51 ([23860](https://github.com/civicrm/civicrm-core/pull/23860))**
+- **Fix double organization name in invoice, use token
+  ([23816](https://github.com/civicrm/civicrm-core/pull/23816))**
 
-- **Attempt to make function more readable by extracting in-line function ([23847](https://github.com/civicrm/civicrm-core/pull/23847))**
+- **Personal Campaign Pages (PCP) incorrectly displays "Don't list my
+  contribution in the honour roll"
+  ([23871](https://github.com/civicrm/civicrm-core/pull/23871))**
 
-- **dev/core#1541 Fix ICalendar random invalid utf8 (PHP <7.4 compat) and tests ([23855](https://github.com/civicrm/civicrm-core/pull/23855))**
+- **Fix calculation and assignment of taxAmount on contribution page
+  confirmation ([23346](https://github.com/civicrm/civicrm-core/pull/23346))**
 
-- **[REF] Follow on from #23749 and remove refernece to ui-utils from kar… ([23846](https://github.com/civicrm/civicrm-core/pull/23846))**
+- **Subscription Amount change not respected in Paypal
+  ([23084](https://github.com/civicrm/civicrm-core/pull/23084))**
 
-- **Alternate to 23826 - Events RSS feed does not output a pubDate for each Event ([23850](https://github.com/civicrm/civicrm-core/pull/23850))**
+- **Remove another instance of pledges using contribution option group
+  ([23962](https://github.com/civicrm/civicrm-core/pull/23962))**
 
-- **Fixed fatal error on update multiple case ([23853](https://github.com/civicrm/civicrm-core/pull/23853))**
+- **only check batch currency match when adding a financial_trxn
+  ([23741](https://github.com/civicrm/civicrm-core/pull/23741))**
 
-- **Call hooks when deleting an option value from CustomOption BAO ([23834](https://github.com/civicrm/civicrm-core/pull/23834))**
+- **Upgrade script for contribution_recur amount, fix loading
+  ([23929](https://github.com/civicrm/civicrm-core/pull/23929))**
 
-- **dev/core#1541 Fix ICalendar random invalid utf8 ([23840](https://github.com/civicrm/civicrm-core/pull/23840))**
+- **Fix bug whereby editing contribution_recur.amount was not updating
+  single-line-item-template-contributions
+  ([23809](https://github.com/civicrm/civicrm-core/pull/23809))**
 
-- **5.51 ([23843](https://github.com/civicrm/civicrm-core/pull/23843))**
+### CiviEvent
 
-- **5.51 to master ([23841](https://github.com/civicrm/civicrm-core/pull/23841))**
+- **Scheduled Reminder limited by Participant Role fails if any participant has
+  multiple roles
+  ([dev/core#3369](https://lab.civicrm.org/dev/core/-/issues/3369):
+  [23602](https://github.com/civicrm/civicrm-core/pull/23602))**
 
-- **Decode HTML entities in iCalendar text ([23638](https://github.com/civicrm/civicrm-core/pull/23638))**
+- **Alternate to 23826 - Events RSS feed does not output a pubDate for each
+  Event ([23850](https://github.com/civicrm/civicrm-core/pull/23850))**
 
-- **5.51 to master ([23837](https://github.com/civicrm/civicrm-core/pull/23837))**
+### CiviMail
 
-- **APIv4 - Enable exporting profiles with custom fields ([23825](https://github.com/civicrm/civicrm-core/pull/23825))**
+- **CiviMail "DB error": suspected core bug relating to attachment replace api
+  ([dev/core#2198](https://lab.civicrm.org/dev/core/-/issues/2198):
+  [23776](https://github.com/civicrm/civicrm-core/pull/23776))**
 
-- **dev/core#2983 - Make static function static - AJAX::caseDetails() ([23832](https://github.com/civicrm/civicrm-core/pull/23832))**
+  Fixes "Error - DB error - unknown error" error when trying to send a test
+  mailing.
 
-- **Fix double organization name in invoice, use token ([23816](https://github.com/civicrm/civicrm-core/pull/23816))**
+### Drupal Integration
 
-- **[REF] [PHP8.1] Replace usage of smarty's date_filter to ensure we don't call s… ([23800](https://github.com/civicrm/civicrm-core/pull/23800))**
+- **Drupal service 'site.path' is deprecated in drupal 9 and will be removed in
+  drupal 10 ([dev/drupal#167](https://lab.civicrm.org/dev/drupal/-/issues/167):
+  [21809](https://github.com/civicrm/civicrm-core/pull/21809))**
 
-- **Add crmRegions to contact headers and associated inline forms ([23419](https://github.com/civicrm/civicrm-core/pull/23419))**
+### WordPress Integration
 
-- **5.51 to master ([23817](https://github.com/civicrm/civicrm-core/pull/23817))**
+- **Enable the 'notify' parameter for WordPress user creation
+  ([23879](https://github.com/civicrm/civicrm-core/pull/23879))**
 
-- **Invoice Workflow template - add domain tokens ([23806](https://github.com/civicrm/civicrm-core/pull/23806))**
+  Ensures that Wordpress respects the user creation `notify` parameter which
+  says whether or not to notify the user that an account has been created.
 
-- **dev/core#3495 - Fix fields with wildcards in Advanced Search ([23697](https://github.com/civicrm/civicrm-core/pull/23697))**
+- **Add missing template file
+  ([280](https://github.com/civicrm/civicrm-wordpress/pull/280))**
 
-- **(REF) TokenProcessor - Tweak error message ([23813](https://github.com/civicrm/civicrm-core/pull/23813))**
+## <a name="misc"></a>Miscellany
 
-- **(REF) WorkflowMessageTest - Use dataProvider ([23811](https://github.com/civicrm/civicrm-core/pull/23811))**
+- **RepeatTransaction - separate out repeat pledge handling from completeOrder
+  ([23931](https://github.com/civicrm/civicrm-core/pull/23931))**
 
-- **message_admin - Enable another preview mode ("HTML (Raw)") ([23810](https://github.com/civicrm/civicrm-core/pull/23810))**
+- **Cleanup repeattransaction
+  ([23928](https://github.com/civicrm/civicrm-core/pull/23928))**
 
-- **5.51 to master ([23814](https://github.com/civicrm/civicrm-core/pull/23814))**
+- **chore: Set permissions for GitHub actions
+  ([23799](https://github.com/civicrm/civicrm-core/pull/23799))**
 
-- **dev/core#3542 Store extdir cache in sqlcache rather than the filesystem ([23768](https://github.com/civicrm/civicrm-core/pull/23768))**
+- **Move the cache for `CRM_Extension_Browser` out of the filesystem and use a
+  `SqlGroup` instead
+  ([dev/core#3542](https://lab.civicrm.org/dev/core/-/issues/3542):
+  [23768](https://github.com/civicrm/civicrm-core/pull/23768))**
 
-- **Allow UFMatch to be used in SearchKit - this allows you to filter by eg. 'has a CMS account' ([23723](https://github.com/civicrm/civicrm-core/pull/23723))**
+- **Exceptions - What could possibly go wrong?
+  ([23471](https://github.com/civicrm/civicrm-core/pull/23471))**
 
-- **Add hook to modify 'contribution payment links' ([23790](https://github.com/civicrm/civicrm-core/pull/23790))**
+- **Replace more assigns with tokens in invoice, add tests
+  ([23829](https://github.com/civicrm/civicrm-core/pull/23829))**
 
-- **chore: Set permissions for GitHub actions ([23799](https://github.com/civicrm/civicrm-core/pull/23799))**
+- **Improve code comments for Activity: parent_id and source_record_id
+  ([dev/core#3691](https://lab.civicrm.org/dev/core/-/issues/3691):
+  [23878](https://github.com/civicrm/civicrm-core/pull/23878)
+  and [23886](https://github.com/civicrm/civicrm-core/pull/23886))**
 
-- **[REF] Remove param that has a set value ([23797](https://github.com/civicrm/civicrm-core/pull/23797))**
+- **Attempt to make function more readable by extracting in-line function
+  ([23847](https://github.com/civicrm/civicrm-core/pull/23847))**
 
-- **dev/financial#199 - Add failing test to demonstrate the problem ([23774](https://github.com/civicrm/civicrm-core/pull/23774))**
+- **AngularJS - Remove UI-Utils library
+  ([23749](https://github.com/civicrm/civicrm-core/pull/23749))**
 
-- **5.51 ([23789](https://github.com/civicrm/civicrm-core/pull/23789))**
+- **Upgrader - Add snapshots for 5.52's data modifications
+  ([24039](https://github.com/civicrm/civicrm-core/pull/24039))**
 
-- **AngularJS - Remove UI-Utils library ([23749](https://github.com/civicrm/civicrm-core/pull/23749))**
+- **[REF] Upgrade DOMPDF to 2.x branch
+  ([24038](https://github.com/civicrm/civicrm-core/pull/24038))**
 
-- **NFC: Fix PHP notice on ContributionRecurSelector.tpl ([23791](https://github.com/civicrm/civicrm-core/pull/23791))**
+- **[REF] Replace packages/html2txt with Composer package
+  ([dev/core#3676](https://lab.civicrm.org/dev/core/-/issues/3676):
+  [23971](https://github.com/civicrm/civicrm-core/pull/23971))**
 
-- **Make it clear what "record refund" form does ([23792](https://github.com/civicrm/civicrm-core/pull/23792))**
+- **REF - Remove unneeded return from private fn, add comments
+  ([23967](https://github.com/civicrm/civicrm-core/pull/23967))**
 
-- **5.51 to master ([23781](https://github.com/civicrm/civicrm-core/pull/23781))**
+- **[REF] Follow on from #23749 and remove refernece to ui-utils from karama
+  conf ([23846](https://github.com/civicrm/civicrm-core/pull/23846))**
 
-- **(dev/core#2198) Switch to more maintained phpQuery ([23776](https://github.com/civicrm/civicrm-core/pull/23776))**
+- **(REF) TokenProcessor - Tweak error message
+  ([23813](https://github.com/civicrm/civicrm-core/pull/23813))**
 
-- **only check batch currency match when adding a financial_trxn ([23741](https://github.com/civicrm/civicrm-core/pull/23741))**
+- **[REF] Remove param that has a set value
+  ([23797](https://github.com/civicrm/civicrm-core/pull/23797))**
 
-- **5.51 ([23778](https://github.com/civicrm/civicrm-core/pull/23778))**
+- **[REF][PHP8.1] Fix default values which triggeres deprecation notices in
+  php8.1 ([23926](https://github.com/civicrm/civicrm-core/pull/23926))**
 
-- **5.51 to master ([23773](https://github.com/civicrm/civicrm-core/pull/23773))**
+- **[REF][PHP8.1] Add in type hints to fix deprecations and add in
+  #[\ReturnTypeWillChange] where type hint would be transversable or mixed for
+  php7 compatability
+  ([23925](https://github.com/civicrm/civicrm-core/pull/23925))**
 
-- **5.51 ([23769](https://github.com/civicrm/civicrm-core/pull/23769))**
+- **[REF][PHP8.1] Fix deprecations where by calling trait static functions when
+  not from a class that implements the trait is deprecated
+  ([23960](https://github.com/civicrm/civicrm-core/pull/23960))**
 
-- **dev/drupal#167 - Deprecated service to be removed in Drupal 10 ([21809](https://github.com/civicrm/civicrm-core/pull/21809))**
+- **[REF][PHP8.1] Another set of fixes for passing in NULL values to php string
+  or preg replace functions
+  ([23935](https://github.com/civicrm/civicrm-core/pull/23935))**
 
-- **5.51 to master ([23762](https://github.com/civicrm/civicrm-core/pull/23762))**
+- **[REF][PHP8.1] Update Brick/Math to a version that works with php8.1
+  ([23938](https://github.com/civicrm/civicrm-core/pull/23938))**
 
-- **Exceptions - What could possibly go wrong? ([23471](https://github.com/civicrm/civicrm-core/pull/23471))**
+- **[REF][PHP8.1] Upgrade Symfony to 4.x for WP, Drupal7, Backdrop, Joomla
+  ([23913](https://github.com/civicrm/civicrm-core/pull/23913))**
 
-- **dev/core#1681 - Update requirements to MySQL 5.7+ and MariaDB 10.2+ ([23615](https://github.com/civicrm/civicrm-core/pull/23615))**
+- **[REF][PHP8.1] Stop Passing NULL values into mb_strlen in DAO and strpos in
+  API validate string function
+  ([23922](https://github.com/civicrm/civicrm-core/pull/23922))**
 
-- **Remove another no-run test from SyntaxConformance ([23738](https://github.com/civicrm/civicrm-core/pull/23738))**
+- **[REF] [PHP8.1] Replace usage of smarty's date_filter to ensure we don't call
+  strftime which is deprecated in php8.1
+  ([23800](https://github.com/civicrm/civicrm-core/pull/23800))**
 
-- **Allow installing on drupal 10 ([73](https://github.com/civicrm/civicrm-drupal-8/pull/73))**
+- **[REF][PHP8.1] Upgrade Pear/mail_mime package to support php8.1
+  ([23923](https://github.com/civicrm/civicrm-core/pull/23923))**
 
-- **Add missing template file ([280](https://github.com/civicrm/civicrm-wordpress/pull/280))**
+- **[REF][PHP8.1] Ensure that NULL is not passed to substr in
+  CRM_Utils_File::addTrailingSlash
+  ([23914](https://github.com/civicrm/civicrm-core/pull/23914))**
 
-- **Introduce "Permissions and Capabilities" metabox and functionality ([279](https://github.com/civicrm/civicrm-wordpress/pull/279))**
+- **[REF][PHP8.1] Fix issue where  is meant to be a string in preg_match_all
+  ([345](https://github.com/civicrm/civicrm-packages/pull/345))**
 
-- **Always return boolean from initialize method ([278](https://github.com/civicrm/civicrm-wordpress/pull/278))**
+- **[REF][PHP8.1] Replace a couple of calls in Smarty code to strftime to the
+  equivilant using date to fix deprecation notices
+  ([344](https://github.com/civicrm/civicrm-packages/pull/344))**
 
-- **[REF][PHP8.1] Fix issue where  is meant to be a string in preg_match_all ([345](https://github.com/civicrm/civicrm-packages/pull/345))**
+- **(NFC) mgd-php@1 - Add example+assertions for new case-type  
+  ([23961](https://github.com/civicrm/civicrm-core/pull/23961))**
 
-- **[REF][PHP8.1] Replace a couple of calls in Smarty code to strftime to… ([344](https://github.com/civicrm/civicrm-packages/pull/344))**
+- **(NFC) case-xml@1 - Add example+assertions of new activity-type
+  ([23959](https://github.com/civicrm/civicrm-core/pull/23959))**
 
-## <a name="misc"></a>Miscellany
+- **[NFC] Restore handling for deprecations in phpunit test runs
+  ([23988](https://github.com/civicrm/civicrm-core/pull/23988))**
+
+- **(NFC) SoapTest - Skip this test on Drupal8+ and Backdrop
+  ([23975](https://github.com/civicrm/civicrm-core/pull/23975))**
+
+- **(NFC) Expand docblocks for hook_install and hook_postInstall
+  ([23901](https://github.com/civicrm/civicrm-core/pull/23901))**
+
+- **NFC: Fix PHP notice on ContributionRecurSelector.tpl
+  ([23791](https://github.com/civicrm/civicrm-core/pull/23791))**
+
+- **[NFC] Add code comment about triggerinfo "variables"
+  ([23930](https://github.com/civicrm/civicrm-core/pull/23930))**
+
+- **Remove another no-run test from SyntaxConformance
+  ([23738](https://github.com/civicrm/civicrm-core/pull/23738))**
+
+- **Civi\Test - Fix leak in active module-list for headless test
+  ([23991](https://github.com/civicrm/civicrm-core/pull/23991))**
+
+- **Minor test cleanup
+  ([23894](https://github.com/civicrm/civicrm-core/pull/23894))**
+
+- **(REF) WorkflowMessageTest - Use dataProvider
+  ([23811](https://github.com/civicrm/civicrm-core/pull/23811))**
+
+- **WorkflowMessageTest - Fix weird inconsistency in resolving `@dataProvider`
+  ([23916](https://github.com/civicrm/civicrm-core/pull/23916))**
+
+- **WorkflowMessageTest - Re-enable skipped test
+  ([23885](https://github.com/civicrm/civicrm-core/pull/23885))**
 
 ## <a name="credits"></a>Credits
 
 This release was developed by the following code authors:
 
-AGH Strategies - Alice Frumin, Andie Hunt; Agileware - Francis Whittle, Justin Freeman; Benjamin W; Business & Code - Alain Benbassat; Christian Wach; Circle Interactive - Pradeep Nayak; CiviCoop - Klaas Eikelboom; CiviCRM - Coleman Watts, Tim Otten; Coop SymbioTIC - Mathieu Lutfy; Dave D; Davis Media Access - Darrick Servis; Freeform Solutions - Herb van den Dool; Fuzion - Luke Stewart; IProSoft; Jens Schuppe; JMA Consulting - Monish Deb, Seamus Lee; Megaphone Technology Consulting - Jon Goldberg; MJW Consulting - Matthew Wire; nathannaveen; Oxfam Germany - Thomas Schüttler; Wikimedia Foundation - Eileen McNaughton
+AGH Strategies - Alice Frumin, Andie Hunt; Agileware - Francis Whittle, Justin
+Freeman; Benjamin W; Business & Code - Alain Benbassat; Christian Wach; Circle
+Interactive - Pradeep Nayak; CiviCoop - Klaas Eikelboom; CiviCRM - Coleman
+Watts, Tim Otten; Coop SymbioTIC - Mathieu Lutfy; Dave D; Davis Media Access -
+Darrick Servis; Freeform Solutions - Herb van den Dool; Fuzion - Luke Stewart;
+IProSoft; Jens Schuppe; JMA Consulting - Monish Deb, Seamus Lee; Megaphone
+Technology Consulting - Jon Goldberg; MJW Consulting - Matthew Wire;
+nathannaveen; Oxfam Germany - Thomas Schüttler; Wikimedia Foundation - Eileen
+McNaughton
 
 Most authors also reviewed code for this release; in addition, the following
 reviewers contributed their comments:
 
-AGH Strategies - Chris Garaffa; Agileware - Francis Whittle, Justin Freeman; Artful Robot - Rich Lott; Benjamin W; Betty Dolfing; Blackfly Solutions - Alan Dixon; Christian Wach; Circle Interactive - Pradeep Nayak; civibot[bot]; CiviCoop - Jaap Jansma; civicrm-builder; CiviCRM - Coleman Watts, Tim Otten; CiviDesk - Yashodha Chaku; Coop SymbioTIC - Mathieu Lutfy; Dave D; DevApp - Adam Kwiatkowski; Freeform Solutions - Herb van den Dool; Fuzion - Luke Stewart, Peter Davis; IProSoft; iXiam - Luciano Spiegel; Jens Schuppe; JMA Consulting - Joe Murray, Seamus Lee; Lighthouse Consulting and Design - Brian Shaughnessy; MC3 - Graham Mitchell; Megaphone Technology Consulting - Jon Goldberg; MJW Consulting - Matthew Wire; Nicol Wistreich; Oxfam Germany - Thomas Schüttler; Squiffle Consulting - Aidan Saunders; Tadpole Collective - Kevin Cristiano; Third Sector Design - Kurund Jalmi; Wikimedia Foundation - Eileen McNaughton
+AGH Strategies - Chris Garaffa; Artful Robot - Rich Lott; Betty Dolfing;
+Blackfly Solutions - Alan Dixon; CiviCoop - Jaap Jansma; CiviDesk - Yashodha
+Chaku; DevApp - Adam Kwiatkowski; Fuzion - Peter Davis; iXiam - Luciano Spiegel;
+JMA Consulting - Joe Murray; Lighthouse Consulting and Design - Brian
+Shaughnessy; MC3 - Graham Mitchell; Nicol Wistreich; Squiffle Consulting - Aidan
+Saunders; Tadpole Collective - Kevin Cristiano; Third Sector Design - Kurund
+Jalmi;
 
 ## <a name="feedback"></a>Feedback