This class is meant to be used with your Github hosted WordPress plugins. The purpose of the class is to allow your WordPress plugin to be updated whenever you push out a new version of your plugin; similarly to the experience users know and love with the WordPress.org plugin repository.
I would like to self host a simple plugin that displays a widget in the wordpress dashboard. It's a very simple widget that displays a link to a company web support page. I must be doing something wrong because wordpress won't detect that the plugin has been updated when I up the version. I'm using require_once('updates.php') for the updates and initializing the class such as in the provided instructions. Am I missing something? Any help is appreciated, thank you for sharing this. Plugin at https://github.com/agentevo/AE-Support-Dashboard-WIdget.
I would like to self host a simple plugin that displays a widget in the wordpress dashboard. It's a very simple widget that displays a link to a company web support page. I must be doing something wrong because wordpress won't detect that the plugin has been updated when I up the version. I'm using require_once('updates.php') for the updates and initializing the class such as in the provided instructions. Am I missing something? Any help is appreciated, thank you for sharing this. Plugin at https://github.com/agentevo/AE-Support-Dashboard-WIdget.