FIX: Reset tags on category change (#6363)

This commit is contained in:
Joffrey JAFFEUX
2018-09-05 17:18:52 +02:00
committed by GitHub
parent f3aef2cc83
commit 17087eff2a
8 changed files with 117 additions and 4 deletions

View File

@ -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) {