Skip to content

Commit

Permalink
5.55.0 release notes: added late changes
Browse files Browse the repository at this point in the history
  • Loading branch information
agh1 committed Nov 3, 2022
1 parent a14f548 commit a820262
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions release-notes/5.55.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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** |

Expand Down Expand Up @@ -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))**
Expand Down Expand Up @@ -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))**

Expand All @@ -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
Expand All @@ -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))**
Expand Down Expand Up @@ -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))**
Expand Down Expand Up @@ -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))**

## <a name="credits"></a>Credits

This release was developed by the following code authors:
Expand Down

0 comments on commit a820262

Please sign in to comment.