From 4503d4edc7ea57734f8ec030e2733063a1178e70 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Tue, 15 Oct 2019 17:04:43 +1100 Subject: [PATCH 1/2] Add in release notes for 5.18.3 --- release-notes.md | 9 +++++++++ release-notes/5.18.3.md | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 release-notes/5.18.3.md diff --git a/release-notes.md b/release-notes.md index af0935c78820..7534552e0a46 100644 --- a/release-notes.md +++ b/release-notes.md @@ -15,6 +15,15 @@ Other resources for identifying changes are: * https://github.com/civicrm/civicrm-joomla * https://github.com/civicrm/civicrm-wordpress +## CiviCRM 5.18.3 + +Released October 15, 2019 + +- **[Synopsis](release-notes/5.18.3.md#synopsis)** +- **[Bugs resolved](release-notes/5.18.3.md#bugs)** +- **[Credits](release-notes/5.18.3.md#credits)** +- **[Feedback](release-notes/5.18.3.md#feedback)** + ## CiviCRM 5.18.2 Released October 9, 2019 diff --git a/release-notes/5.18.3.md b/release-notes/5.18.3.md new file mode 100644 index 000000000000..26231ecd85da --- /dev/null +++ b/release-notes/5.18.3.md @@ -0,0 +1,38 @@ +# CiviCRM 5.18.3 + +Released October 15, 2019 + +- **[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 + +* **_Membership_: Fix regression when using back office renewal when contribution status of pending has been renamed ([#15494](https://github.com/civicrm/civicrm-core/pull/15494))** +* **_Payments_: Fix recording of payments against non pay later pending contributions ([dev/financial#69](https://lab.civicrm.org/dev/financial/issues/69): [#15511](https://github.com/civicrm/civicrm-core/pull/15511))** + +## Credits + +This release was developed by the following authors and reviewers: + +Wikimedia Foundation - Eileen McNaughton; Mjw Consulting - Matt Wire; +JMA Consulting - Monish Deb; Australian Greens - Seamus Lee + +## 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`. From c7bea54f57c4b19c0c40ea4e1ecb66cef187cc22 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 15 Oct 2019 14:08:43 -0700 Subject: [PATCH 2/2] Update 5.18.3.md --- release-notes/5.18.3.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/release-notes/5.18.3.md b/release-notes/5.18.3.md index 26231ecd85da..8c25237d4872 100644 --- a/release-notes/5.18.3.md +++ b/release-notes/5.18.3.md @@ -21,15 +21,16 @@ Released October 15, 2019 ## Bugs resolved -* **_Membership_: Fix regression when using back office renewal when contribution status of pending has been renamed ([#15494](https://github.com/civicrm/civicrm-core/pull/15494))** -* **_Payments_: Fix recording of payments against non pay later pending contributions ([dev/financial#69](https://lab.civicrm.org/dev/financial/issues/69): [#15511](https://github.com/civicrm/civicrm-core/pull/15511))** +* **_Membership_: Fix regression in back-office membership renewals on systems where "Pending" has been renamed ([#15494](https://github.com/civicrm/civicrm-core/pull/15494))** +* **_Payments_: Fix recording of payments against pending, non-"Pay later" contributions ([dev/financial#69](https://lab.civicrm.org/dev/financial/issues/69): [#15511](https://github.com/civicrm/civicrm-core/pull/15511))** ## Credits This release was developed by the following authors and reviewers: -Wikimedia Foundation - Eileen McNaughton; Mjw Consulting - Matt Wire; -JMA Consulting - Monish Deb; Australian Greens - Seamus Lee +Wikimedia Foundation - Eileen McNaughton; MJW Consulting - Matt Wire; +Megaphone Technology Consulting - Jon Goldberg; JMA Consulting - Monish Deb; +Australian Greens - Seamus Lee ## Feedback