This commit is contained in:
Rimian Perkins 2020-01-28 09:11:15 +11:00
parent 272f3eb998
commit 1e62f698ee
2 changed files with 8 additions and 2 deletions

View File

@ -6,6 +6,12 @@ The Discourse Subscriptions plugin allows you to set up a subscription based Dis
You can try it out here: https://discourse.rimian.com.au/s/subscribe
## Sponsorship
This project is partly funded by (discourse.org)[https://discourse.org]. Many thanks!
If you too would like to sponsor this project, I'd really appreciate it. You can help with development, admin costs or just coffee budget. See here: https://github.com/sponsors/rimian
See [Screenshots](#screenshots) below.
## Installation

View File

@ -2,7 +2,7 @@
# name: discourse-subscriptions
# about: Integrates Stripe into Discourse to allow visitors to subscribe
# version: 2.7.1
# version: 2.8.0
# url: https://github.com/rimian/discourse-subscriptions
# authors: Rimian Perkins
@ -44,7 +44,7 @@ after_initialize do
::Stripe.set_app_info(
'Discourse Subscriptions',
version: '2.7.1',
version: '2.8.0',
url: 'https://github.com/rimian/discourse-subscriptions'
)