From 877e3899a92110e6d4aae179a3ab1c8e9a45eafa Mon Sep 17 00:00:00 2001 From: i-just Date: Mon, 9 Dec 2024 08:14:54 +0000 Subject: [PATCH] updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de5186..0f6c258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Release Notes for Stripe +## Unreleased + +- Fixed a bug where an error was thrown on the Entry edit page when Stripe was installed, but not configured with an API key yet. ([#66](https://github.com/craftcms/stripe/pull/66)) +- Fixed a bug where “Stripe Sync All” utility was showing when Stripe was installed, but not configured with an API key yet. ([#66](https://github.com/craftcms/stripe/pull/66)) + ## 1.3.1 - 2024-11-28 - Fixed a bug where the Products index page listed “Link” as a sort option.. ([#59](https://github.com/craftcms/stripe/issues/59))