Skip to content

Commit

Permalink
Merge pull request #18705 from agh1/5.30.0-releasenotes-final
Browse files Browse the repository at this point in the history
5.30.0 release notes: updated with late changes
  • Loading branch information
seamuslee001 authored Oct 7, 2020
2 parents afc4245 + c4d0417 commit a963148
Showing 1 changed file with 54 additions and 3 deletions.
57 changes: 54 additions & 3 deletions release-notes/5.30.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,20 @@ Released October 7, 2020
- **trim white space when checking dedupe
([18234](https://github.com/civicrm/civicrm-core/pull/18234))**

- **Fix search extension excluded from tarball
([18402](https://github.com/civicrm/civicrm-core/pull/18402))**

- **Permissions problem on add or edit template
([dev/core#2008](https://lab.civicrm.org/dev/core/-/issues/2008):
[18437](https://github.com/civicrm/civicrm-core/pull/18437))**

- **Search ext: Aggregate field fixes
([18520](https://github.com/civicrm/civicrm-core/pull/18520))**

- **Some datepicker fields only allow choosing dates far in the future
([dev/core#2052](https://lab.civicrm.org/dev/core/-/issues/2052):
[18524](https://github.com/civicrm/civicrm-core/pull/18524))**

### CiviCase

- **Fix js for case type status change on load
Expand Down Expand Up @@ -259,6 +273,16 @@ Released October 7, 2020
([dev/core#912](https://lab.civicrm.org/dev/core/-/issues/912):
[18266](https://github.com/civicrm/civicrm-core/pull/18266))**

- **PayPal Standard redirect fails on WordPress
([dev/core#1997](https://lab.civicrm.org/dev/core/-/issues/1997):
[18525](https://github.com/civicrm/civicrm-core/pull/18525) and
[18534](https://github.com/civicrm/civicrm-core/pull/18534))**

- **Invoice no longer displays amount paid/due
([dev/core#2035](https://lab.civicrm.org/dev/core/-/issues/2035):
[18602](https://github.com/civicrm/civicrm-core/pull/18602) and
[18628](https://github.com/civicrm/civicrm-core/pull/18628))**

### CiviEvent

- **Allow the "Cancellation or transfer time limit (hours)" to be negative
Expand Down Expand Up @@ -290,6 +314,19 @@ Released October 7, 2020
Ensures that the fields "Include Groups" and "Exclude Groups" on the "New SMS" form
only list groups of the type "Mailing List".

- **Help text bubble is empty and smarty errors when .hlp file is missing for
settings forms
([dev/core#1920](https://lab.civicrm.org/dev/core/-/issues/1920):
[18648](https://github.com/civicrm/civicrm-core/pull/18648))**

- **Fix error when creating new AB test mailing because domain_id is a required
field ([18685](https://github.com/civicrm/civicrm-core/pull/18685))**

### CiviMember

- **Fix regression on back-office membership renewal by credit card
([18615](https://github.com/civicrm/civicrm-core/pull/18615))**

### Drupal Integration

- **Fix : Enable Drupal Watchdog Logging for Drupal 8
Expand Down Expand Up @@ -399,7 +436,8 @@ Released October 7, 2020
([18250](https://github.com/civicrm/civicrm-core/pull/18250))**

- **[REF] Update recent replacement for CRM_Utils_Array::value
([18172](https://github.com/civicrm/civicrm-core/pull/18172))**
([18172](https://github.com/civicrm/civicrm-core/pull/18172) and
[18453](https://github.com/civicrm/civicrm-core/pull/18453))**

- **[REF] Remove usages of CRM_Utils_Money::format that pass in a blank s…
([18142](https://github.com/civicrm/civicrm-core/pull/18142))**
Expand All @@ -417,7 +455,8 @@ Released October 7, 2020
([302](https://github.com/civicrm/civicrm-packages/pull/302))**

- **[REF] Deploy Pear DB package using composer
([18027](https://github.com/civicrm/civicrm-core/pull/18027))**
([18027](https://github.com/civicrm/civicrm-core/pull/18027) and
[18473](https://github.com/civicrm/civicrm-core/pull/18473))**

- **[REF] Update subtypeInfo function to leverage getAllContactTypes
([17934](https://github.com/civicrm/civicrm-core/pull/17934))**
Expand Down Expand Up @@ -499,6 +538,18 @@ Released October 7, 2020
- **[NFC] IDE cleanup - arrays, single quotes
([614](https://github.com/civicrm/civicrm-drupal/pull/614))**

- **[NFC] Update Event DAO Checksum
([18361](https://github.com/civicrm/civicrm-core/pull/18361))**

- **[NFC] Fix dates in RelationshipTest
([18530](https://github.com/civicrm/civicrm-core/pull/18530))**

- **api_v3_MultilingualTest - Skip Cxn entities
([18547](https://github.com/civicrm/civicrm-core/pull/18547))**

- **[NFC] Update Checksum on CustomField DAO
([18689](https://github.com/civicrm/civicrm-core/pull/18689))**

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

This release was developed by the following code authors:
Expand All @@ -519,7 +570,7 @@ reviewers contributed their comments:
Artful Robot - Rich Lott; Christian Wach; Circle Interactive - Martin Castle;
Dave D; Fuzion - Jitendra Purohit; Greenpeace Central and Eastern Europe -
Patrick Figel; MJCO - Mikey O'Toole; Semper IT - Karin Gerritsen; Squiffle
Consulting - Aidan Saunders; Tadpole Collective - Kevin Cristiano;
Consulting - Aidan Saunders; Tadpole Collective - Kevin Cristiano

## <a name="feedback"></a>Feedback

Expand Down

0 comments on commit a963148

Please sign in to comment.