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
822 stars 195 forks source link

require updater.php #48

Closed afragen closed 11 years ago

afragen commented 11 years ago

Is there some reason not to automatically include or require updater.php ? Why leave it to the user when they will have this plugin enabled.

Am I missing something obvious?

jkudish commented 11 years ago

The plugin.php file included with this repo is only an example plugin. It's up to plugin developers to include/use the updater.php and the class contained within it for their projects. This is NOT meant to be used as a standalone plugin.

afragen commented 11 years ago

Thanks. I had a misunderstanding.