mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 09:57:49 +08:00
FIX: Reset tags on category change (#6363)
This commit is contained in:
@ -38,7 +38,7 @@ import Sharing from "discourse/lib/sharing";
|
||||
import { addComposerUploadHandler } from "discourse/components/composer-editor";
|
||||
|
||||
// If you add any methods to the API ensure you bump up this number
|
||||
const PLUGIN_API_VERSION = "0.8.24";
|
||||
const PLUGIN_API_VERSION = "0.8.25";
|
||||
|
||||
class PluginApi {
|
||||
constructor(version, container) {
|
||||
|
Reference in New Issue
Block a user