diff --git a/app/views/layouts/qunit.html.erb b/app/views/layouts/qunit.html.erb index c2f5fb5e..0b97ee27 100644 --- a/app/views/layouts/qunit.html.erb +++ b/app/views/layouts/qunit.html.erb @@ -15,7 +15,7 @@ <%= preload_script "wizard-qunit" %> <%= csrf_meta_tags %> - + <%= tag.meta id: 'data-discourse-setup', data: client_side_setup_data %> diff --git a/plugin.rb b/plugin.rb index 7bf10efd..db3650e0 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.4 +# version: 2.6.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