From d42bddf158147ee2e1bc00b18a06d4b036fdf5f4 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Fri, 23 Feb 2024 12:00:08 +0200 Subject: [PATCH] FIX: breaking change to admin problem checks See https://github.com/discourse/discourse/commit/a72dc2f420ee9f06ee82212ed17a1a0c1d202143 and https://github.com/paviliondev/discourse_subscription_client/commit/f8cfebf1c1f7ab8791cfd7435256d14f445cf1f0 --- plugin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.rb b/plugin.rb index 708799ce..c4bd4000 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.6.1 +# version: 2.6.2 # 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 @@ -9,7 +9,7 @@ # meta_topic_id: 73345 gem 'liquid', '5.0.1', require: true -gem "discourse_subscription_client", "0.1.1", require_name: "discourse_subscription_client" +gem "discourse_subscription_client", "0.1.2", require_name: "discourse_subscription_client" gem 'discourse_plugin_statistics', '0.1.0.pre7', require: true register_asset 'stylesheets/common/admin.scss' register_asset 'stylesheets/common/wizard.scss'