Skip to content

Bump akirk/extract-wp-hooks from 1.3.0 to 1.4.0#315

Merged
pfefferle merged 1 commit intotrunkfrom
dependabot/github_actions/akirk/extract-wp-hooks-1.4.0
Feb 2, 2026
Merged

Bump akirk/extract-wp-hooks from 1.3.0 to 1.4.0#315
pfefferle merged 1 commit intotrunkfrom
dependabot/github_actions/akirk/extract-wp-hooks-1.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps akirk/extract-wp-hooks from 1.3.0 to 1.4.0.

Release notes

Sourced from akirk/extract-wp-hooks's releases.

1.4.0

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

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: akirk/extract-wp-hooks@1.3.1...1.3.2

1.3.1

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: akirk/extract-wp-hooks@1.3.0...1.3.1

Commits
  • c0b59d9 Merge pull request #29 from akirk/non-github-wiki-mode
  • 4d2b42a phpcs
  • 76bf3cb Add a github_wiki: true default
  • 63dd3e9 Merge pull request #27 from akirk/fix/clean-array-param-output
  • 91d01e1 Clean up array parameter output in documentation
  • a315dd5 Merge pull request #26 from akirk/fix/skip-param-block-content
  • 80a1079 Skip array parameter block content from main description
  • d4672e2 Merge pull request #25 from akirk/fix/render-type-tags-in-docs
  • b2106e3 Render @​type tags in documentation output
  • a0fc8a3 Update composer.lock
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [akirk/extract-wp-hooks](https://github.com/akirk/extract-wp-hooks) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/akirk/extract-wp-hooks/releases)
- [Commits](akirk/extract-wp-hooks@1.3.0...1.4.0)

---
updated-dependencies:
- dependency-name: akirk/extract-wp-hooks
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 2, 2026
@pfefferle pfefferle merged commit 7e52ef4 into trunk Feb 2, 2026
@dependabot dependabot bot deleted the dependabot/github_actions/akirk/extract-wp-hooks-1.4.0 branch February 2, 2026 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Development

Successfully merging this pull request may close these issues.

1 participant