Skip to content

chore(deps): bump yahnis-elsts/plugin-update-checker from 5.6 to 5.7#209

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/yahnis-elsts/plugin-update-checker-5.7
Open

chore(deps): bump yahnis-elsts/plugin-update-checker from 5.6 to 5.7#209
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/yahnis-elsts/plugin-update-checker-5.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor

Bumps yahnis-elsts/plugin-update-checker from 5.6 to 5.7.

Release notes

Sourced from yahnis-elsts/plugin-update-checker's releases.

5.7

  • Added optional support for the "autoupdate" field that allows triggering unattended plugin updates. To enable it, you need to both set autoupdate to true in plugin update metadata and call $updateChceker->allowAutoupdateField() in your plugin. Props to @​hisman for part of the implementation.
  • BitBucket: Added support for basic auth with API tokens. Props to @​cristianozanca for part of the implementation.
  • BitBucket: Removed OAuth 1 support since it's no longer supported by BitBucket.
  • Replaced all htmlentities() calls with esc_html(). This takes advantage of automatic character set detection in WP core, and should eliminate some static analysis warnings. See #597.
  • Replaced all wp_redirect() calls with wp_safe_redirect(). This shouldn't matter in practice since PUC only ever does internal redirects, but it pacifies some static analysis tools. See #597.
  • Added and updated translations:
Commits
  • 275a96a Bump version number to 5.7
  • 8b2396f Minor: Update year in the license block
  • 299a869 Minor: Update docs for BitBucket auth
  • c31b762 Remove OAuth 1 support for the BitBucket integration.
  • eceb677 BitBucket support: Support basic auth with API tokens.
  • 3ceae95 Don't allow autoupdate = true unless you call $checked->allowAutoupdateField(...
  • b0acf15 Minor: Typo
  • 9c044de Update README with regex filtering for GitHub release assets
  • 68a70bf Merge pull request #602 from hisman/add-autoupdate-field-to-plugininfo
  • 36f3c2b Add default value to the autoupdate field
  • 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 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 [yahnis-elsts/plugin-update-checker](https://github.com/YahnisElsts/plugin-update-checker) from 5.6 to 5.7.
- [Release notes](https://github.com/YahnisElsts/plugin-update-checker/releases)
- [Commits](YahnisElsts/plugin-update-checker@v5.6...v5.7)

---
updated-dependencies:
- dependency-name: yahnis-elsts/plugin-update-checker
  dependency-version: '5.7'
  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 php Pull requests that update php code labels Jun 4, 2026
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 php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants