A Discourse plugin that allows payments and subscription management via Stripe.
Go to file
dependabot[bot] ce2f0899c6
Bump rexml from 3.3.6 to 3.3.9 (#244)
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 20:40:26 +01:00
.github/workflows DEV: Update CI workflows (#148) 2023-01-10 19:06:12 +00:00
app DEV: Update plugin annotations (#243) 2024-10-25 09:48:56 +01:00
assets FIX: Redirect to the pricing table page when enabled (#239) 2024-10-02 17:53:20 -06:00
config Update translations (#235) 2024-08-29 15:01:43 -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 FIX: Redirect to the pricing table page when enabled (#239) 2024-10-02 17:53:20 -06:00
test/javascripts DEV: Prefix all test names (#238) 2024-09-18 01:49:28 +02:00
.discourse-compatibility DEV: Pin plugin for Discourse < 3.4.0.beta1-dev (#225) 2024-08-02 17:12:58 +08: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
.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 rexml from 3.3.6 to 3.3.9 (#244) 2024-10-28 20:40:26 +01: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: Switch to use pnpm (#241) 2024-10-14 14:39:36 +02:00
plugin.rb FEATURE: Add new stripe based pricing table (#202) 2024-04-29 12:47:58 -06:00
pnpm-lock.yaml DEV: Switch to use pnpm (#241) 2024-10-14 14:39:36 +02: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