7140517ec8
* DEV: Fix SCSS deprecations Followup to https://github.com/discourse/discourse-subscriptions/pull/171 Also fixes: ``` ╷ 581 │ hsl(random(360), 100, 50); │ ^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ /Users/pmusaraj/Projects/discourse/discourse-subscriptions.scss 581:7 root stylesheet Deprecation Warning: $lightness: Passing a number without unit % (50) is deprecated. ``` * More cleanup |
||
---|---|---|
.github/workflows | ||
app | ||
assets | ||
config | ||
db/migrate | ||
lib | ||
spec | ||
test/javascripts | ||
.discourse-compatibility | ||
.eslintrc | ||
.gitignore | ||
.prettierrc | ||
.rubocop.yml | ||
.streerc | ||
.template-lintrc.js | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
README.md | ||
package.json | ||
plugin.rb | ||
translator.yml | ||
yarn.lock |
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