Skip to content
Snippets Groups Projects
Commit 330a2d9d authored by Andie Hunt's avatar Andie Hunt
Browse files

5.0.1 and 5.0.2 release notes: update to match format

parent 54ceed69
Branches
Tags
No related merge requests found
......@@ -25,6 +25,25 @@ Released May 2, 2018
- **[Credits](release-notes/5.1.0.md#credits)**
- **[Feedback](release-notes/5.1.0.md#feedback)**
## CiviCRM 5.0.2
Released Apr 25, 2018
- **[Synopsis](release-notes/5.0.2.md#synopsis)**
- **[Bugs resolved](release-notes/5.0.2.md#bugs)**
- **[Credits](release-notes/5.0.2.md#credits)**
- **[Feedback](release-notes/5.0.2.md#feedback)**
## CiviCRM 5.0.1
Released April 19, 2018
- **[Synopsis](release-notes/5.0.1.md#synopsis)**
- **[Features](release-notes/5.0.1.md#features)**
- **[Bugs resolved](release-notes/5.0.1.md#bugs)**
- **[Credits](release-notes/5.0.1.md#credits)**
- **[Feedback](release-notes/5.0.1.md#feedback)**
## CiviCRM 5.0.0
Released April 4, 2018
......
# CiviCRM 5.0.1
Released Apr 18, 2018
Released April 19, 2018
- **Backport: Dedupe - Fix for recent regression causing dedupe screen to fail on WordPress. ([11975](https://github.com/civicrm/civicrm-core/pull/11975)**
- **Backport: VersionCheck - Get more nuanced messages from latest.civicrm.org. ([11991](https://github.com/civicrm/civicrm-core/pull/11991))**
- **[Synopsis](#synopsis)**
- **[Features](#features)**
- **[Bugs resolved](#bugs)**
- **[Credits](#credits)**
- **[Feedback](#feedback)**
## <a name="synopsis"></a>Synopsis
| *Does this version...?* | |
|:--------------------------------------------------------------- |:-------:|
| Fix security vulnerabilities? | no |
| Change the database schema? | no |
| Alter the API? | no |
| Require attention to configuration options? | no |
| Fix problems installing or upgrading to a previous version? | no |
| **Introduce features?** | **yes** |
| **Fix bugs?** | **yes** |
## <a name="features"></a>Features
### Core CiviCRM
- **VersionCheck - Get more nuanced messages from latest.civicrm.org
([11991](https://github.com/civicrm/civicrm-core/pull/11991))**
Upgrade messages are now supplied by the CiviCRM version server rather than
being calculated by each site.
## <a name="bugs"></a>Bugs resolved
### Core CiviCRM
- **Fix failure to render dedupe page
([11976](https://github.com/civicrm/civicrm-core/pull/11976))**
## <a name="credits"></a>Credits
This release was developed by the following code authors:
CiviCRM - Tim Otten; Wikimedia Foundation - Eileen McNaughton
Most authors also reviewed code for this release; in addition, the following
reviewers contributed their comments:
Australian Greens - Seamus Lee; JMA Consulting - Monish Deb
## <a name="feedback"></a>Feedback
These release notes are edited by Tim Otten and Andrew Hunt. If you'd like to
provide feedback on them, please login to https://chat.civicrm.org/civicrm and
contact `@agh1`
......@@ -2,5 +2,46 @@
Released Apr 25, 2018
- **Backport: Use current formula for hyperlinking release notes ([12008](https://github.com/civicrm/civicrm-core/pull/12008))**
- **Add missing release notes for 5.0.1**
- **[Synopsis](#synopsis)**
- **[Bugs resolved](#bugs)**
- **[Credits](#credits)**
- **[Feedback](#feedback)**
## <a name="synopsis"></a>Synopsis
| *Does this version...?* | |
|:--------------------------------------------------------------- |:-------:|
| Fix security vulnerabilities? | no |
| Change the database schema? | no |
| Alter the API? | no |
| Require attention to configuration options? | no |
| Fix problems installing or upgrading to a previous version? | no |
| Introduce features? | no |
| **Fix bugs?** | **yes** |
## <a name="bugs"></a>Bugs resolved
### Core CiviCRM
- **footer.tpl - Change the URL formula pointing to the release notes
([12008](https://github.com/civicrm/civicrm-core/pull/12008))**
The link to release notes is now standardized at
`https://download.civicrm.org/about/{$version}` rather than hard-coding to
GitHub.
## <a name="credits"></a>Credits
This release was developed by the following code author:
CiviCRM - Tim Otten
The following reviewer contributed her comments:
Wikimedia Foundation - Eileen McNaughton
## <a name="feedback"></a>Feedback
These release notes are edited by Tim Otten and Andrew Hunt. If you'd like to
provide feedback on them, please login to https://chat.civicrm.org/civicrm and
contact `@agh1`.
......@@ -9,6 +9,8 @@ Released May 2, 2018
- **[Credits](#credits)**
- **[Feedback](#feedback)**
## <a name="synopsis"></a>Synopsis
| *Does this version...?* | |
|:--------------------------------------------------------------- |:-------:|
| Fix security vulnerabilities? | |
......@@ -97,12 +99,6 @@ Released May 2, 2018
checkbox with "Scheduled Reminder Active" rather than "Send Email" or "Send
email or SMS".
- **VersionCheck - Get more nuanced messages from latest.civicrm.org
([11991](https://github.com/civicrm/civicrm-core/pull/11991))**
Upgrade messages are now supplied by the CiviCRM version server rather than
being calculated by each site.
### CiviContribute
- **[CRM-20610](https://issues.civicrm.org/jira/browse/CRM-20610) Replace
......@@ -133,13 +129,6 @@ Released May 2, 2018
A recently-upgraded site will no longer potentially have a cached message
indicating that an upgrade is needed.
- **footer.tpl - Change the URL formula pointing to the release notes
([12008](https://github.com/civicrm/civicrm-core/pull/12008))**
The link to release notes is now standardized at
`https://download.civicrm.org/about/{$version}` rather than hard-coding to
GitHub.
- **[dev/core#64](https://lab.civicrm.org/dev/core/issues/64) - In custom
searches, column headings are being ignored
([12005](https://github.com/civicrm/civicrm-core/pull/12005))**
......@@ -147,9 +136,8 @@ Released May 2, 2018
This resolves a regression that displayed standard column headings on results
of custom searches.
- **Fix trigger generation for modified_date on custom data ([11984](https://github.com/civicrm/civicrm-core/pull/11984))**
- **Fix failure to render dedupe page ([11976](https://github.com/civicrm/civicrm-core/pull/11976))**
- **Fix trigger generation for modified_date on custom data
([11984](https://github.com/civicrm/civicrm-core/pull/11984))**
- **5.0 merge to master ([11942](https://github.com/civicrm/civicrm-core/pull/11942))**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment