diff --git a/js/version.json b/js/version.json index 3f7398f60e72b152c996df4bac595ab97905ad1b..e1b93273e5d8b9c6f3c43a4589023f2f0e6c9e18 100644 --- a/js/version.json +++ b/js/version.json @@ -1 +1 @@ -"5.80.2" +"5.80.3" diff --git a/release-notes.md b/release-notes.md index 07a9dbbdf6f684ca5bf83d8c605ebebf23ecc6e7..d46c114966615c3c8f2e8bf9a67cf51104ee91f0 100644 --- a/release-notes.md +++ b/release-notes.md @@ -15,6 +15,15 @@ Other resources for identifying changes are: * https://github.com/civicrm/civicrm-joomla * https://github.com/civicrm/civicrm-wordpress +## CiviCRM 5.80.3 + +Released January 9, 2025 + +- **[Synopsis](release-notes/5.80.3.md#synopsis)** +- **[Bugs resolved](release-notes/5.80.3.md#bugs)** +- **[Credits](release-notes/5.80.3.md#credits)** +- **[Feedback](release-notes/5.80.3.md#feedback)** + ## CiviCRM 5.80.2 Released January 9, 2025 diff --git a/release-notes/5.80.3.md b/release-notes/5.80.3.md new file mode 100644 index 0000000000000000000000000000000000000000..cfc80473cf3dfdf1a6749fc742ed7844887bf967 --- /dev/null +++ b/release-notes/5.80.3.md @@ -0,0 +1,36 @@ +# CiviCRM 5.80.3 + +Released January 9, 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?** | **yes** | +| Introduce features? | no | +| **Fix bugs?** | **yes** | +| Fix security vulnerabilities? | no | + +## <a name="bugs"></a>Bugs resolved + +* **_System Status_: The "Old Files" check incorrectly complains about "afform/core/sql" files. ([#31744](https://github.com/civicrm/civicrm-core/pull/31744))** + +## <a name="credits"></a>Credits + +This release was developed by the following authors and reviewers: + +Megaphone Technology Consulting - Jon Goldberg; Dave D + +## <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`. diff --git a/sql/civicrm_generated.mysql b/sql/civicrm_generated.mysql index 1e4d028b45be1ddf240be69640bae8784f4f0617..83b5810a9bd359bb5d94fbb7410a24befb65b63d 100644 --- a/sql/civicrm_generated.mysql +++ b/sql/civicrm_generated.mysql @@ -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.80.2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}'); + (1,'Default Domain Name',NULL,'5.80.3',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}'); /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */; UNLOCK TABLES; diff --git a/sql/test_data_second_domain.mysql b/sql/test_data_second_domain.mysql index 93c27fd89edd881762ae368ab51c618362a77a94..d9c135db9513d67c145fbce56b93867f42457ebe 100644 --- a/sql/test_data_second_domain.mysql +++ b/sql/test_data_second_domain.mysql @@ -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.80.2'; +UPDATE civicrm_domain SET version = '5.80.3'; diff --git a/xml/version.xml b/xml/version.xml index df59ae0a06d008edd27a0638ff32b94393835190..b081cb877ba97e0c96fc1c42b6900e8cbdeb3998 100644 --- a/xml/version.xml +++ b/xml/version.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> <version> - <version_no>5.80.2</version_no> + <version_no>5.80.3</version_no> <releaseDate>2025-01-09</releaseDate> </version>