Update dependency yahnis-elsts/plugin-update-checker to v5.7#31
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency yahnis-elsts/plugin-update-checker to v5.7#31renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
9010338 to
85e6c0b
Compare
85e6c0b to
7574fc4
Compare
7574fc4 to
89a264a
Compare
0386e71 to
f90ff81
Compare
480c5ee to
f29a7ae
Compare
f29a7ae to
6b03a8f
Compare
6b03a8f to
f2a58fe
Compare
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.7Release Notes
YahnisElsts/plugin-update-checker (yahnis-elsts/plugin-update-checker)
v5.7: 5.7Compare Source
autoupdatetotruein plugin update metadata and call$updateChceker->allowAutoupdateField()in your plugin. Props to @hisman for part of the implementation.htmlentities()calls withesc_html(). This takes advantage of automatic character set detection in WP core, and should eliminate some static analysis warnings. See #597.wp_redirect()calls withwp_safe_redirect(). This shouldn't matter in practice since PUC only ever does internal redirects, but it pacifies some static analysis tools. See #597.zh_CN, @seatonjiang)zh_TW, @alexclassroom)v5.6: 5.6Compare Source
v5.5: 5.5Compare Source
api.wordpress.orgwhen it checks for updates. Props to @DavidAnderson684 (#578).remove_from_default_update_checksfilter. 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.Uiclass (YahnisElsts\PluginUpdateChecker\v5p3\Plugin\Ui) sometimes did not load correctly if multiple active plugins/themes were using different versions of PUC.upgrader_process_completecallback.phpcs.xmlfrom exported archives. Props to @szepeviktor.v5.3: 5.3Compare Source
Debug_Barclass exists butDebug_Bar_Paneldoes 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_PRERELEASEto 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.mainbranch is now treated as a default branch (in addition tomaster).Configuration
📅 Schedule: (UTC)
🚦 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.