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
e26695ba
Unverified
Commit
e26695ba
authored
4 years ago
by
Seamus Lee
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #17248 from seamuslee001/master
5.25
parents
3de08092
542ab281
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CRM/Upgrade/Incremental/sql/5.25.0.mysql.tpl
+1
-0
1 addition, 0 deletions
CRM/Upgrade/Incremental/sql/5.25.0.mysql.tpl
release-notes/5.25.0.md
+19
-19
19 additions, 19 deletions
release-notes/5.25.0.md
with
20 additions
and
19 deletions
CRM/Upgrade/Incremental/sql/5.25.0.mysql.tpl
0 → 100644
+
1
−
0
View file @
e26695ba
{* file to handle db changes in 5.25.0 during upgrade *}
This diff is collapsed.
Click to expand it.
release-notes/5.25.0.md
+
19
−
19
View file @
e26695ba
...
...
@@ -57,7 +57,7 @@ Released May 6, 2020
Adds APIv4 support for Dashboard & DashboardContact and does some cleanup in
the BAO and API layers for improved consistency.
-
**
a
dd n
l_BE
language
-
**
A
dd n
ew
language
,
`nl_BE`
(
[
17014
](
https://github.com/civicrm/civicrm-core/pull/17014
)
)
**
Adds a new translation option for "Dutch (Belgium)".
...
...
@@ -69,7 +69,7 @@ Released May 6, 2020
[
`hook_civicrm_alterCustomFieldDisplayValue()`
](
https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_alterCustomFieldDisplayValue/
)
allows modification of the displayed value for a custom field value.
-
**
APIv4
Q
uery
I
mprovements (Work
T
owards
-
**
APIv4
q
uery
i
mprovements (Work
t
owards
[
dev/report#31
](
https://lab.civicrm.org/dev/report/issues/31
)
:
[
16917
](
https://github.com/civicrm/civicrm-core/pull/16917
)
and
[
16947
](
https://github.com/civicrm/civicrm-core/pull/16947
)
)
**
...
...
@@ -83,7 +83,7 @@ Released May 6, 2020
### CiviContribute
-
**
Partial Refunds (Work
T
owards
-
**
Partial Refunds (Work
t
owards
[
dev/financial#87
](
https://lab.civicrm.org/dev/financial/issues/87
)
:
[
16480
](
https://github.com/civicrm/civicrm-core/pull/16480
)
)
**
...
...
@@ -236,10 +236,10 @@ Released May 6, 2020
-
**
Fixed fatal error for class not found when managed hook is invoked during
upgrade (
[
17004
](
https://github.com/civicrm/civicrm-core/pull/17004
)
)
**
-
**
l
og error message instead of throwing exception
(
[
16880
](
https://github.com/civicrm/civicrm-core/pull/16880
)
**
-
**
L
og error message instead of throwing exception
(
[
16880
](
https://github.com/civicrm/civicrm-core/pull/16880
)
)
**
-
*
Remove instances of fatal
-
*
*
Remove instances of fatal
(
[
16759
](
https://github.com/civicrm/civicrm-core/pull/16759
)
)
**
This throws exceptions rather than dying when encountering problems creating
...
...
@@ -287,7 +287,7 @@ Released May 6, 2020
Fixes log messages generated when opening the relationship tab on the Manage
Case form.
-
**
Merge Case
M
odal not showing relevant cases
-
**
"
Merge Case
" m
odal not showing relevant cases
(
[
dev/core#1646
](
https://lab.civicrm.org/dev/core/issues/1646
)
:
[
16798
](
https://github.com/civicrm/civicrm-core/pull/16798
)
)
**
...
...
@@ -303,15 +303,15 @@ Released May 6, 2020
Additionally ensures that the last activity in the case timeline is set
correctly.
-
**
Check for Change Case Type in case activity form doesn't do anything
-
**
Check for
"
Change Case Type
"
in case activity form doesn't do anything
(
[
dev/core#1652
](
https://lab.civicrm.org/dev/core/issues/1652
)
:
[
16785
](
https://github.com/civicrm/civicrm-core/pull/16785
)
)
**
-
**
Alternate to #16650 - On Case Audit/Print Report
richtext details
field is
getting escaped when system is non-english
-
**
When auditing cases on non-English deployments,
richtext details
are incorrectly escaped
(
[
16659
](
https://github.com/civicrm/civicrm-core/pull/16659
)
)
**
-
**
Respect 'Donot notify activity type' setting
-
**
Respect 'Do
not notify activity type' setting
(
[
16800
](
https://github.com/civicrm/civicrm-core/pull/16800
)
)
**
The setting to not notify assignees for certain activity types was not
...
...
@@ -319,7 +319,7 @@ Released May 6, 2020
### CiviContribute
-
**
Changes to CiviContribute Component Settings not saved
-
**
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
)
)
**
...
...
@@ -368,13 +368,13 @@ Released May 6, 2020
Fixes a bug where Add Refund is displayed instead of Add Payment on partially
paid event contributions.
-
**
CRM-20553 Stop contact being overwritten
with
p
ay
p
al
account
name
(
[
14667
](
https://github.com/civicrm/civicrm-core/pull/14667
)
)
**
-
**
Stop overwriting contact name
with
P
ay
P
al name
(
[
CRM-20553
](
https://issues.civicrm.org/jira/browse/CRM-20553
)
:
[
14667
](
https://github.com/civicrm/civicrm-core/pull/14667
)
)
**
When a user creates a donation via PayPal, their CiviCRM contact name should
not be overwritten to be their PayPal account name.
-
**
Fix use
col
"Soft Credit Amount Stats" and any filter of contribution…
-
**
Fix use
of
"Soft Credit Amount Stats" and any filter of contribution…
(
[
16591
](
https://github.com/civicrm/civicrm-core/pull/16591
)
)
**
Ensures that one can use "Soft Credit Amount Stats" with all filters.
...
...
@@ -395,10 +395,10 @@ Released May 6, 2020
-
**
Fix display of payment processor title in cancelSubscription form
(
[
16857
](
https://github.com/civicrm/civicrm-core/pull/16857
)
)
**
-
**
Make the
'b
illing address is the same
' checkbox
respond to the change event
-
**
Make the
checkbox, "B
illing address is the same
",
respond to the change event
(
[
16496
](
https://github.com/civicrm/civicrm-core/pull/16496
)
)
**
This makes the "billing address is the same
..
" checkbox trigger its changes no
This makes the "billing address is the same" checkbox trigger its changes no
matter how the box is checked, not just by clicking it.
### CiviEvent
...
...
@@ -491,13 +491,13 @@ Released May 6, 2020
-
**
Added pseudoconstant for state province
(
[
16799
](
https://github.com/civicrm/civicrm-core/pull/16799
)
)
**
-
**
ad
d pseudoconstant for location type
-
**
Adde
d pseudoconstant for location type
(
[
16758
](
https://github.com/civicrm/civicrm-core/pull/16758
)
)
**
-
**
Added pseudoconstant for priceset
(
[
16754
](
https://github.com/civicrm/civicrm-core/pull/16754
)
)
**
-
**
pseudoconstant for bounce type
-
**
Added
pseudoconstant for bounce type
(
[
16727
](
https://github.com/civicrm/civicrm-core/pull/16727
)
)
**
-
**
Added pseudoconstant for civicrm_tag.parent_id
...
...
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