diff --git a/README.md b/README.md index 0c45468567..56079df17e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Discourse Custom Wizard Plugin -The Custom Wizard Plugin lets you make forms for your Discourse forum. Better user onboarding, structured posting, data enrichment, automated actions and much more for your community. +Forms for Discourse. The Custom Wizard Plugin lets you make rich and powerful forms for your Discourse forum. Better user onboarding, structured posting, data enrichment, automated actions and much more for your community. @@ -10,17 +10,12 @@ The Custom Wizard Plugin lets you make forms for your Discourse forum. Better us If you're not sure how to install a plugin in Discourse, please follow the [plugin installation guide](https://meta.discourse.org/t/install-a-plugin/19157) or contact your Discourse hosting provider. -## Documentation +## Subscriptions +You can install the plugin right away and use the basic features. If you need more, we offer [several subscription options](https://custom-wizard.pavilion.tech/pricing), including a free community subscription. -[Read the full documentation here](https://coop.pavilion.tech/c/82), or go directly to the relevant section +## Documentation -- [Wizard Administration](https://coop.pavilion.tech/t/1602) -- [Wizard Settings](https://coop.pavilion.tech/t/1614) -- [Step Settings](https://coop.pavilion.tech/t/1735) -- [Field Settings](https://coop.pavilion.tech/t/1580) -- [Conditional Settings](https://coop.pavilion.tech/t/1673) -- [Field Interpolation](https://coop.pavilion.tech/t/1557) -- [Handling Dates and Times](https://coop.pavilion.tech/t/1708) +- [Read the full documentation here](https://coop.pavilion.tech/docs?ascending=true&category=82&order=title) ## Support diff --git a/plugin.rb b/plugin.rb index 680c7191da..a4413577f8 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # name: discourse-custom-wizard # about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more. -# version: 2.4.25 +# version: 2.4.26 # authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever, Juan Marcos Gutierrez Ramos # url: https://github.com/paviliondev/discourse-custom-wizard # contact_emails: development@pavilion.tech