Skip to content

Commit 0707b88

Browse files
committed
Update hooks for WordPress 6.9.
1 parent 3644522 commit 0707b88

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 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
@@ -85,6 +85,6 @@
8585
"typescript": "^5"
8686
},
8787
"dependencies": {
88-
"@wp-hooks/wordpress-core": "^1.10.0"
88+
"@wp-hooks/wordpress-core": "^1.11.0"
8989
}
9090
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This VS Code 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 6.8
6+
- Supports all actions and filters up to WordPress 6.9
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)