A Discourse plugin that allows payments and subscription management via Stripe.
Go to file
dependabot[bot] c7d7e14217
Bump rack from 3.1.12 to 3.1.14 (#275)
Bumps [rack](https://github.com/rack/rack) from 3.1.12 to 3.1.14.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v3.1.12...v3.1.14)

---
updated-dependencies:
- dependency-name: rack
  dependency-version: 3.1.14
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-07 12:50:34 -06:00
.github/workflows DEV: Update CI workflows (#148) 2023-01-10 19:06:12 +00:00
app FEATURE: Add support for SEK currency (#276) 2025-07-07 08:42:18 -06:00
assets FEATURE: Add support for SEK currency (#276) 2025-07-07 08:42:18 -06:00
config FEATURE: Add support for SEK currency (#276) 2025-07-07 08:42:18 -06:00
db/migrate DEV: Fix mismatched column types (#240) 2024-10-10 16:29:35 +03:00
lib DEV: Update linting (#189) 2024-01-16 17:51:44 +01:00
spec DEV: Add pagination to plans request (#272) 2025-04-10 07:35:31 -06:00
test/javascripts DEV: Clean up helpers (#279) 2025-06-20 21:36:54 +02:00
.discourse-compatibility DEV: Update linting config and run gjs-codemod (#277) 2025-06-05 11:40:13 +01:00
.gitignore DEV: Restore `gems` in .gitignore (#84) 2021-07-05 12:10:20 +02:00
.npmrc DEV: Switch to use pnpm (#241) 2024-10-14 14:39:36 +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 Bump rack from 3.1.12 to 3.1.16 (#278) 2025-06-21 17:57:28 +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
eslint.config.mjs DEV: Update eslint config (#245) 2024-11-19 11:31:14 +01:00
package.json DEV: Update linting config and run gjs-codemod (#277) 2025-06-05 11:40:13 +01:00
plugin.rb FEATURE: Add new stripe based pricing table (#202) 2024-04-29 12:47:58 -06:00
pnpm-lock.yaml DEV: Update linting config and run gjs-codemod (#277) 2025-06-05 11:40:13 +01:00
stylelint.config.mjs DEV: Update linting (#269) 2025-03-17 11:41:43 +00:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:25 +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