Skip to content
Snippets Groups Projects
Unverified Commit b0cd8619 authored by totten's avatar totten Committed by GitHub
Browse files

Merge pull request #14381 from seamuslee001/release_notes_version_bump

Update version to be 5.13.5 and add in release notes for the release
parents 8bfd5237 d4922937
Branches 5.9
Tags 5.9.1
No related merge requests found
{* file to handle db changes in 5.13.5 during upgrade *}
......@@ -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
......
# CiviCRM 5.13.5
Released May 29, 2019
- **[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
- **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))**
- **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_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):
[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))**
## <a name="credits"></a>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, Tim Otten;
Caltha - Tomasz Pietrzkowski; Business & Code - Alain Benbassat; Australian Greens - Seamus Lee,
Andrew Cormick-Dockery; Agileware - Justin Freeman; AGH Strategies - Andrew Hunt, Tommy Bobo.
## <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`.
......@@ -399,7 +399,7 @@ UNLOCK TABLES;
 
LOCK TABLES `civicrm_domain` WRITE;
/*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'5.13.4',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'5.13.5',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
UNLOCK TABLES;
 
<?xml version="1.0" encoding="iso-8859-1" ?>
<version>
<version_no>5.13.4</version_no>
<version_no>5.13.5</version_no>
</version>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment