mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
fix: update version removal comments to 1.17 for some features
This commit is contained in:
@@ -25,7 +25,7 @@ require('./usage')(Plugins);
|
||||
Plugins.data = require('./data');
|
||||
Plugins.hooks = require('./hooks');
|
||||
|
||||
// Backwards compatibility for hooks, remove in v1.16.0
|
||||
// Backwards compatibility for hooks, remove in v1.17.0
|
||||
Plugins.registerHook = Plugins.hooks.register;
|
||||
Plugins.unregisterHook = Plugins.hooks.unregister;
|
||||
Plugins.fireHook = Plugins.hooks.fire;
|
||||
|
||||
Reference in New Issue
Block a user