Skip to content

Commit 4ccd92a

Browse files
author
CiviCRM
committed
Set version to 5.81.0
1 parent c1b3f0c commit 4ccd92a

5 files changed

+7
-6
lines changed

deleted-files-list.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@
209209
"CRM/Upgrade/4.7.14.msg_template/*",
210210
"CRM/Upgrade/4.7.19.msg_template/*",
211211
"CRM/Upgrade/4.7.22.msg_template/*",
212-
"CRM/Upgrade/4.7.23.msg_template/*",
212+
"CRM/Upgrade/4.7.23.msg_template/civicrm_msg_template.tpl",
213+
"CRM/Upgrade/4.7.23.msg_template/message_templates/*",
213214
"CRM/Upgrade/4.7.4.msg_template/*",
214215
"CRM/Upgrade/4.7.5.msg_template/*",
215216
"CRM/Upgrade/4.7.alpha1.msg_template/*",

js/version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"5.81.beta1"
1+
"5.81.0"

sql/civicrm_generated.mysql

+1-1
Original file line numberDiff line numberDiff line change
@@ -2969,7 +2969,7 @@ UNLOCK TABLES;
29692969
LOCK TABLES `civicrm_domain` WRITE;
29702970
/*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
29712971
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES
2972-
(1,'Default Domain Name',NULL,'5.81.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
2972+
(1,'Default Domain Name',NULL,'5.81.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
29732973
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
29742974
UNLOCK TABLES;
29752975

sql/test_data_second_domain.mysql

+1-1
Original file line numberDiff line numberDiff line change
@@ -907,4 +907,4 @@ INSERT INTO civicrm_navigation
907907
VALUES
908908
( @domainID, CONCAT('civicrm/report/instance/', @instanceID,'&reset=1'), 'Mailing Detail Report', 'Mailing Detail Report', 'administer CiviMail', 'OR', @reportlastID, '1', NULL, @instanceID+2 );
909909
UPDATE civicrm_report_instance SET navigation_id = LAST_INSERT_ID() WHERE id = @instanceID;
910-
UPDATE civicrm_domain SET version = '5.81.beta1';
910+
UPDATE civicrm_domain SET version = '5.81.0';

xml/version.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="iso-8859-1"?>
22
<version>
3-
<version_no>5.81.beta1</version_no>
4-
<releaseDate>(unreleased)</releaseDate>
3+
<version_no>5.81.0</version_no>
4+
<releaseDate>2025-01-09</releaseDate>
55
</version>

0 commit comments

Comments
 (0)