0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-05-19 23:40:07 +02:00

Commits vergleichen

...

8 Commits

Autor SHA1 Nachricht Datum
Angus McLeod 64b3bc41c5
Merge pull request #283 from paviliondev/tweak-readme
Tweak readme
2024-02-22 12:18:09 +02:00
Angus McLeod 326baeee9f
Merge branch 'main' into tweak-readme 2024-02-22 12:15:38 +02:00
Angus McLeod 782872ce2b Bump version 2024-02-22 12:13:30 +02:00
Nathan Kershaw 5ae661f41b
Merge branch 'main' into tweak-readme 2024-01-03 10:05:20 +11:00
Nathan Kershaw dbab8ca9a8
Update plugin.rb 2023-12-12 06:56:07 +13:00
Nathan Kershaw 18821e2eee
Update subscription.js
Changed to pricing page
2023-12-12 06:53:51 +13:00
Nathan Kershaw ae4cca6ed6
Update subscription.js.es6
Routed to pricing page instead
2023-12-12 06:52:54 +13:00
Nathan Kershaw 404e54a24c
Update README.md
Added Subscriptions section and tightened up Documentation section
2023-12-12 06:40:52 +13:00
4 geänderte Dateien mit 7 neuen und 12 gelöschten Zeilen

Datei anzeigen

@ -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

Datei anzeigen

@ -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 =

Datei anzeigen

@ -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 =

Datei anzeigen

@ -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.6.0
# 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