From 330a2d9df3cd9143d6bbfbd65b383b20eaeb5ea2 Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Tue, 1 May 2018 17:54:38 -0400 Subject: [PATCH] 5.0.1 and 5.0.2 release notes: update to match format --- release-notes.md | 19 +++++++++++++++ release-notes/5.0.1.md | 55 +++++++++++++++++++++++++++++++++++++++--- release-notes/5.0.2.md | 45 ++++++++++++++++++++++++++++++++-- release-notes/5.1.0.md | 20 +++------------ 4 files changed, 118 insertions(+), 21 deletions(-) diff --git a/release-notes.md b/release-notes.md index feaeb7d854..4010e2e495 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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 diff --git a/release-notes/5.0.1.md b/release-notes/5.0.1.md index a318a7d822..863e4ce04b 100644 --- a/release-notes/5.0.1.md +++ b/release-notes/5.0.1.md @@ -1,6 +1,55 @@ # 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)** + +## 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** | + +## 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. + +## Bugs resolved + +### Core CiviCRM + +- **Fix failure to render dedupe page + ([11976](https://github.com/civicrm/civicrm-core/pull/11976))** + +## 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 + +## 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` diff --git a/release-notes/5.0.2.md b/release-notes/5.0.2.md index 59b4f95ea2..b9371ef391 100644 --- a/release-notes/5.0.2.md +++ b/release-notes/5.0.2.md @@ -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)** + +## 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** | + +## 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. + +## Credits + +This release was developed by the following code author: + +CiviCRM - Tim Otten + +The following reviewer contributed her comments: + +Wikimedia Foundation - Eileen McNaughton + +## 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`. diff --git a/release-notes/5.1.0.md b/release-notes/5.1.0.md index d32f3f6157..44f2a96a8b 100644 --- a/release-notes/5.1.0.md +++ b/release-notes/5.1.0.md @@ -9,6 +9,8 @@ Released May 2, 2018 - **[Credits](#credits)** - **[Feedback](#feedback)** +## 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))** -- 2.25.1