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

Merge pull request #19028 from totten/5.31-bump1

Set version 5.31.1. Add notes.
parents 9132471b 4cdcf4f4
Branches 5.9
Tags 5.9.1
No related merge requests found
{* file to handle db changes in 5.31.1 during upgrade *}
......@@ -15,6 +15,15 @@ Other resources for identifying changes are:
* https://github.com/civicrm/civicrm-joomla
* https://github.com/civicrm/civicrm-wordpress
## CiviCRM 5.31.1
Released November 23, 2020
- **[Synopsis](release-notes/5.31.1.md#synopsis)**
- **[Bugs resolved](release-notes/5.31.1.md#bugs)**
- **[Credits](release-notes/5.31.1.md#credits)**
- **[Feedback](release-notes/5.31.1.md#feedback)**
## CiviCRM 5.31.0
Released November 5, 2020
......
# CiviCRM 5.31.1
Released November 23, 2020
- **[Synopsis](#synopsis)**
- **[Bugs resolved](#bugs)**
- **[Credits](#credits)**
- **[Feedback](#feedback)**
## <a name="synopsis"></a>Synopsis
| *Does this version...?* | |
| --------------------------------------------------------------- | -------- |
| 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
* **_CiviContribute_: PayPal status updates are mishandled in certain configurations ([dev/core#1931](https://lab.civicrm.org/dev/core/-/issues/1931): [#18996](https://github.com/civicrm/civicrm-core/pull/18996))**
This primarily impacts deployments which use WordPress short-codes or which do *not* use "Clean URLs".
* **_Groups_: Cannot manually add contacts immediately after group creation ([dev/core#2178](https://lab.civicrm.org/dev/core/-/issues/2178): [#18967](https://github.com/civicrm/civicrm-core/pull/18967))**
## <a name="credits"></a>Credits
This release was developed by the following authors and reviewers:
Wikimedia Foundation - Eileen McNaughton; Tadpole Collective - Kevin Cristiano;
pfelix; Megaphone Technology Consulting - Jon Goldberg; MC3 - Graham Mitchell;
marzast; JMA Consulting - Seamus Lee; Greenleaf Advancement - Guy Iaccarino;
gnewt42; DevApp - Adam Kwiatkowski; Dave D; CiviCRM - Tim Otten; Christian
Wach; Carlos Capote; Australian Greens - Andrew Cormick-Dockery; AlexLetizia;
Agileware - Justin Freeman
## <a name="feedback"></a>Feedback
These release notes are edited by Tim Otten and Andrew Hunt. If you'd like to
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`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.31.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.31.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
UNLOCK TABLES;
 
......@@ -963,4 +963,4 @@ INSERT INTO civicrm_navigation
VALUES
( @domainID, CONCAT('civicrm/report/instance/', @instanceID,'&reset=1'), 'Mailing Detail Report', 'Mailing Detail Report', 'administer CiviMail', 'OR', @reportlastID, '1', NULL, @instanceID+2 );
UPDATE civicrm_report_instance SET navigation_id = LAST_INSERT_ID() WHERE id = @instanceID;
UPDATE civicrm_domain SET version = '5.31.0';
UPDATE civicrm_domain SET version = '5.31.1';
<?xml version="1.0" encoding="iso-8859-1" ?>
<version>
<version_no>5.31.0</version_no>
<version_no>5.31.1</version_no>
</version>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment