bump
This commit is contained in:
parent
272f3eb998
commit
1e62f698ee
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue