From 13a1538eb9a3fbe363fa2537059080e834348cf9 Mon Sep 17 00:00:00 2001 From: jumagura Date: Tue, 5 Sep 2023 12:38:25 -0400 Subject: [PATCH 1/4] DEV: Update compatibility for main branch --- .discourse-compatibility | 1 + 1 file changed, 1 insertion(+) diff --git a/.discourse-compatibility b/.discourse-compatibility index b53ff04d..556450b9 100644 --- a/.discourse-compatibility +++ b/.discourse-compatibility @@ -1,2 +1,3 @@ +3.1.0: 1f35b80f85e5fd1efb7f4851f0845700432febdc 2.7.99: e07a57e398b6b1676ab42a7e34467556fca5416b 2.5.1: bb85b3a0d2c0ab6b59bcb405731c39089ec6731c From 121d60330a87ec47791809d4b78b85b7060bc11b Mon Sep 17 00:00:00 2001 From: jumagura Date: Tue, 5 Sep 2023 12:49:58 -0400 Subject: [PATCH 2/4] DEV: Pin plugin for Discourse 3.1 stable --- .discourse-compatibility | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.discourse-compatibility b/.discourse-compatibility index 556450b9..01ce2cde 100644 --- a/.discourse-compatibility +++ b/.discourse-compatibility @@ -1,3 +1,3 @@ -3.1.0: 1f35b80f85e5fd1efb7f4851f0845700432febdc +3.1.999: 1f35b80f85e5fd1efb7f4851f0845700432febdc 2.7.99: e07a57e398b6b1676ab42a7e34467556fca5416b 2.5.1: bb85b3a0d2c0ab6b59bcb405731c39089ec6731c From 36d6f9bc6f94737e446f6a0bd5b95541e21d67cc Mon Sep 17 00:00:00 2001 From: jumagura Date: Tue, 5 Sep 2023 12:52:11 -0400 Subject: [PATCH 3/4] 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 From 785bce228e762fddfba83b6ffd63abf5160c5d3b Mon Sep 17 00:00:00 2001 From: jumagura Date: Fri, 8 Sep 2023 10:02:12 -0400 Subject: [PATCH 4/4] bump version --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index ea56d174..ef83b548 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.19 +# version: 2.4.20 # 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