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

Clicking "Check for updates" says the plugin is up to date #401

Closed apos37 closed 3 years ago

apos37 commented 3 years ago

I feel like I did everything correctly. The View Details link works perfectly. I changed my version number from 1.0.1 to 1.0.2 on the json file and on the main plugin file, and changed my download_url on the json file to the new version file (eri-webtools-plugin-1.0.2.zip). Both versions are uploaded on the server. Any suggestions?

apos37 commented 3 years ago

Nevermind, after installing the Debug Bar plugin, I saw that it was my site's cache that was preventing it from seeing an update. After clearing it, everything works great. 👍