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
820 stars 194 forks source link

Bitbucket support? #52

Open KingYes opened 11 years ago

KingYes commented 11 years ago

Hi @jkudish.

You have a nice plugin here, and I very like this.

But, I want use with private repo, and I use with Bitbucket (git) repo. Can you make this support?

Thanks, Yakir.

mastef commented 11 years ago

:+1:

mastef commented 11 years ago

It seems #16 already mentions Bitbucket support. A quick tutorial on how to use a private repo with this plugin would be great

orionrush commented 10 years ago

+1 for Bitbucket - the privet repos there are free for small projects, so I think this would get a lot of interest.

afragen commented 9 years ago

I realize this is a very old issue, but https://github.com/afragen/github-updater has solved this issue. Even for private Bitbucket repos. Perhaps some of my code can help here.