Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Nov 4, 2024
1 parent 90357ff commit 99e5f27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 99e5f27

Please sign in to comment.