Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit e1163c3

Browse files
committed
Plugin API version
1 parent c92d995 commit e1163c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/initializers/extend-for-assigns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ export default {
840840
});
841841
}
842842

843-
withPluginApi("0.13.0", (api) => {
843+
withPluginApi("1.34.0", (api) => {
844844
extendTopicModel(api, PLUGIN_ID);
845845
initialize(api);
846846
registerTopicFooterButtons(api);

0 commit comments

Comments
 (0)