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

Update failed: Download failed. Not Found #473

Closed Proloy-Bhaduri closed 2 years ago

Proloy-Bhaduri commented 2 years ago

I am passing valid downloadable zip file inside the json file and I'm able to download that opening the download_url directly in new browser tab . I can see the notice of new version available but when clicking on update now link getting the following error Update failed: Download failed. Not Found

YahnisElsts commented 2 years ago

Here are some ideas:

Proloy-Bhaduri commented 2 years ago

Thank you very much for your quick and effective reply .