docs: some hook deprecation notices

v1.18.x
Julian Lam 4 years ago
parent ef4e74bfc8
commit 6bc090f8bb

@ -6,8 +6,9 @@ define('hooks', [], () => {
temporary: new Set(),
deprecated: {
'action:script.load': 'filter:script.load', // 👋 @ 1.18.0
'action:category.loaded': 'action:topics.loaded',
'action:category.loading': 'action:topics.loading',
'action:category.loaded': 'action:topics.loaded', // 👋 @ 1.19.0
'action:category.loading': 'action:topics.loading', // 👋 @ 1.19.0
'action:composer.check': 'filter:composer.check', // 👋 @ 1.19.0
},
};

Loading…
Cancel
Save