Update yahnis-elsts/plugin-update-checker from 5.1 to 5.7#1380
Merged
Conversation
dkotter
approved these changes
Jun 16, 2026
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.
Description of the Change
The Plugin Update Checker library we use is also used on a few other projects. We need to ensure we are using the same version across all of these or you can end up with conflicts (especially when using composer to manage all dependencies of a project). This PR updates this library to the latest version, which will also be done in other repos that are using this library.
How to test the Change
distributor.phpfile, set the version number to something lower, like 2.1.0Check for updateslink)View version X.X.X detailslink and ensure you see proper detailsView version X.X.X detailslink and ensure you see proper detailsupdate nowlink and ensure an update works (either from the plugins page or the main updates page). Note though that this will wipe out your version controlleddistributordirectory, so proceed with cautionChangelog Entry
Credits
Props @peterwilsoncc
Checklist: