fix(deps): update dependency yahnis-elsts/plugin-update-checker to v5.5 #31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0
->5.5
Release Notes
YahnisElsts/plugin-update-checker (yahnis-elsts/plugin-update-checker)
v5.5
: 5.5Compare Source
api.wordpress.org
when it checks for updates. Props to @DavidAnderson684 (#578).remove_from_default_update_checks
filter. Example:v5.4
: 5.4Compare Source
wp plugin status
,wp theme update
, and so on. This just triggers the existing scheduling logic, so if you run multiple commands in very quick succession, PUC won't check for updates every time. See #558.Ui
class (YahnisElsts\PluginUpdateChecker\v5p3\Plugin\Ui
) sometimes did not load correctly if multiple active plugins/themes were using different versions of PUC.upgrader_process_complete
callback.phpcs.xml
from exported archives. Props to @szepeviktor.v5.3
: 5.3Compare Source
Debug_Bar
class exists butDebug_Bar_Panel
does not. See #543.v5.2
: 5.2Compare Source
Creation of dynamic property YahnisElsts\PluginUpdateChecker\vXpY\Plugin\PluginInfo::$example is deprecated
.v5.1
: 5.1Compare Source
Api::RELEASE_FILTER_ALL
, you can also useApi::RELEASE_FILTER_SKIP_PRERELEASE
to filter out pre-releases.wp_strip_all_tags()
instead ofstrip_tags()
when available. Supposedly, it's better at stripping the contents of<script>
and<style>
tags.main
branch is now treated as a default branch (in addition tomaster
).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.