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