YahnisElsts / plugin-update-checker

A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes.
MIT License
2.22k stars 403 forks source link

Download of update not showing but red update marker showing #468

Closed Webtica closed 2 years ago

Webtica commented 2 years ago

Hi,

I implemented plugin update checker and even wp update server. When I upload the new plugin zip with the correct slug and a higher version the update mark appears in wordpress. As seen here: https://plugins.webtica.be/image2.png But the download/update option doesn't appear. Even after clearing cache multiple times. As seen here: https://plugins.webtica.be/image.png

Any idea how we can fix this?

Thanks, Dieter

YahnisElsts commented 2 years ago

Does the update notification also appear below the plugin entry on the "Plugins" page as it does for other plugins that have an update available? I didn't see it in the screenshot, but it could just be cut off.

Generally speaking, when there's a problem like this, there are two main things to check:

Webtica commented 2 years ago

Hi @YahnisElsts,

Thanks, the first one was the problem. It was using FILE when the updater was in a subdirectory.

Thanks, Dieter