2017 © Pedro Peláez
 

library github-updater-lite

Drop-in support for GitHub automatic updates

image

facetwp/github-updater-lite

Drop-in support for GitHub automatic updates

  • Thursday, March 29, 2018
  • by mgibbs189
  • Repository
  • 6 Watchers
  • 38 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

GitHub Updater (Lite)

Enable automatic updates for your GitHub-hosted WordPress plugins., (*1)

This is a variant of Andy Fragen's excellent GitHub Updater plugin. If you need all the bells and whistles (BitBucket, private repositories, etc), please use Andy's plugin!, (*2)

Usage

Add the following line to your plugin's meta information, replacing owner/repo with your public repository., (*3)

GitHub URI: owner/repo

Then, add github-updater.php to your plugin folder, and include() it from within your main plugin file. Make sure it loads before the plugins_loaded action fires., (*4)

include( dirname( __FILE__ ) . '/github-updater.php' );

The code fetches git tags to determine whether updates are available., (*5)

That's it, have fun!, (*6)

The Versions

29/03 2018

dev-master

9999999-dev https://facetwp.com/

Drop-in support for GitHub automatic updates

  Sources   Download

MIT

plugin wordpress github updates

17/01 2017

1.0.1

1.0.1.0 https://facetwp.com/

Drop-in support for GitHub automatic updates

  Sources   Download

MIT

plugin wordpress github updates

17/01 2017

1.0

1.0.0.0 https://facetwp.com/

Drop-in support for GitHub automatic updates

  Sources   Download

MIT

plugin wordpress github updates