Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working for certain plugins... Possible solution? #85

Open
WildeWebMarketing opened this issue Oct 17, 2020 · 1 comment
Open

Not working for certain plugins... Possible solution? #85

WildeWebMarketing opened this issue Oct 17, 2020 · 1 comment

Comments

@WildeWebMarketing
Copy link

I'm not sure if you're still supporting this, but I've been using your code for quite some time now.

For most plugins, new updates notices and updating works perfectly.

But...

What I've noticed is that no matter what I do, certain plugins are not showing updates. According to Query Monitor the API request is successful and manually plugging the request into the browser URL returns the correct information. But the plugins never show updates available.

Just looking for a little guidance to possibly narrow down and fix this problem. Thank you kindly.

@YahnisElsts
Copy link
Owner

Yes, this project is still supported - at least in the sense that I use it for a few of my own plugins and if it suddenly breaks for some reason I would probably notice and fix it.

Here are a few of things that I would recommend:

  • Verify that you are giving the update checker the correct plugin file name (that is, the full path to the file that contains the plugin header). If you pass in an incorrect file name, or a valid path to some other file, the update checker might still run and even check for updates, but those updates will never show up.
  • Are these specific plugins installed in mu-plugins? WordPress doesn't support automatic updates for such plugins, but you could make update notifications show up with some additional configuration.
  • Install Debug Bar and look at the "PUC (plugin-slug)" panel. Does all of the information shown there look correct? Try clicking "Request Info" and "Check Now" - does it show the expected results?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants