Skip to content

Commit dc87c0c

Browse files
authored
Merge pull request #20282 from totten/5.37-bump2
Version 5.37.2 - Add notes. Bump ver.
2 parents 4e88bf2 + fe1e388 commit dc87c0c

File tree

5 files changed

+49
-3
lines changed

5 files changed

+49
-3
lines changed

release-notes.md

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ Other resources for identifying changes are:
1515
* https://github.com/civicrm/civicrm-joomla
1616
* https://github.com/civicrm/civicrm-wordpress
1717

18+
## CiviCRM 5.37.2
19+
20+
Released May 12, 2021
21+
22+
- **[Synopsis](release-notes/5.37.2.md#synopsis)**
23+
- **[Bugs resolved](release-notes/5.37.2.md#bugs)**
24+
- **[Credits](release-notes/5.37.2.md#credits)**
25+
- **[Feedback](release-notes/5.37.2.md#feedback)**
26+
1827
## CiviCRM 5.37.1
1928

2029
Released May 11, 2021

release-notes/5.37.2.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# CiviCRM 5.37.2
2+
3+
Released May 12, 2021
4+
5+
- **[Synopsis](#synopsis)**
6+
- **[Bugs resolved](#bugs)**
7+
- **[Credits](#credits)**
8+
- **[Feedback](#feedback)**
9+
10+
## <a name="synopsis"></a>Synopsis
11+
12+
| *Does this version...?* | |
13+
| --------------------------------------------------------------- | -------- |
14+
| Change the database schema? | no |
15+
| Alter the API? | no |
16+
| Require attention to configuration options? | no |
17+
| Fix problems installing or upgrading to a previous version? | no |
18+
| Introduce features? | no |
19+
| **Fix bugs?** | **yes** |
20+
21+
## <a name="bugs"></a>Bugs resolved
22+
23+
* **_CiviContribute_: Fix monetary formatting when using non-decimal separators on certain payment processors
24+
([#20277](https://github.com/civicrm/civicrm-core/pull/20277))**
25+
26+
## <a name="credits"></a>Credits
27+
28+
This release was developed by the following authors and reviewers:
29+
30+
Wikimedia Foundation - Eileen McNaughton; MJW Consulting - Matthew Wire; JMA Consulting -
31+
Seamus Lee; CiviCRM - Tim Otten
32+
33+
## <a name="feedback"></a>Feedback
34+
35+
These release notes are edited by Tim Otten and Andrew Hunt. If you'd like to
36+
provide feedback on them, please login to https://chat.civicrm.org/civicrm and
37+
contact `@agh1`.

sql/civicrm_generated.mysql

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ UNLOCK TABLES;
399399

400400
LOCK TABLES `civicrm_domain` WRITE;
401401
/*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
402-
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.37.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
402+
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.37.2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
403403
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
404404
UNLOCK TABLES;
405405

sql/test_data_second_domain.mysql

+1-1
Original file line numberDiff line numberDiff line change
@@ -963,4 +963,4 @@ INSERT INTO civicrm_navigation
963963
VALUES
964964
( @domainID, CONCAT('civicrm/report/instance/', @instanceID,'&reset=1'), 'Mailing Detail Report', 'Mailing Detail Report', 'administer CiviMail', 'OR', @reportlastID, '1', NULL, @instanceID+2 );
965965
UPDATE civicrm_report_instance SET navigation_id = LAST_INSERT_ID() WHERE id = @instanceID;
966-
UPDATE civicrm_domain SET version = '5.37.1';
966+
UPDATE civicrm_domain SET version = '5.37.2';

xml/version.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="iso-8859-1" ?>
22
<version>
3-
<version_no>5.37.1</version_no>
3+
<version_no>5.37.2</version_no>
44
</version>

0 commit comments

Comments
 (0)