mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 02:12:09 +08:00
DEV: Bump client side plugin-api version.
Follow-up to 91456ad2cbbf767f71aedffb6b556617df64342f
This commit is contained in:
@ -77,7 +77,7 @@ import { addSearchResultsCallback } from "discourse/lib/search";
|
||||
import { addSearchSuggestion } from "discourse/widgets/search-menu-results";
|
||||
|
||||
// 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 {
|
||||
constructor(version, container) {
|
||||
|
Reference in New Issue
Block a user