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

Private repo example #76

Open ryanhellyer opened 8 years ago

ryanhellyer commented 8 years ago

I'm having troubles getting this working with a private repo. Does anyone know of any examples of this where it works? I'm hoping that if I can compare with another plugin, then maybe I can see where I went wrong.

Thanks :)

afragen commented 8 years ago

@ryanhellyer take a look at https://github.com/afragen/github-updater It works with private repos.

niklasfjeldberg commented 3 years ago

@ryanhellyer did you figure this out?

Deichscheich commented 3 years ago

Apparently, private repos are supported since v1.5, but still a working example of how to put this into action would be awesome!

Eigilak commented 3 years ago

agree, would be nice with an example with a theme :D