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.21k stars 403 forks source link

Request : Please Update *How to Release an Update* Section #560

Closed dev0098 closed 6 months ago

dev0098 commented 6 months ago

Due to the fact that I could not check the new version of the theme with the DebugBar plugin and I was facing an error, I used the WP Crontrol plugin for this and performed the new version check event with it, which was a much better method. Please add this item to your script tutorial if approved

YahnisElsts commented 6 months ago

If there is a problem with the DebugBar integration, I think I would rather fix it than discard the plugin immediately. Also, in addition to manually running update checks, the DebugBar integration displays various debugging information, so it cannot be completely replaced with WP Crontrol.

Could you elaborate on what error you ran into and how it's related to the DebugBar plugin?

dev0098 commented 6 months ago

I was receiving an error with the following text while using the DebugBar plugin The URL … does no point to a valid plugin metadata file.

But the addresses of all the files were completely correct. And after many searches on the Internet, I did not get the result. And because your script was executed in a cron job, I thought to use the WP Conntrol plugin instead of the Debugbar plugin. In my first test with the WP Conntrol plugin, the result was positive, and checking the new version of the theme was also successful My suggestion is that as a complementary method, add the WP Conntrol plugin in the tutorial section of the script