diff --git a/README.md b/README.md index 6f36b20..5e211b2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/plugin.rb b/plugin.rb index 843726b..c01ea4f 100644 --- a/plugin.rb +++ b/plugin.rb @@ -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' )