Skip to content
Snippets Groups Projects
Commit 223d27c3 authored by totten's avatar totten
Browse files

Set version to 5.81.1

parent 38abfd3c
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"
......@@ -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