Skip to content

Commit

Permalink
Merge pull request #31577 from totten/5.79-bump2
Browse files Browse the repository at this point in the history
5.79.2 - Add notes. Set version.
  • Loading branch information
totten authored Dec 5, 2024
2 parents 66b1c9a + 19eae06 commit 49976a8
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"5.79.1"
"5.79.2"
9 changes: 9 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ Other resources for identifying changes are:
* https://github.com/civicrm/civicrm-joomla
* https://github.com/civicrm/civicrm-wordpress

## CiviCRM 5.79.2

Released December 4, 2024

- **[Synopsis](release-notes/5.79.2.md#synopsis)**
- **[Bugs resolved](release-notes/5.79.2.md#bugs)**
- **[Credits](release-notes/5.79.2.md#credits)**
- **[Feedback](release-notes/5.79.2.md#feedback)**

## CiviCRM 5.79.1

Released November 25, 2024
Expand Down
37 changes: 37 additions & 0 deletions release-notes/5.79.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# CiviCRM 5.79.2

Released December 4, 2024

- **[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

* **_Contacts_: Shared addresses become un-shared (after any edits) ([dev/core#5592](https://lab.civicrm.org/dev/core/-/issues/5592): [#31559](https://github.com/civicrm/civicrm-core/pull/31559))**

## <a name="credits"></a>Credits

This release was developed by the following authors and reviewers:

JMA Consulting - Seamus Lee; frankADsystopia.de; civiservice.de - Detlev Sieber; CiviCRM -
Coleman Watts, Tim Otten

## <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`.
2 changes: 1 addition & 1 deletion sql/civicrm_generated.mysql
Original file line number Diff line number Diff line change
Expand Up @@ -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.79.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
(1,'Default Domain Name',NULL,'5.79.2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down
2 changes: 1 addition & 1 deletion sql/test_data_second_domain.mysql
Original file line number Diff line number Diff line change
Expand Up @@ -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.79.1';
UPDATE civicrm_domain SET version = '5.79.2';
4 changes: 2 additions & 2 deletions xml/version.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<version>
<version_no>5.79.1</version_no>
<releaseDate>2024-11-25</releaseDate>
<version_no>5.79.2</version_no>
<releaseDate>2024-12-04</releaseDate>
</version>

0 comments on commit 49976a8

Please sign in to comment.