From b53cc205873215b1e3b4a27bfdb4055b5d1b9173 Mon Sep 17 00:00:00 2001
From: Tim Otten <totten@civicrm.org>
Date: Sat, 22 Mar 2025 17:43:40 -0700
Subject: [PATCH] Add release-notes/6.0.3.md

---
 release-notes.md       |  9 ++++++++
 release-notes/6.0.3.md | 47 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)
 create mode 100644 release-notes/6.0.3.md

diff --git a/release-notes.md b/release-notes.md
index fbbb9549a2e..ca2da3cb255 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 6.0.3
+
+Released March 22, 2025
+
+- **[Synopsis](release-notes/6.0.3.md#synopsis)**
+- **[Bugs resolved](release-notes/6.0.3.md#bugs)**
+- **[Credits](release-notes/6.0.3.md#credits)**
+- **[Feedback](release-notes/6.0.3.md#feedback)**
+
 ## CiviCRM 6.0.2
 
 Released March 18, 2025
diff --git a/release-notes/6.0.3.md b/release-notes/6.0.3.md
new file mode 100644
index 00000000000..e6e97a9273c
--- /dev/null
+++ b/release-notes/6.0.3.md
@@ -0,0 +1,47 @@
+# CiviCRM 6.0.3
+
+Released March 22, 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?     | no       |
+| Introduce features?                                             | no       |
+| **Fix bugs?**                                                   | **yes**  |
+| Fix security vulnerabilities?                                   | no       |
+
+## <a name="bugs"></a>Bugs resolved
+
+* **_CiviContribute_: Fix support for extensions that disable tabs ([#32425](https://github.com/civicrm/civicrm-core/pull/32425))**
+* **_CiviEvent_: In "Manage Event", the "Tell a Friend" tab shows incorrect content ([dev/core#5780](https://lab.civicrm.org/dev/core/-/issues/5780): [#32434](https://github.com/civicrm/civicrm-core/pull/32434))**
+* **_CiviMember_: Custom data not saved when using "Submit Credit Card Membership" ([dev/core#5708](https://lab.civicrm.org/dev/core/-/issues/5708): [#32437](https://github.com/civicrm/civicrm-core/pull/32437))**
+* **_Custom Data_: Fix alignment of checkboxes ([dev/core#5716](https://lab.civicrm.org/dev/core/-/issues/5716): [#32380](https://github.com/civicrm/civicrm-core/pull/32380))**
+* **_Custom Data_: Fix saving when custom data involves "Address"es ([dev/core#5806](https://lab.civicrm.org/dev/core/-/issues/5806): [#32456](https://github.com/civicrm/civicrm-core/pull/32456))**
+* **_Session Expiration_: Notification supeceded by secondary fatal ("TypeError") ([dev/core#5808](https://lab.civicrm.org/dev/core/-/issues/5808): [#32449](https://github.com/civicrm/civicrm-core/pull/32449))**
+* **_View Contact_: Extraneous error shown to user with limited permission ([dev/core#5718](https://lab.civicrm.org/dev/core/-/issues/5718): [#32453](https://github.com/civicrm/civicrm-core/pull/32453))**
+* **_Standalone Users_: Fix contrast issue in Dark Mode ([dev/core#5798](https://lab.civicrm.org/dev/core/-/issues/5798): [#32446](https://github.com/civicrm/civicrm-core/pull/32446))**
+* **_Upgrade_: Fails when handling long values of "From Email Address" ([dev/core#5805](https://lab.civicrm.org/dev/core/-/issues/5805): [#32431](https://github.com/civicrm/civicrm-core/pull/32431))**
+
+## <a name="credits"></a>Credits
+
+This release was developed by the following authors and reviewers:
+
+Wikimedia Foundation - Eileen McNaughton; Megaphone Technology Consulting - Jon Goldberg;
+JMA Consulting - Seamus Lee, Edsel Lopez; Dave D; CiviCRM - Coleman Watts, Tim Otten;
+BrightMinded Ltd - Bradley Taylor; Benjamin W; Andy Burns; AGH Strategies - Chris Garaffa,
+Alice Frumin
+
+## <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`.
-- 
GitLab