A Discourse plugin that allows payments and subscription management via Stripe.
Go to file
dependabot[bot] a3b4521a76
Bump braces from 3.0.2 to 3.0.3 (#217)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-16 22:31:59 +02:00
.github/workflows DEV: Update CI workflows (#148) 2023-01-10 19:06:12 +00:00
app FIX: One-time purchase pending invoice item (#210) 2024-05-07 08:57:37 -06:00
assets FIX: Campaign banner should link to pricing table when enabled (#212) 2024-05-15 11:44:27 -06:00
config Update translations (#216) 2024-05-31 12:30:13 +02:00
db/migrate DEV: Stop deleting customers on cancel (#207) 2024-05-02 13:38:30 -06:00
lib DEV: Update linting (#189) 2024-01-16 17:51:44 +01:00
spec FIX: Campaign banner should link to pricing table when enabled (#212) 2024-05-15 11:44:27 -06:00
test/javascripts FIX: Translation missing for Norway (#196) 2024-03-27 15:50:15 -06:00
.discourse-compatibility DEV: Pin plugin for Discourse < 3.3.0.beta1-dev (#192) 2024-02-29 13:59:04 -07:00
.eslintrc.cjs DEV: Update linting (#189) 2024-01-16 17:51:44 +01:00
.gitignore DEV: Restore `gems` in .gitignore (#84) 2021-07-05 12:10:20 +02:00
.prettierrc.cjs DEV: Update linting (#189) 2024-01-16 17:51:44 +01:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
.template-lintrc.cjs DEV: Update linting (#189) 2024-01-16 17:51:44 +01:00
Gemfile DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
Gemfile.lock DEV: Update rubocop-discourse to version 3.8.0 (#215) 2024-05-28 11:52:36 +02:00
LICENSE Initial commit 2017-01-30 10:52:35 +11:00
README.md DEV: Update README.md (#109) 2022-02-21 21:04:40 +01:00
package.json DEV: Update rubocop-discourse to version 3.8.0 (#215) 2024-05-28 11:52:36 +02:00
plugin.rb FEATURE: Add new stripe based pricing table (#202) 2024-04-29 12:47:58 -06:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:25 +02:00
yarn.lock Bump braces from 3.0.2 to 3.0.3 (#217) 2024-06-16 22:31:59 +02:00

README.md

Discourse Subscriptions Plugin

Discourse Subscriptions allows site owners to sell recurring and one-time purchase subscriptions that grant access to a group on a Discourse instance.

For more information, please see: https://meta.discourse.org/t/discourse-subscriptions-plugin/140818