From 404e54a24cc6351a770ef6c6b1d0fd9c086c4f0e Mon Sep 17 00:00:00 2001 From: Nathan Kershaw <63566309+nathan-nz@users.noreply.github.com> Date: Tue, 12 Dec 2023 06:40:52 +1300 Subject: [PATCH 1/5] Update README.md Added Subscriptions section and tightened up Documentation section --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 063ceaa2..38e43c32 100644 --- a/README.md +++ b/README.md @@ -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. +## 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 community subscription for smaller non-profit and charitable sites. + ## Documentation -[Read the full documentation here](https://pavilion.tech/products/discourse-custom-wizard-plugin/documentation/), or go directly to the relevant section - -- [Wizard Administration](https://coop.pavilion.tech/t/1602) -- [Wizard Settings](https://coop.pavilion.tech/t/1614) -- [Step Settings](https://pavilion.tech/products/discourse-custom-wizard-plugin/documentation/step-settings) -- [Field Settings](https://pavilion.tech/products/discourse-custom-wizard-plugin/documentation/field-settings) -- [Conditional Settings](https://pavilion.tech/products/discourse-custom-wizard-plugin/documentation/conditional-settings) -- [Field Interpolation](https://pavilion.tech/products/discourse-custom-wizard-plugin/documentation/field-interpolation) -- [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 From ae4cca6ed60359732e18ee48b5286783dfeb2ca5 Mon Sep 17 00:00:00 2001 From: Nathan Kershaw <63566309+nathan-nz@users.noreply.github.com> Date: Tue, 12 Dec 2023 06:52:54 +1300 Subject: [PATCH 2/5] Update subscription.js.es6 Routed to pricing page instead --- assets/javascripts/discourse/mixins/subscription.js.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/discourse/mixins/subscription.js.es6 b/assets/javascripts/discourse/mixins/subscription.js.es6 index 9ea9382d..ecbf5aab 100644 --- a/assets/javascripts/discourse/mixins/subscription.js.es6 +++ b/assets/javascripts/discourse/mixins/subscription.js.es6 @@ -3,7 +3,7 @@ import { getOwner } from "@ember/application"; import { readOnly } from "@ember/object/computed"; import discourseComputed from "discourse-common/utils/decorators"; -const PRODUCT_PAGE = "https://custom-wizard.pavilion.tech"; +const PRODUCT_PAGE = "https://custom-wizard.pavilion.tech/pricing"; const SUPPORT_MESSAGE = "https://coop.pavilion.tech/new-message?username=support&title=Custom%20Wizard%20Support"; const MANAGER_CATEGORY = From 18821e2eee27dd2e9b8e343104ed8eb78189a059 Mon Sep 17 00:00:00 2001 From: Nathan Kershaw <63566309+nathan-nz@users.noreply.github.com> Date: Tue, 12 Dec 2023 06:53:51 +1300 Subject: [PATCH 3/5] Update subscription.js Changed to pricing page --- assets/javascripts/discourse/services/subscription.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/discourse/services/subscription.js b/assets/javascripts/discourse/services/subscription.js index 499e734c..6b9aac0b 100644 --- a/assets/javascripts/discourse/services/subscription.js +++ b/assets/javascripts/discourse/services/subscription.js @@ -3,7 +3,7 @@ import { tracked } from "@glimmer/tracking"; import { ajax } from "discourse/lib/ajax"; import { popupAjaxError } from "discourse/lib/ajax-error"; -const PRODUCT_PAGE = "https://custom-wizard.pavilion.tech"; +const PRODUCT_PAGE = "https://custom-wizard.pavilion.tech/pricing"; const SUPPORT_MESSAGE = "https://coop.pavilion.tech/new-message?username=support&title=Custom%20Wizard%20Support"; const MANAGER_CATEGORY = From dbab8ca9a81f5c4ab37b6eb4d38cf5b2f2142b3d Mon Sep 17 00:00:00 2001 From: Nathan Kershaw <63566309+nathan-nz@users.noreply.github.com> Date: Tue, 12 Dec 2023 06:56:07 +1300 Subject: [PATCH 4/5] Update plugin.rb --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index c29b64f5..02170088 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.5.4 +# version: 2.5.5 # 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 From 782872ce2bc8bf9aaa459f506220b15d2b9a2684 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Thu, 22 Feb 2024 12:13:30 +0200 Subject: [PATCH 5/5] Bump version --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 02170088..200e2dc0 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.5.5 +# version: 2.6.1 # 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