Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Nov 5, 2024
1 parent 2347e02 commit d87ac1a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Highlighted Features

* Migrated 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,13 @@
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. Migration to the Prices API will
allow for more flexibly, pricing changes, and multiple price points - for
example annual pricing. For new prices you need to configure `STRIPE_PRICES`
in `config/general.yml`.

# 0.44.0.1

## Highlighted Features
Expand Down

0 comments on commit d87ac1a

Please sign in to comment.