├── README.md ├── composer.json ├── icon.png ├── plugin.php └── updater.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radishconcepts/WordPress-GitHub-Plugin-Updater/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radishconcepts/WordPress-GitHub-Plugin-Updater/HEAD/composer.json -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radishconcepts/WordPress-GitHub-Plugin-Updater/HEAD/icon.png -------------------------------------------------------------------------------- /plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radishconcepts/WordPress-GitHub-Plugin-Updater/HEAD/plugin.php -------------------------------------------------------------------------------- /updater.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radishconcepts/WordPress-GitHub-Plugin-Updater/HEAD/updater.php --------------------------------------------------------------------------------