How do I make updates available ( updates ) to a WordPress plugin I've developed? Can you do that with GitHub? Or is it only possible through official directory ?
How do I make updates available ( updates ) to a WordPress plugin I've developed? Can you do that with GitHub? Or is it only possible through official directory ?
Here are the tools I tested to do this:
YahnisElsts / wp-update-server < in> The custom update API for WordPress plugins and themes. Intended to be used in conjunction with my plugin-update-checker library.
jeremyclark13 / automatic-theme-plugin-update
Self hosted plugin and theme update scripts
The one I ended up using was Yahnis Elsts, but I used it for updates directly on my server. I think GitHub has to be another. You need to test what works best for you.