Skip to content

Commit 827ae91

Browse files
committed
Update hooks for WordPress 5.7.
1 parent b7fe958 commit 827ae91

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@
9292
"webpack-cli": "^3.3.12"
9393
},
9494
"dependencies": {
95-
"@johnbillion/wp-hooks": "^0.5.3"
95+
"@johnbillion/wp-hooks": "^0.5.4"
9696
}
9797
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This extension provides intellisense and autocomplete for WordPress hooks, actions, and filters.
44

55
* Autocomplete for action and filter names
6-
- Supports all actions and filters up to WordPress 5.6
6+
- Supports all actions and filters up to WordPress 5.7
77
* Autocomplete for action and filter callback functions
88
- Supports functions, class methods, closures, arrow functions, and more
99
- The parameter types, return type, and a docblock are included where appropriate

0 commit comments

Comments
 (0)