parent
5a47b351ac
commit
5633c40e50
|
@ -77,7 +77,7 @@ import { addSearchResultsCallback } from "discourse/lib/search";
|
||||||
import { addSearchSuggestion } from "discourse/widgets/search-menu-results";
|
import { addSearchSuggestion } from "discourse/widgets/search-menu-results";
|
||||||
|
|
||||||
// If you add any methods to the API ensure you bump up this number
|
// If you add any methods to the API ensure you bump up this number
|
||||||
const PLUGIN_API_VERSION = "0.11.7";
|
const PLUGIN_API_VERSION = "0.12.0";
|
||||||
|
|
||||||
class PluginApi {
|
class PluginApi {
|
||||||
constructor(version, container) {
|
constructor(version, container) {
|
||||||
|
|
Loading…
Reference in New Issue