git-plugin-updates icon indicating copy to clipboard operation
git-plugin-updates copied to clipboard

Enable WordPress automatic updates for plugins hosted on Github or Bitbucket.

Results 20 git-plugin-updates issues
Sort by recently updated
recently updated
newest added

PHP Notice: Undefined variable: url in includes/class-updater.php on line 123 Fixes #37

Hi, this looks like a great plugin with great potential. But in my tests ( following the documentation ) , Bitbucket private repos does not seem to work

Hi, I seem to have a working version of the updater and am using it to auto download an update from a private repository on BitBucket. # The error the...

I am using the git-plugins-updates plugin as a standalone plugin, but I am trying to get it to update my own plugins that I am writing, and it does not...

I think this should add branch updates correctly. Needed to set `$this->zip_url` and grab the branch header from the repo.

Hi, When I'm go in to plugin-install.php on my network installation I get this notices Notice: Undefined variable: url in wp-content/plugins/git-plugin-updates/includes/class-updater.php on line 123 Notice: Undefined property: GPU_Updater_Github::$branch in /wp-content/plugins/git-plugin-updates/includes/class-updater.php...

See [Github Updater](https://github.com/afragen/github-updater)

enhancement

I'll have to figure out how to add the `/` as an option for updating. To effect this the base URI would be placed from the header i.e., `GitHub Plugin...

`api` methods just return false when a non `200` response is received. It might be helpful to ask the user to provide a Github login if we receive `403`, which...

Do we want to enforce the use of predefined headers, `GitHub Plugin URI`, `BitBucket Plugin URI` vs generic `Git URI`? I think there can be unintended consequences for just parsing...