Skip to content

Releases: akirk/extract-wp-hooks

1.4.0

31 Jan 11:34
c0b59d9

Choose a tag to compare

New Features

  • Add github_wiki config option for non-wiki documentation output
    • When github_wiki: false: adds top headlines to hook pages and .md extensions to links
    • Defaults to true for backward compatibility

Code Quality

  • Add comprehensive PHPDoc comments to all classes and methods
  • Fix all in_array() calls to use strict comparison
  • Fix all phpcs errors and warnings

1.3.2

30 Jan 17:58
63dd3e9

Choose a tag to compare

What's Changed

  • Render @type tags in documentation output (#25)
  • Skip array parameter block content from main description (#26)
  • Clean up array parameter output in documentation (#27)

These changes improve support for WordPress-style array parameter documentation with @type tags.

Full Changelog: 1.3.1...1.3.2

1.3.1

30 Jan 12:15

Choose a tag to compare

What's Changed

  • Fix parsing of multiple identical tags in docblocks (#24)
    • Fixes issue where docblocks with multiple @type tags would cause parsing errors
    • Handles edge case of multiple @return tags in documentation generation

Full Changelog: 1.3.0...1.3.1

1.3.0

13 Nov 10:22

Choose a tag to compare

What's Changed

  • Fix namespace prefixing for built-in PHP types by @obenland in #19
  • Add support for dynamic hook names with concatenation by @obenland in #20
  • Add support for deprecated hooks by @obenland in #22

Full Changelog: 1.2.0...1.3.0

1.2.0

18 Aug 18:45
8cc46c9

Choose a tag to compare

What's Changed

  • Add configuration via action inputs by @obenland in #4
  • Make Example Code style configurable by @akirk in #8
  • Don't use params from an unrelated comment by @akirk in #9
  • Update prefixed example style to use inline hook registration by @obenland in #13
  • Prefixed examples: Add function docs by @obenland in #14
  • Add a config to enable generating a top headline by @akirk in #16
  • Add option to choose whether to generate a phpdoc for autoexamples by @akirk in #15

New Contributors

Full Changelog: 1.1.0...1.1.1