From aa510c0b9c1e9fb29b8aaa7227320c35901f849e Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Wed, 5 Jun 2024 07:28:04 -0700 Subject: [PATCH] Changelog tweaks [ci skip] --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd22f5c4c..aa0b5acf5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ ## Unreleased -- Fixed a PHP error that occurred when saving Donation settings with multiple stores configured. ([#3521](https://github.com/craftcms/commerce/issues/3521)) -- Fixed a bug where a hidden product title field would be visible if there was an error. +- Product Title fields are no longer shown when “Show the Title field” is disabled and there’s a validation error on the `title` attribute. ([craftcms/cms#13876](https://github.com/craftcms/cms/issues/13876)) +- Fixed a PHP error that occurred when saving donation settings on multi-store installs. ([#3521](https://github.com/craftcms/commerce/issues/3521)) ## 5.0.8 - 2024-05-29