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
c9b27baa
Commit
c9b27baa
authored
6 years ago
by
Andie Hunt
Browse files
Options
Downloads
Patches
Plain Diff
5.10.0 release notes: late changes, credits, and last-minute fixes
parent
9ef98189
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
contributor-key.yml
+4
-0
4 additions, 0 deletions
contributor-key.yml
release-notes.md
+29
-2
29 additions, 2 deletions
release-notes.md
release-notes/5.10.0.md
+54
-18
54 additions, 18 deletions
release-notes/5.10.0.md
release-notes/5.9.1.md
+11
-6
11 additions, 6 deletions
release-notes/5.9.1.md
with
98 additions
and
26 deletions
contributor-key.yml
+
4
−
0
View file @
c9b27baa
...
...
@@ -856,6 +856,10 @@
organization
:
Circle Interactive
jira
:
marshCircle
-
github
:
mathavanveda
name
:
Mathavan Veeramuthu
organization
:
Veda Consulting
-
name
:
Matt Allard
organization
:
City of Winnipeg, Manitoba
jira
:
mattallard
...
...
This diff is collapsed.
Click to expand it.
release-notes.md
+
29
−
2
View file @
c9b27baa
...
...
@@ -25,7 +25,16 @@ Released February 6, 2019
-
**[Credits](release-notes/5.10.0.md#credits)**
-
**[Feedback](release-notes/5.10.0.md#feedback)**
# CiviCRM 5.9.0
## CiviCRM 5.9.1
Released January 16, 2018
-
**[Synopsis](release-notes/5.9.1.md#synopsis)**
-
**[Bugs resolved](release-notes/5.9.1.md#bugs)**
-
**[Credits](release-notes/5.9.1.md#credits)**
-
**[Feedback](release-notes/5.9.1.md#feedback)**
## CiviCRM 5.9.0
Released January 2, 2019
...
...
@@ -36,6 +45,24 @@ Released January 2, 2019
-
**[Credits](release-notes/5.9.0.md#credits)**
-
**[Feedback](release-notes/5.9.0.md#feedback)**
## CiviCRM 5.8.2
Released December 17, 2018
-
**[Synopsis](release-notes/5.8.2.md#synopsis)**
-
**[Bugs resolved](release-notes/5.8.2.md#bugs)**
-
**[Credits](release-notes/5.8.2.md#credits)**
-
**[Feedback](release-notes/5.8.2.md#feedback)**
## CiviCRM 5.8.1
Released December 12, 2018
-
**[Synopsis](release-notes/5.8.1.md#synopsis)**
-
**[Bugs resolved](release-notes/5.8.1.md#bugs)**
-
**[Credits](release-notes/5.8.1.md#credits)**
-
**[Feedback](release-notes/5.8.1.md#feedback)**
## CiviCRM 5.8.0
Released December 5, 2018
...
...
@@ -47,7 +74,7 @@ Released December 5, 2018
-
**[Credits](release-notes/5.8.0.md#credits)**
-
**[Feedback](release-notes/5.8.0.md#feedback)**
# CiviCRM 5.7.2
#
# CiviCRM 5.7.2
Released November 20, 2018
...
...
This diff is collapsed.
Click to expand it.
release-notes/5.10.0.md
+
54
−
18
View file @
c9b27baa
...
...
@@ -13,13 +13,13 @@ Released February 6, 2019
|
*Does this version...?*
| |
|:--------------------------------------------------------------- |:-------:|
| Fix security vulnerabilities? |
|
| Change the database schema? |
|
| Alter the API?
|
**yes**
|
| Require attention to configuration options? |
|
| Fix problems installing or upgrading to a previous version?
|
**yes**
|
| Introduce features?
|
**yes**
|
| Fix bugs?
|
**yes**
|
| Fix security vulnerabilities? |
no
|
| Change the database schema? |
no
|
|
**
Alter the API?
**
|
**yes**
|
| Require attention to configuration options? |
no
|
|
**
Fix problems installing or upgrading to a previous version?
**
|
**yes**
|
|
**
Introduce features?
**
|
**yes**
|
|
**
Fix bugs?
**
|
**yes**
|
## <a name="features"></a>Features
...
...
@@ -36,7 +36,7 @@ Released February 6, 2019
(
[
13240
](
https://github.com/civicrm/civicrm-core/pull/13240
)
)
**
This change introduces a new setting to the settings page for Localization "UI
Languages" for users in
M
ono
L
ingual mode (not using multilingual). Configuring
Languages" for users in
m
ono
l
ingual mode (not using multilingual). Configuring
this setting results in the Language Switcher block being shown (same as in
multilingual mode).
...
...
@@ -58,7 +58,8 @@ Released February 6, 2019
-
**
optimize CRM_Utils_String::ellipsify() method
(
[
13347
](
https://github.com/civicrm/civicrm-core/pull/13347
)
)
**
This change improves performance.
This change improves performance for the function that truncates a string and
adds an ellipsis on the end.
### CiviCase
...
...
@@ -90,6 +91,15 @@ Released February 6, 2019
### Core CiviCRM
-
**
[
dev/core#695
](
https://lab.civicrm.org/dev/core/issues/695
)
Custom Search
results selection failure and
[
dev/core#679
](
https://lab.civicrm.org/dev/core/issues/679
)
Groups and Tags
affect search results when using Search Builder
(
[
13533
](
https://github.com/civicrm/civicrm-core/pull/13533
)
)
**
This resolves some search regressions introduced in 5.9.0 relating to caching
and custom searches.
-
**
[
dev/core#192
](
https://lab.civicrm.org/dev/core/issues/192
)
- Search builder
fails for != smart group filter
(
[
12344
](
https://github.com/civicrm/civicrm-core/pull/12344
)
)
**
...
...
@@ -249,6 +259,14 @@ Released February 6, 2019
### CiviContribute
-
**
[
dev/core#680
](
https://lab.civicrm.org/dev/core/issues/680
)
"Date Received"
for contributions no longer mandatory, also breaks financial transactions
(
[
13537
](
https://github.com/civicrm/civicrm-core/pull/13537
)
)
**
-
**
[
dev/core#651
](
https://lab.civicrm.org/dev/core/issues/651
)
Error exporting
contributions with soft credits
(
[
13536
](
https://github.com/civicrm/civicrm-core/pull/13536
)
)
**
-
**
[
dev/core#620
](
https://lab.civicrm.org/dev/core/issues/620
)
Unable to show
custom fields on Repeat Contributions Report
(
[
13350
](
https://github.com/civicrm/civicrm-core/pull/13350
)
)
**
...
...
@@ -280,6 +298,15 @@ Released February 6, 2019
-
**
Declare 'amount' as required on ContributionRecur api
(
[
13290
](
https://github.com/civicrm/civicrm-core/pull/13290
)
)
**
### CiviEvent
-
**
[
dev/core#653
](
https://lab.civicrm.org/dev/core/issues/653
)
New Events
defaulting to event template after first page
(
[
13478
](
https://github.com/civicrm/civicrm-core/pull/13478
)
)
**
This resolves a regression introduced in 5.9.0 where creating a new event would
instead create a new event template.
### CiviMail
-
**
[
dev/report#5
](
CANNOT
FIND THIS GITLAB ISSUE) - Fix mailing report unique
...
...
@@ -294,10 +321,6 @@ Released February 6, 2019
This change makes it so that one can click the Public View url on the
Scheduled and Sent mailing screen.
-
**
[
dev/core#469
](
https://lab.civicrm.org/dev/core/issues/469
)
Error on action
"Email - schedule/send via CiviMail" with multiple event names filter
(
[
13250
](
https://github.com/civicrm/civicrm-core/pull/13250
)
)
**
-
**
[
dev/core#623
](
https://lab.civicrm.org/dev/core/issues/623
)
civicrm_mailing_bounce_type.threshold = 30 for 'Away' is that correct?
(
[
13366
](
https://github.com/civicrm/civicrm-core/pull/13366
)
and
...
...
@@ -379,15 +402,28 @@ Released February 6, 2019
This release was developed by the following code authors:
AGH Strategies - Alice Frumin, Andrew Hunt, Eli Lisseck; Andrew Thompson; Australian Greens - Seamus Lee; Christian Wach; CiviCoop - Klaas Eikelboom; CiviCRM - Coleman Watts, Tim Otten; CiviDesk - Sunil Pawar, Yashodha Chaku; CompuCorp - Davi Alexandre, Vinu Varshith Sekar; Coop SymbioTIC - Mathieu Lutfy; Electronic Frontier Foundation - Mark Burdett; Francesc Bassas i Bullich; Fuzion - Jitendra Purohit; Ginkgo Street Labs - Frank Gómez; iXiam - Luciano Spiegel; JMA Consulting - Monish Deb; mathavanveda; MillerTech - Chamil Wijesooriya; MJW Consulting - Matthew Wire; Ray Wright; Squiffle Consulting - Aidan Saunders; Tadpole Collective - Kevin Cristiano; Wikimedia Foundation - Eileen McNaughton
AGH Strategies - Alice Frumin, Andrew Hunt, Eli Lisseck; Andrew Thompson;
Australian Greens - Seamus Lee; Christian Wach; CiviCoop - Klaas Eikelboom;
CiviCRM - Coleman Watts, Tim Otten; CiviDesk - Sunil Pawar, Yashodha Chaku;
CompuCorp - Davi Alexandre, Vinu Varshith Sekar; Coop SymbioTIC - Mathieu Lutfy;
Electronic Frontier Foundation - Mark Burdett; Francesc Bassas i Bullich; Fuzion
-
Jitendra Purohit; Ginkgo Street Labs - Frank Gómez; iXiam - Luciano Spiegel;
JMA Consulting - Monish Deb; MillerTech - Chamil Wijesooriya; MJW Consulting -
Matthew Wire; Ray Wright; Squiffle Consulting - Aidan Saunders; Tadpole
Collective - Kevin Cristiano; Veda Consulting - Mathavan Veeramuthu; Wikimedia
Foundation - Eileen McNaughton
Most authors also reviewed code for this release; in addition, the following
reviewers contributed their comments:
AGH Strategies - Alice Frumin; Australian Greens - Seamus Lee; Blackfly Solutions - Alan Dixon; Circle Interactive - Dave Jenkins; civibot[bot]; civicrm-builder; CiviCRM - Coleman Watts, Tim Otten; CiviDesk - Sunil Pawar, Yashodha Chaku; CompuCorp - Vinu Varshith Sekar; Coop SymbioTIC - Mathieu Lutfy; Francesc Bassas i Bullich; Fuzion - Jitendra Purohit, Peter Davis; Ginkgo Street Labs - Frank Gómez; JMA Consulting - Joe Murray, Monish Deb; John Kingsnorth; Joinery - Allen Shaw; Lighthouse Design and Consulting - Brian Shaughnessy; Megaphone Technology Consulting - Jon Goldberg; MillerTech - Chamil Wijesooriya; MJW Consulting - Matthew Wire; Nicol Wistreich; Richard van Oosterhout; Skvare - Mark Hanna; Squiffle Consulting - Aidan Saunders; Systopia - Björn Endres; Tadpole Collective - Kevin Cristiano; Wikimedia Foundation - Eileen McNaughton
Blackfly Solutions - Alan Dixon; Circle Interactive - Dave Jenkins; Fuzion -
Peter Davis; JMA Consulting - Joe Murray; John Kingsnorth; Joinery - Allen Shaw;
Lighthouse Design and Consulting - Brian Shaughnessy; Megaphone Technology
Consulting - Jon Goldberg; Nicol Wistreich; Richard van Oosterhout; Skvare -
Mark Hanna; Systopia - Björn Endres
## <a name="feedback"></a>Feedback
These release notes are edited by Andrew Hunt. If you'd like
to provide
feedback on them, please log in to https://chat.civicrm.org/civicrm
and contact
`@agh1`
.
These release notes are edited by
Alice Frumin and
Andrew Hunt. If you'd like
to provide
feedback on them, please log in to https://chat.civicrm.org/civicrm
and contact
`@agh1`
.
This diff is collapsed.
Click to expand it.
release-notes/5.9.1.md
+
11
−
6
View file @
c9b27baa
...
...
@@ -21,12 +21,17 @@ Released January 16, 2018
## <a name="bugs"></a>Bugs resolved
-
**
(
[
dev/core#660
](
https://lab.civicrm.org/dev/core/issues/660
)
)
CiviContribute/CiviEvent - Fix crash on payment page affecting anonymous users
in certain ACL configurations. Relax foreign-key constraint.
[
Backport 13451
](
https://github.com/civicrm/civicrm-core/pull/13451
)
**
-
**
CiviCase - Fix date-filter in "Manage Case"
[
Backport 13449
](
https://github.com/civicrm/civicrm-core/pull/13449
)
**
-
**
[
dev/core#660
](
https://lab.civicrm.org/dev/core/issues/660
)
Fatal DB Error:
already exists on event registration/contribution pages when profile has user
creation (
[
Backport
13451
](
https://github.com/civicrm/civicrm-core/pull/13451
)
)
**
In CiviContribute and CiviEvent, this fixes a crash on the payment page
affecting anonymous users in certain ACL configurations. The change relaxes a
foreign-key constraint.
-
**
Fix broken case activity date filter #13449
(
[
Backport 13449
](
https://github.com/civicrm/civicrm-core/pull/13449
)
)
**
## <a name="credits"></a>Credits
...
...
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