Skip to content

Releases: wp-hooks/vscode-wordpress-hooks

0.5.3

10 Dec 13:51
Compare
Choose a tag to compare
  • Fix a build error with version 0.5.2 (which updated the hooks for WordPress 5.6).

0.5.2

10 Dec 13:45
Compare
Choose a tag to compare
  • Updates to hooks for WordPress 5.6.

0.5.1

20 Nov 13:24
Compare
Choose a tag to compare
  • Added some changes made to filters in WordPress 5.5.1.

0.5.0

10 Nov 18:16
Compare
Choose a tag to compare
  • Introduce a hover provider for hook names
  • Provide autocomplete for a function when there are not yet any other symbols in the file
  • Allow the refers property to be used (@see tags use this)
  • Removing typing for stdClass in case down the line the object gets promoted to a real class
  • Add a link to developer.wordpress.org in the main hook description
  • Rebranding

0.4.0

04 Sep 17:38
Compare
Choose a tag to compare
  • Add snippets for inserting a class method, function, or arrow function as the callback.
  • Introduce support for nullable parameters and return values.
  • Conditionally show the __return_* callbacks depending on the return type of the filter.

0.3.0

01 Sep 00:09
Compare
Choose a tag to compare
  • Introduce options (enabled by default) for adding type declarations and a docblock to callback closures.
  • Add a return value to the callback closure for filters.

0.2.2

29 Aug 21:09
Compare
Choose a tag to compare

Updates to hooks for WordPress 5.5.

0.2.1

11 Jul 14:42
Compare
Choose a tag to compare
  • Some more reduction of the size of the extension.

0.2.0

10 Jul 16:56
Compare
Choose a tag to compare
  • Updates to hooks for WordPress 5.5 beta.
  • Extension performance improvements.

0.1.0

24 Feb 23:11
Compare
Choose a tag to compare
  • Update hooks for WordPress 5.4 beta.