Skip to content

Commit

Permalink
docs: some hook deprecation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Jul 16, 2021
1 parent ef4e74b commit 6bc090f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/src/modules/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
};

Expand Down

0 comments on commit 6bc090f

Please sign in to comment.