From 899e5a64a3d82d86c283aeb98927eddd1efe0f7b Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 30 May 2019 12:35:53 +1000 Subject: [PATCH 1/3] Add in 5.13.5 Release notes --- release-notes.md | 11 +++++++++ release-notes/5.13.5.md | 51 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 release-notes/5.13.5.md diff --git a/release-notes.md b/release-notes.md index 2150d478e4e4..295abb5dcd2a 100644 --- a/release-notes.md +++ b/release-notes.md @@ -14,6 +14,17 @@ Other resources for identifying changes are: * https://github.com/civicrm/civicrm-joomla * https://github.com/civicrm/civicrm-wordpress +## CiviCRM 5.13.5 + +Released May 29, 2019 + +- **[Synopsis](release-notes/5.13.5.md#synopsis)** +- **[Features](release-notes/5.13.5.md#features)** +- **[Bugs resolved](release-notes/5.13.5.md#bugs)** +- **[Miscellany](release-notes/5.13.5.md#misc)** +- **[Credits](release-notes/5.13.5.md#credits)** +- **[Feedback](release-notes/5.13.5.md#feedback)** + ## CiviCRM 5.13.4 Released May 15, 2019 diff --git a/release-notes/5.13.5.md b/release-notes/5.13.5.md new file mode 100644 index 000000000000..0b39a5e7dba1 --- /dev/null +++ b/release-notes/5.13.5.md @@ -0,0 +1,51 @@ +# CiviCRM 5.13.5 + +Released May 29, 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 + +- **Fix fatal error when using Drupal 7 HTMLPurifier Module" ([dev/core#976](https://lab.civicrm.org/dev/core/issues/976): + [14284](https://github.com/civicrm/civicrm-core/pull/14284) [253](https://github.com/civicrm/civicrm-packages/253))** + +- **Fix Regression where membership status job did not process memberships where is_override was set to 0" + ([dev/core#881[(https://lab.civicrm.org/dev/core/issues/881): [14287](https://github.com/civicrm/civicrm-core/pull/14287))** + +- **Fix regresion where New activity url in breadcrumbs broke ([dev/core#975](https://lab.civicrm.org/dev/core/issues/975): + [14366](https://github.com/civicrm/civicrm-core/pull/14366))** + +- **Fix regression in Javascript for Drupal 8 on public pages ([dev/core#968](https://lab.civicrm.org/dev/core/issues/968): + [14366](https://github.com/civicrm/civicrm-core/pull/14366))** + +- **Fix Regression where sorting participants did not retain search criteria ([dev/core#981](https://lab.civicrm.org/dev/core/issues/981): + [14366](https://github.com/civicrm/civicrm-core/pull/14366))** + +## Credits + +This release was developed by the following authors and reviewers: + +Wikimedia Foundation - Eileen McNaughton; Pradeep Nayak; Korlon - Stuart Gaston; +John Kyle Cronan; Coop SymbioTIC - Mathieu Lutfy; CiviCRM - Coleman Watts; +Australian Greens - Seamus Lee, Andrew Cormick-Dockery; AGH Strategies - Andrew Hunt; + +## 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 5c3cc1ae20e006585f78be742e543d69e09b4783 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 29 May 2019 20:42:43 -0700 Subject: [PATCH 2/3] Update 5.13.5.md --- release-notes/5.13.5.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/release-notes/5.13.5.md b/release-notes/5.13.5.md index 0b39a5e7dba1..5dc604bc6139 100644 --- a/release-notes/5.13.5.md +++ b/release-notes/5.13.5.md @@ -21,28 +21,32 @@ Released May 29, 2019 ## Bugs resolved -- **Fix fatal error when using Drupal 7 HTMLPurifier Module" ([dev/core#976](https://lab.civicrm.org/dev/core/issues/976): - [14284](https://github.com/civicrm/civicrm-core/pull/14284) [253](https://github.com/civicrm/civicrm-packages/253))** - -- **Fix Regression where membership status job did not process memberships where is_override was set to 0" - ([dev/core#881[(https://lab.civicrm.org/dev/core/issues/881): [14287](https://github.com/civicrm/civicrm-core/pull/14287))** - -- **Fix regresion where New activity url in breadcrumbs broke ([dev/core#975](https://lab.civicrm.org/dev/core/issues/975): +- **Breadcrumbs: Fix regression in displaying "New Activity" in the breadcrumbs ([dev/core#975](https://lab.civicrm.org/dev/core/issues/975): [14366](https://github.com/civicrm/civicrm-core/pull/14366))** -- **Fix regression in Javascript for Drupal 8 on public pages ([dev/core#968](https://lab.civicrm.org/dev/core/issues/968): +- **CiviEvent: Fix regression where sorting participants did not retain search criteria ([dev/core#981](https://lab.civicrm.org/dev/core/issues/981): [14366](https://github.com/civicrm/civicrm-core/pull/14366))** -- **Fix Regression where sorting participants did not retain search criteria ([dev/core#981](https://lab.civicrm.org/dev/core/issues/981): +- **CiviMember: Fix regression in updating membership statuses when "is_overrid=0" + ([dev/core#881](https://lab.civicrm.org/dev/core/issues/881): [14287](https://github.com/civicrm/civicrm-core/pull/14287))** + +- **Drupal 7: Restore compatibility with Drupal 7's "htmlpurifier" module" ([dev/core#976](https://lab.civicrm.org/dev/core/issues/976): + [14284](https://github.com/civicrm/civicrm-core/pull/14284), [253](https://github.com/civicrm/civicrm-packages/pull/253/))** + +- **Drupal 8: Fix regression in Javascript on public pages ([dev/core#968](https://lab.civicrm.org/dev/core/issues/968): [14366](https://github.com/civicrm/civicrm-core/pull/14366))** +- **jQuery: Restore support for sites which import to git monorepo +([dev/core#969](https://lab.civicrm.org/dev/core/issues/969): [14379](https://github.com/civicrm/civicrm-core/pull/14379), [1](https://github.com/civicrm/jquery/pull/1))** + ## Credits This release was developed by the following authors and reviewers: Wikimedia Foundation - Eileen McNaughton; Pradeep Nayak; Korlon - Stuart Gaston; -John Kyle Cronan; Coop SymbioTIC - Mathieu Lutfy; CiviCRM - Coleman Watts; -Australian Greens - Seamus Lee, Andrew Cormick-Dockery; AGH Strategies - Andrew Hunt; +John Kyle Cronan; Coop SymbioTIC - Mathieu Lutfy; CiviCRM - Coleman Watts, Tim Otten; +Caltha - Tomasz Pietrzkowski; Business & Code - Alain Benbassat; Agileware - Justin Freeman; +Australian Greens - Seamus Lee, Andrew Cormick-Dockery; AGH Strategies - Andrew Hunt, Tommy Bobo. ## Feedback From fc283a305deaca8588ee9d0921417ff224befe8f Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 29 May 2019 20:45:42 -0700 Subject: [PATCH 3/3] Update 5.13.5.md --- release-notes/5.13.5.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release-notes/5.13.5.md b/release-notes/5.13.5.md index 5dc604bc6139..b02556c51da5 100644 --- a/release-notes/5.13.5.md +++ b/release-notes/5.13.5.md @@ -27,7 +27,7 @@ Released May 29, 2019 - **CiviEvent: Fix regression where sorting participants did not retain search criteria ([dev/core#981](https://lab.civicrm.org/dev/core/issues/981): [14366](https://github.com/civicrm/civicrm-core/pull/14366))** -- **CiviMember: Fix regression in updating membership statuses when "is_overrid=0" +- **CiviMember: Fix regression in updating membership statuses when "is_override=0" ([dev/core#881](https://lab.civicrm.org/dev/core/issues/881): [14287](https://github.com/civicrm/civicrm-core/pull/14287))** - **Drupal 7: Restore compatibility with Drupal 7's "htmlpurifier" module" ([dev/core#976](https://lab.civicrm.org/dev/core/issues/976): @@ -45,8 +45,8 @@ This release was developed by the following authors and reviewers: Wikimedia Foundation - Eileen McNaughton; Pradeep Nayak; Korlon - Stuart Gaston; John Kyle Cronan; Coop SymbioTIC - Mathieu Lutfy; CiviCRM - Coleman Watts, Tim Otten; -Caltha - Tomasz Pietrzkowski; Business & Code - Alain Benbassat; Agileware - Justin Freeman; -Australian Greens - Seamus Lee, Andrew Cormick-Dockery; AGH Strategies - Andrew Hunt, Tommy Bobo. +Caltha - Tomasz Pietrzkowski; Business & Code - Alain Benbassat; Australian Greens - Seamus Lee, +Andrew Cormick-Dockery; Agileware - Justin Freeman; AGH Strategies - Andrew Hunt, Tommy Bobo. ## Feedback