Add new 'jumpToPostId' plugin API method

This commit is contained in:
Régis Hanol
2018-03-24 02:43:39 +01:00
parent f56a746d71
commit 3a58dc0858
2 changed files with 6 additions and 2 deletions

View File

@ -26,7 +26,7 @@ import { addGTMPageChangedCallback } from 'discourse/lib/page-tracker';
import { registerCustomAvatarHelper } from 'discourse/helpers/user-avatar';
// If you add any methods to the API ensure you bump up this number
const PLUGIN_API_VERSION = '0.8.18';
const PLUGIN_API_VERSION = '0.8.19';
class PluginApi {
constructor(version, container) {