forked from civicrm/civicrm-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
537 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# CiviCRM 5.63.3 | ||
|
||
Released August 2, 2023 | ||
|
||
- **[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 | ||
|
||
* **_CiviContribute_: Fix editing of certain values in "Contribution Page: Amounts" (PHP8.1) ([dev/core#4453](https://lab.civicrm.org/dev/core/-/issues/4453): [#26953](https://github.com/civicrm/civicrm-core/pull/26953))** | ||
* **_CiviMember_: Fix editing of certain price-set values ([dev/core#4468](https://lab.civicrm.org/dev/core/-/issues/4468), [dev/core#4429](https://lab.civicrm.org/dev/core/-/issues/4429): [#26902](https://github.com/civicrm/civicrm-core/pull/26902))** | ||
* **_SearchKit_: Fix display of arithmetic fields ([dev/core#4455](https://lab.civicrm.org/dev/core/-/issues/4455): [#26944](https://github.com/civicrm/civicrm-core/pull/26944))** | ||
|
||
## <a name="credits"></a>Credits | ||
|
||
This release was developed by the following authors and reviewers: | ||
|
||
Wildsight - Lars Sander-Green; Wikimedia Foundation - Eileen McNaughton; Tadpole | ||
Collective - Kevin Cristiano; Squiffle Consulting - Aidan Saunders; Megaphone Technology | ||
Consulting - Jon Goldberg; JMA Consulting - Seamus Lee; Fuzion - Peter Davis; Dave D; | ||
CiviCRM - Tim Otten, Coleman Watts; Agileware - Justin Freeman | ||
|
||
## <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`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# CiviCRM 5.64.1 | ||
|
||
Released August 18, 2023 | ||
|
||
- **[Synopsis](#synopsis)** | ||
- **[Bugs resolved](#bugs)** | ||
- **[Credits](#credits)** | ||
- **[Feedback](#feedback)** | ||
|
||
## <a name="synopsis"></a>Synopsis | ||
|
||
| *Does this version...?* | | | ||
| --------------------------------------------------------------- | -------- | | ||
| **Change the database schema?** | **yes** | | ||
| 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 | ||
|
||
* **_CiviEvent_: Warning when sending offline receipt ([dev/core#4494](https://lab.civicrm.org/dev/core/-/issues/4494): [#27066](https://github.com/civicrm/civicrm-core/pull/27066))** | ||
* **_CiviMail_: Selecting a recipient requires administrator permissions ([dev/core#4498](https://lab.civicrm.org/dev/core/-/issues/4498): [#27071](https://github.com/civicrm/civicrm-core/pull/27071))** | ||
* **_CiviMember_: Cannot change "Membership Price Set" on a contribution page ([dev/core#4486](https://lab.civicrm.org/dev/core/-/issues/4486): [#27079](https://github.com/civicrm/civicrm-core/pull/27079), [#27080](https://github.com/civicrm/civicrm-core/pull/27080), [#27083](https://github.com/civicrm/civicrm-core/pull/27083))** | ||
* **_Scheduled Reminders_: Administration screen doesn't open if CiviContribute is disabled ([dev/core#4492](https://lab.civicrm.org/dev/core/-/issues/4492): [#27043](https://github.com/civicrm/civicrm-core/pull/27043))** | ||
* **_Schema_: Drop inconsistent and unnecesary index ([dev/core#4472](https://lab.civicrm.org/dev/core/-/issues/4472): [#27088](https://github.com/civicrm/civicrm-core/pull/27088))** | ||
* **_Search Kit_: In-place editing fails for joined fields ([dev/core#4483](https://lab.civicrm.org/dev/core/-/issues/4483): [#27033](https://github.com/civicrm/civicrm-core/pull/27033))** | ||
* **_Upgrade_: List of active "Components" becomes empty on some sites ([#27075](https://github.com/civicrm/civicrm-core/pull/27075))** | ||
|
||
## <a name="credits"></a>Credits | ||
|
||
This release was developed by the following authors and reviewers: | ||
|
||
Wildsight - Lars Sander-Green; Wikimedia Foundation - Eileen McNaughton; Megaphone | ||
Technology Consulting - Jon Goldberg, Brienne Kordis; JMA Consulting - Seamus Lee; Dave D; | ||
Coop SymbioTIC - Mathieu Lutfy; CiviCRM - Coleman Watts, Tim Otten; CiviCoop - Jaap Jansma | ||
|
||
## <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`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# CiviCRM 5.64.2 | ||
|
||
Released August 24, 2023 | ||
|
||
- **[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 | ||
|
||
* **_CiviMember_: Cannot use CiviMember price-set on new contribution page ([dev/core#4523](https://lab.civicrm.org/dev/core/-/issues/4523): [#27120](https://github.com/civicrm/civicrm-core/pull/27120))** | ||
* **_CiviContribute_: If user enters "Other" amount, then old amount should be unselected ([#27129](https://github.com/civicrm/civicrm-core/pull/27129))** | ||
* **_Form Builder_: Email hyperlinks don't render for some messages ([dev/core#4531](https://lab.civicrm.org/dev/core/-/issues/4531): [#27134](https://github.com/civicrm/civicrm-core/pull/27134/))** | ||
* **_Importer_: Form doesn't update after toggling checkbox ([#27132](https://github.com/civicrm/civicrm-core/pull/27132))** | ||
* **_Send Email_: Form doesn't update after toggling checkbox ([#27132](https://github.com/civicrm/civicrm-core/pull/27132))** | ||
* **_Search Kit_: Bulk actions don't work unless ID column is displayed ([dev/core#4519](https://lab.civicrm.org/dev/core/-/issues/4519): [#27123](https://github.com/civicrm/civicrm-core/pull/27123))** | ||
|
||
## <a name="credits"></a>Credits | ||
|
||
This release was developed by the following authors and reviewers: | ||
|
||
Wildsight - Lars Sander-Green; Wikimedia Foundation - Eileen McNaughton; Megaphone | ||
Technology Consulting - Brienne Kordis; JMA Consulting - Seamus Lee; Dave D; CiviCRM - Tim | ||
Otten, Coleman Watts; Circle Interactive - Pradeep Nayak | ||
|
||
## <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`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# CiviCRM 5.64.3 | ||
|
||
Released September 1, 2023 | ||
|
||
- **[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 | ||
|
||
* **_CiviEvent_: Error when sending registration email (if CiviContribute is disabled) ([dev/core#4537](https://lab.civicrm.org/dev/core/-/issues/4537): [#27237](https://github.com/civicrm/civicrm-core/pull/27237))** | ||
* **_CiviEvent_: Extraneous warning displayed on free event registrations ([dev/core#4538](https://lab.civicrm.org/dev/core/-/issues/4538): [#27221](https://github.com/civicrm/civicrm-core/pull/27221))** | ||
|
||
## <a name="credits"></a>Credits | ||
|
||
This release was developed by the following authors and reviewers: | ||
|
||
Wildsight - Lars Sander-Green; Wikimedia Foundation - Eileen McNaughton; | ||
SYSTOPIA Organisationsberatung - Björn Endres; Megaphone Technology | ||
Consulting - Jon Goldberg; JMA Consulting - Seamus Lee; CiviCRM - Tim Otten; | ||
Agileware - Justin Freeman | ||
|
||
## <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`. |
Oops, something went wrong.