Skip to content

Commit

Permalink
Merge pull request #14938 from totten/5.15-bump
Browse files Browse the repository at this point in the history
Bump to 5.15.2. Add release notes.
  • Loading branch information
seamuslee001 authored Jul 31, 2019
2 parents 2823cec + 758f12b commit 43d4abd
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 2 deletions.
1 change: 1 addition & 0 deletions CRM/Upgrade/Incremental/sql/5.15.2.mysql.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{* file to handle db changes in 5.15.2 during upgrade *}
9 changes: 9 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ Other resources for identifying changes are:
* https://github.com/civicrm/civicrm-joomla
* https://github.com/civicrm/civicrm-wordpress

## CiviCRM 5.15.2

Released July 30, 2019

- **[Synopsis](release-notes/5.15.2.md#synopsis)**
- **[Bugs resolved](release-notes/5.15.2.md#bugs)**
- **[Credits](release-notes/5.15.2.md#credits)**
- **[Feedback](release-notes/5.15.2.md#feedback)**

## CiviCRM 5.15.1

Released July 10, 2019
Expand Down
44 changes: 44 additions & 0 deletions release-notes/5.15.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# CiviCRM 5.15.2

Released July 30, 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

- **Activities: Fix duplicate custom data block ([dev/core#1042](https://lab.civicrm.org/dev/core/issues/1042): [#14936](https://github.com/civicrm/civicrm-core/pull/14936))**
- **CiviContribute: Fix translation of message ([dev/core#1084](https://lab.civicrm.org/dev/core/issues/1084), [#14935](https://github.com/civicrm/civicrm-core/pull/14935))**
- **Search: Fix cross-page record selection ([#14929](https://github.com/civicrm/civicrm-core/pull/14929))**
- **Status Check: Fix compatibility in new utf8mb4 check ([dev/core#1136](https://lab.civicrm.org/dev/core/issues/1136), [#14935](https://github.com/civicrm/civicrm-core/pull/14935))**

## <a name="credits"></a>Credits

This release was developed by the following authors and reviewers:

Wikimedia Foundation - Eileen McNaughton; Pradeep Nayak; MJW Consulting -
Matthew Wire; Jens Schuppe; JMA Consulting - Monish Deb; Electronic Frontier
Foundation - Mark Burdett; Digitalcourage - Detlev Sieber; Dave D; CiviCoop -
Jaap Jansma; CiviCRM - Tim Otten; Centrale Organisatie van Voetbal
Scheidsrechters (COVS) - Ed van Leeuwen Blackfly Solutions - Alan Dixon;
Australian Greens - Seamus Lee

## <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 changes: 1 addition & 1 deletion sql/civicrm_generated.mysql
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,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.15.1',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.15.2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down
2 changes: 1 addition & 1 deletion xml/version.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<version>
<version_no>5.15.1</version_no>
<version_no>5.15.2</version_no>
</version>

0 comments on commit 43d4abd

Please sign in to comment.