From 45464fd0b105140db51eb3238d6ddebe4c471497 Mon Sep 17 00:00:00 2001 From: jumagura Date: Tue, 5 Sep 2023 13:05:17 -0400 Subject: [PATCH 1/2] DEV: Pin plugin for Discourse 3.1 stable --- .discourse-compatibility | 1 + 1 file changed, 1 insertion(+) diff --git a/.discourse-compatibility b/.discourse-compatibility index b53ff04d..01ce2cde 100644 --- a/.discourse-compatibility +++ b/.discourse-compatibility @@ -1,2 +1,3 @@ +3.1.999: 1f35b80f85e5fd1efb7f4851f0845700432febdc 2.7.99: e07a57e398b6b1676ab42a7e34467556fca5416b 2.5.1: bb85b3a0d2c0ab6b59bcb405731c39089ec6731c From d78eea884b875c61642ded650eb22cfe03e369ec Mon Sep 17 00:00:00 2001 From: jumagura Date: Tue, 5 Sep 2023 13:05:55 -0400 Subject: [PATCH 2/2] bump version --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 756154bb..ea56d174 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.18 +# version: 2.4.19 # 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