radishconcepts / WordPress-GitHub-Plugin-Updater

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.
https://github.com/jkudish/WordPress-GitHub-Plugin-Updater
826 stars 193 forks source link

Not detecting new commits #5

Closed jtallant closed 12 years ago

jtallant commented 12 years ago

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.

jtallant commented 12 years ago

It's working fine now. Looks like I just wasn't patient enough.

jkudish commented 12 years ago

Glad you got it figured out!