From 99e5f2793dca0eed230cd9da1f4b390cd6316b8b Mon Sep 17 00:00:00 2001 From: Graeme Porteous Date: Mon, 4 Nov 2024 12:14:56 +0000 Subject: [PATCH] Update changelog --- doc/CHANGES.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 01fe6c6deb..c540e62bb9 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -2,6 +2,7 @@ ## Highlighted Features +* Switch from Stripe Plans to Stripe Prices (Graeme Porteous) * Upgrade Stripe API version (Graeme Porteous) * Fix script/mailin when multiple EXCEPTION_NOTIFICATIONS_TO addresses are specified (Graeme Porteous) @@ -88,7 +89,6 @@ * Don't show users that have closed their account or been banned on leaderboards (Chris Mytton) - ## Upgrade Notes * _Required:_ This upgrade requires upgrading Ruby from 3.0 to 3.1 or later. @@ -132,6 +132,12 @@ version from `2017-01-27` to `2020-03-02`. No changes should be necessary to your Stripe account. +* _Optional:_ We have moved from Stripe Plans to Stripe Prices. Previously we + hardcoded the Stripe Plan ID of `pro`, but with changes to the Stripe + dashboard this ID can no longer be created. You will now need to specify your + `STRIPE_PRICES` in `config/general.yml` to enable Pro subscription payments. + This will also allow multiple price points - for example annual pricing. + # 0.44.0.1 ## Highlighted Features