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

Merge pull request #19194 from totten/5.32-bump2

5.32.2 - Set version. Add notes.
parents 3649205b 84628392
Branches 5.32
Tags 5.32.2
No related merge requests found
{* file to handle db changes in 5.32.2 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.32.2
Released December 12, 2020
- **[Synopsis](release-notes/5.32.2.md#synopsis)**
- **[Bugs resolved](release-notes/5.32.2.md#bugs)**
- **[Credits](release-notes/5.32.2.md#credits)**
- **[Feedback](release-notes/5.32.2.md#feedback)**
## CiviCRM 5.32.1
Released December 5, 2020
......
# CiviCRM 5.32.2
Released December 12, 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?** | **yes** |
| Introduce features? | no |
| **Fix bugs?** | **yes** |
## <a name="bugs"></a>Bugs resolved
* **_CiviContribute_: Financial ACLs overzealously enforced ([dev/core#2244](https://lab.civicrm.org/dev/core/-/issues/2244): [#19173](https://github.com/civicrm/civicrm-core/pull/19173))**
* **_CiviContribute_: Fix currency formatting of Total Amount (with multi-currency form support) ([#19185](https://github.com/civicrm/civicrm-core/pull/19185))**
* **_CiviEvent_: Error registering participants via search task ([#19125](https://github.com/civicrm/civicrm-core/pull/19125))**
* **_CiviEvent_: In "Find Participants", the "View" screen misbehaves ([dev/core#2248](https://lab.civicrm.org/dev/core/-/issues/2248): [#19183](https://github.com/civicrm/civicrm-core/pull/19183), [#19189](https://github.com/civicrm/civicrm-core/pull/19189))**
* **_Export_: Extra rows exported when using non-primary fields ([dev/core#2246](https://lab.civicrm.org/dev/core/-/issues/2246): [#19176](https://github.com/civicrm/civicrm-core/pull/19176))**
* **_Upgrader_: After web-based upgrade, Mosaico/Flexmailer services may be missing ([dev/core#2232](https://lab.civicrm.org/dev/core/-/issues/2232): [#19141](https://github.com/civicrm/civicrm-core/pull/19141))**
## <a name="credits"></a>Credits
This release was developed by the following authors and reviewers:
Wikimedia Foundation - Eileen McNaughton; timindaburgh; Tadpole Collective - Kevin
Cristiano; origamiusa; MJW Consulting - Matthew Wire; JMA Consulting - Seamus Lee; Dave D;
Coop SymbioTIC - Mathieu Lutfy; CiviCoop - Jaap Jansma; CiviCRM - Tim Otten; Christian
Wach; Agileware - Justin Freeman; AGH Strategies - Alice Frumin
## <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`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.32.1',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.32.2',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.32.1';
UPDATE civicrm_domain SET version = '5.32.2';
<?xml version="1.0" encoding="iso-8859-1" ?>
<version>
<version_no>5.32.1</version_no>
<version_no>5.32.2</version_no>
</version>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment