Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
c4d04176
Commit
c4d04176
authored
4 years ago
by
Andie Hunt
Browse files
Options
Downloads
Patches
Plain Diff
5.30.0 release notes: updated with late changes
parent
afc4245b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
release-notes/5.30.0.md
+54
-3
54 additions, 3 deletions
release-notes/5.30.0.md
with
54 additions
and
3 deletions
release-notes/5.30.0.md
+
54
−
3
View file @
c4d04176
...
...
@@ -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
...
...
@@ -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
...
...
@@ -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
...
...
@@ -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
)
)
**
...
...
@@ -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
)
)
**
...
...
@@ -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:
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment