DEV: Bump discourse_dev to 0.1.0 (#12722)

And add the "discourse-development-auth" plugin and client locale files.
This commit is contained in:
Vinoth Kannan
2021-04-16 06:42:34 +05:30
committed by GitHub
parent d89e9fcfa3
commit e08432ddde
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -94,6 +94,8 @@ class Plugin::Instance
metadata = Plugin::Metadata.parse(source)
plugins << self.new(metadata, path)
end
plugins << DiscourseDev.auth_plugin if Rails.env.development? && DiscourseDev.auth_plugin_enabled?
}
end