Skip to content

Commit e265dbc

Browse files
authored
Merge pull request #16977 from totten/5.24-bump1
Set version to 5.24.1. Add notes.
2 parents de0bf8a + 48ab11e commit e265dbc

File tree

5 files changed

+53
-2
lines changed

5 files changed

+53
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{* file to handle db changes in 5.24.1 during upgrade *}

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.24.1
19+
20+
Released April 4, 2020
21+
22+
- **[Synopsis](release-notes/5.24.1.md#synopsis)**
23+
- **[Bugs resolved](release-notes/5.24.1.md#bugs)**
24+
- **[Credits](release-notes/5.24.1.md#credits)**
25+
- **[Feedback](release-notes/5.24.1.md#feedback)**
26+
1827
## CiviCRM 5.24.0
1928

2029
Released April 1, 2020

release-notes/5.24.1.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# CiviCRM 5.24.1
2+
3+
Released April 4, 2020.
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+
| Fix security vulnerabilities? | no |
15+
| Change the database schema? | no |
16+
| Alter the API? | no |
17+
| Require attention to configuration options? | no |
18+
| Fix problems installing or upgrading to a previous version? | **yes** |
19+
| Introduce features? | no |
20+
| **Fix bugs?** | **yes** |
21+
22+
## <a name="bugs"></a>Bugs resolved
23+
24+
* **_Upgrade_: Web-based upgrader freezes after step "Upgrade DB to 5.24.alpha1: SQL"
25+
([dev/core#1689](https://lab.civicrm.org/dev/core/-/issues/1689), [dev/financial#84](https://lab.civicrm.org/dev/financial/-/issues/84#note_34262): [#16971](https://github.com/civicrm/civicrm-core/pull/16971))**
26+
* **_Smart Groups_: Groups defined with certain custom fields fail ([dev/core#1688](https://lab.civicrm.org/dev/core/-/issues/1688): [#16961](https://github.com/civicrm/civicrm-core/pull/16961))**
27+
28+
## <a name="credits"></a>Credits
29+
30+
This release was developed by the following authors and reviewers:
31+
32+
Wikimedia Foundation - Eileen McNaughton; Tadpole Collective - Kevin
33+
Cristiano; Phil McKerracher; Megaphone Technology Consulting - Jon Goldberg;
34+
JMA Consulting - Seamus Lee; Dave D; CiviCRM - Coleman Watts, Tim Otten;
35+
Andy Clark
36+
37+
## <a name="feedback"></a>Feedback
38+
39+
These release notes are edited by Tim Otten and Andrew Hunt. If you'd like to
40+
provide feedback on them, please login to https://chat.civicrm.org/civicrm and
41+
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.24.0',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.24.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
403403
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
404404
UNLOCK TABLES;
405405

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.24.0</version_no>
3+
<version_no>5.24.1</version_no>
44
</version>

0 commit comments

Comments
 (0)