Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
935
Issues
935
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Development
Core
Commits
084cd132
Commit
084cd132
authored
May 01, 2019
by
Andrew Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5.13.0 release notes: late changes
parent
00deb7b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
83 additions
and
48 deletions
+83
-48
release-notes.md
release-notes.md
+36
-0
release-notes/5.13.0.md
release-notes/5.13.0.md
+47
-48
No files found.
release-notes.md
View file @
084cd132
...
...
@@ -25,6 +25,42 @@ Released May 1, 2019
-
**[Credits](release-notes/5.13.0.md#credits)**
-
**[Feedback](release-notes/5.13.0.md#feedback)**
## CiviCRM 5.12.4
Released April 25, 2019
-
**[Synopsis](release-notes/5.12.4.md#synopsis)**
-
**[Bugs resolved](release-notes/5.12.4.md#bugs)**
-
**[Credits](release-notes/5.12.4.md#credits)**
-
**[Feedback](release-notes/5.12.4.md#feedback)**
## CiviCRM 5.12.3
Released April 20, 2019
-
**[Synopsis](release-notes/5.12.3.md#synopsis)**
-
**[Bugs resolved](release-notes/5.12.3.md#bugs)**
-
**[Credits](release-notes/5.12.3.md#credits)**
-
**[Feedback](release-notes/5.12.3.md#feedback)**
## CiviCRM 5.12.2
Released April 19, 2019
-
**[Synopsis](release-notes/5.12.2.md#synopsis)**
-
**[Bugs resolved](release-notes/5.12.2.md#bugs)**
-
**[Credits](release-notes/5.12.2.md#credits)**
-
**[Feedback](release-notes/5.12.2.md#feedback)**
## CiviCRM 5.12.1
Released April 15, 2019
-
**[Synopsis](release-notes/5.12.1.md#synopsis)**
-
**[Bugs resolved](release-notes/5.12.1.md#bugs)**
-
**[Credits](release-notes/5.12.1.md#credits)**
-
**[Feedback](release-notes/5.12.1.md#feedback)**
## CiviCRM 5.12.0
Released April 3, 2019
...
...
release-notes/5.13.0.md
View file @
084cd132
...
...
@@ -14,12 +14,12 @@ Released May 1, 2019
|
*Does this version...?*
| |
|:--------------------------------------------------------------- |:-------:|
| Fix security vulnerabilities? | no |
|
Change the database schema?
|
**yes**
|
|
Alter the API?
|
**yes**
|
|
Require attention to configuration options?
|
**yes**
|
|
Fix problems installing or upgrading to a previous version? |
**yes**
|s
|
Introduce features?
|
**yes**
|
|
Fix bugs?
|
**yes**
|
|
**Change the database schema?**
|
**yes**
|
|
**Alter the API?**
|
**yes**
|
|
**Require attention to configuration options?**
|
**yes**
|
|
**Fix problems installing or upgrading to a previous version?**
|
**yes**
|
|
**Introduce features?**
|
**yes**
|
|
**Fix bugs?**
|
**yes**
|
## <a name="features"></a>Features
...
...
@@ -224,10 +224,11 @@ Released May 1, 2019
### CiviContribute
-
**
Proposal - a
dd cancel_reason field to civicrm_contribution_recur table
-
**
A
dd cancel_reason field to civicrm_contribution_recur table
(
[
dev/core#830
](
https://lab.civicrm.org/dev/core/issues/830
)
:
[
13930
](
https://github.com/civicrm/civicrm-core/pull/13930
)
and
[
13999
](
https://github.com/civicrm/civicrm-core/pull/13999
)
)
**
[
13930
](
https://github.com/civicrm/civicrm-core/pull/13930
)
,
[
13999
](
https://github.com/civicrm/civicrm-core/pull/13999
)
, and
[
14164
](
https://github.com/civicrm/civicrm-core/pull/14164
)
)
**
Adds a recur cancel reason field
`civicrm_contribution_recur.cancel_reason
field`
.
...
...
@@ -323,6 +324,12 @@ Released May 1, 2019
Standardizes the way campaign fields are added to the "Mailing Summary"
report.
-
**
Use Mailing.preview API to display mailing in browser
(
[
14163
](
https://github.com/civicrm/civicrm-core/pull/14163
)
)
**
This resolves an error on sites with Flexmailer when an anonymous visitor
views a mailing in the browser.
### CiviMember
-
**
Membership form address fields for payment processors
...
...
@@ -609,8 +616,19 @@ Released May 1, 2019
(
[
dev/core#771
](
https://lab.civicrm.org/dev/core/issues/771
)
:
[
13742
](
https://github.com/civicrm/civicrm-core/pull/13742
)
)
**
-
**
Fix Deprecation notice for use of
`while`
in PHP7.2 in bin/cli.class.php
(
[
dev/core#907
](
https://lab.civicrm.org/dev/core/issues/907
)
:
[
14155
](
https://github.com/civicrm/civicrm-core/pull/14155
)
)
**
### CiviCase
-
**
PR 13333 breaks the Save and New button on a new case
(
[
dev/core#904
](
https://lab.civicrm.org/dev/core/issues/904
)
:
[
14145
](
https://github.com/civicrm/civicrm-core/pull/14145
)
)
**
This reverts a change making the Save and New button
`submitOnce`
, as that
prevented the button from opening a new case form after saving.
-
**
Creating a new relationship type while editing case type definition adds a
blank row in the roles section
(
[
dev/core#784
](
https://lab.civicrm.org/dev/core/issues/784
)
:
...
...
@@ -713,6 +731,10 @@ Released May 1, 2019
Ensures CiviMail does not convert css URLs into trackable URLs.
-
**
Restore support for preview of "mailing"/"action" tokens via
TokenProcessor/Flexmailer
(
[
14156
](
https://github.com/civicrm/civicrm-core/pull/14156
)
)
**
### CiviMember
-
**
Disabling or deleting Expired status breaks membership status update
...
...
@@ -1051,49 +1073,26 @@ Released May 1, 2019
This release was developed by the following code authors:
AGH Strategies - Alice Frumin, Andrew Hunt, Eli Lisseck;
Agileware - Alok Patel, Francis Whittle;
Australian Greens - Seamus Lee;
calibrate - Wouter Hechtermans;
Christian Wach;
CiviCRM - Coleman Watts, Tim Otten;
CiviDesk - Yashodha Chaku;
CompuCorp - Omar Abu Hussein;
Coop SymbioTIC - Mathieu Lutfy;
Dave D;
Electronic Frontier Foundation - Mark Burdett;
Freeform Solutions - Herb van den Dool;
Fuzion - Jitendra Purohit;
GreenPeace Central and Eastern Europe - Patrick Figel;
JMA Consulting - Monish Deb;
Megaphone Technology Consulting - Jon Goldberg;
MJW Consulting - Matthew Wire;
Pradeep Nayak;
Skvare - Mark Hanna;
Squiffle Consulting - Aidan Saunders;
Stephen Palmstrom;
Timbsoft Technologies - Tunbola Ogunwande;
Wikimedia Foundation - Eileen McNaughton
AGH Strategies - Alice Frumin, Andrew Hunt, Eli Lisseck; Agileware - Alok Patel,
Francis Whittle; Australian Greens - Seamus Lee; calibrate - Wouter Hechtermans;
Christian Wach; CiviCRM - Coleman Watts, Tim Otten; CiviDesk - Yashodha Chaku;
CompuCorp - Omar Abu Hussein; Coop SymbioTIC - Mathieu Lutfy; Dave D; Electronic
Frontier Foundation - Mark Burdett; Freeform Solutions - Herb van den Dool;
Fuzion - Jitendra Purohit; GreenPeace Central and Eastern Europe - Patrick
Figel; JMA Consulting - Monish Deb; Megaphone Technology Consulting - Jon
Goldberg; MJW Consulting - Matthew Wire; Pradeep Nayak; Skvare - Mark Hanna;
Squiffle Consulting - Aidan Saunders; Stephen Palmstrom; Timbsoft Technologies -
Tunbola Ogunwande; Wikimedia Foundation - Eileen McNaughton
Most authors also reviewed code for this release; in addition, the following
reviewers contributed their comments:
Agileware - Justin Freeman;
Aniessh Sethh;
Artful Robot - Rich Lott;
British Humanist Association - Andrew West;
Circle Interactive - Dave Jenkins;
Shitij Gugnani;
Coop SymbioTIC - Samuel Vanhove;
GValFr35;
JMA Consulting - Joe Murray;
Joinery - Allen Shaw;
Aivars;
Korlon - Stuart Gaston;
Lighthouse Design and Consulting - Brian Shaughnessy;
mcuradoc;
Onyemenam Ndubuisi;
Tadpole Collective - Kevin Cristiano;
Agileware - Justin Freeman; Aniessh Sethh; Artful Robot - Rich Lott; British
Humanist Association - Andrew West; Circle Interactive - Dave Jenkins; Shitij
Gugnani; Coop SymbioTIC - Samuel Vanhove; GValFr35; JMA Consulting - Joe Murray;
Joinery - Allen Shaw; Aivars; Korlon - Stuart Gaston; Lighthouse Design and
Consulting - Brian Shaughnessy; mcuradoc; Onyemenam Ndubuisi; Tadpole
Collective - Kevin Cristiano
## <a name="feedback"></a>Feedback
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment