mirror of
https://github.com/discourse/discourse.git
synced 2025-06-13 18:04:35 +08:00
DEV: bumping for customHref nav item API (#8029)
This commit is contained in:
@ -45,7 +45,7 @@ import { addCategorySortCriteria } from "discourse/components/edit-category-sett
|
|||||||
import { queryRegistry } from "discourse/widgets/widget";
|
import { queryRegistry } from "discourse/widgets/widget";
|
||||||
|
|
||||||
// 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.8.31";
|
const PLUGIN_API_VERSION = "0.8.32";
|
||||||
|
|
||||||
class PluginApi {
|
class PluginApi {
|
||||||
constructor(version, container) {
|
constructor(version, container) {
|
||||||
|
Reference in New Issue
Block a user