Skip to content

Commit c7356cd

Browse files
committed
Finished 1.7.0
1 parent b36e191 commit c7356cd

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

CHANGELOG-WIP.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release Notes for Stripe
22

3+
## 1.7.0 - 2026-12-11
4+
5+
- Added the `stripe/data/remove-duplicates` command.
6+
- Added the `stripe/sync/customer` command.
7+
- Added `craft\stripe\jobs\SyncSingleCustomerData`.
8+
- Added `craft\stripe\services\Invoices::syncCustomerInvoices()`.
9+
- Added `craft\stripe\services\PaymentMethods::syncCustomerPaymentMethods()`.
10+
- Added `craft\stripe\services\Subscriptions::syncCustomerSubscriptions()`.
11+
- Fixed a bug where links to the Stripe dashboard weren’t always linking to the right URL. ([#100](https://github.com/craftcms/stripe/issues/100))
12+
- Fixed a bug where it was possible to create multiple subscription elements for the same Stripe subscription. ([#101](https://github.com/craftcms/stripe/pull/101))
13+
314
## 1.6.1 - 2025-12-01
415

516
- Fixed a bug where the invoice amount wasn’t formatted correctly for zero-decimal currencies. ([#96](https://github.com/craftcms/stripe/issues/96))

0 commit comments

Comments
 (0)