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

Merge pull request #31854 from totten/5.81-bump1

5.81.1 - Add notes. Set version.
parents 38abfd3c 36de269b
Branches
Tags 5.81.1
No related merge requests found
......@@ -209,8 +209,7 @@
"CRM/Upgrade/4.7.14.msg_template/*",
"CRM/Upgrade/4.7.19.msg_template/*",
"CRM/Upgrade/4.7.22.msg_template/*",
"CRM/Upgrade/4.7.23.msg_template/civicrm_msg_template.tpl",
"CRM/Upgrade/4.7.23.msg_template/message_templates/*",
"CRM/Upgrade/4.7.23.msg_template/*",
"CRM/Upgrade/4.7.4.msg_template/*",
"CRM/Upgrade/4.7.5.msg_template/*",
"CRM/Upgrade/4.7.alpha1.msg_template/*",
......
"5.81.0"
"5.81.1"
......@@ -15,6 +15,15 @@ Other resources for identifying changes are:
* https://github.com/civicrm/civicrm-joomla
* https://github.com/civicrm/civicrm-wordpress
## CiviCRM 5.81.1
Released January 21, 2025
- **[Synopsis](release-notes/5.81.1.md#synopsis)**
- **[Bugs resolved](release-notes/5.81.1.md#bugs)**
- **[Credits](release-notes/5.81.1.md#credits)**
- **[Feedback](release-notes/5.81.1.md#feedback)**
## CiviCRM 5.79.0
Released November 6, 2024
......
# CiviCRM 5.81.1
Released January 21, 2025
- **[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** |
| Fix security vulnerabilities? | no |
## <a name="bugs"></a>Bugs resolved
* **_Contact Summary_: Extra tabs may be displayed ([dev/core#5690](https://lab.civicrm.org/dev/core/-/issues/5690): [#31830](https://github.com/civicrm/civicrm-core/pull/31830))**
* **_River Lea_: Fix trash icon ([extensions/riverlea#11](https://lab.civicrm.org/extensions/riverlea/-/issues/11): [#31769](https://github.com/civicrm/civicrm-core/pull/31769))**
* **_Standalone_: Fix "Send Password Reset" for administrators ([#31848](https://github.com/civicrm/civicrm-core/pull/31848))**
## <a name="credits"></a>Credits
This release was developed by the following authors and reviewers:
Nicol Wistreich; JMA Consulting - Seamus Lee; Humanists UK - Andrew West; CiviCRM -
Coleman Watts; Benjamin W; All In Appli.com - Guillaume Sorel
## <a name="feedback"></a>Feedback
These release notes are edited by Tim Otten and Andie Hunt. If you'd like to
provide feedback on them, please login to https://chat.civicrm.org/civicrm and
contact `@agh1`.
......@@ -2969,7 +2969,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.81.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
(1,'Default Domain Name',NULL,'5.81.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
UNLOCK TABLES;
 
......@@ -907,4 +907,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.81.0';
UPDATE civicrm_domain SET version = '5.81.1';
<?xml version="1.0" encoding="iso-8859-1"?>
<version>
<version_no>5.81.0</version_no>
<releaseDate>2025-01-09</releaseDate>
<version_no>5.81.1</version_no>
<releaseDate>2025-01-21</releaseDate>
</version>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment