Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

FacetWP/github-updater-lite

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Updater (Lite)

Enable automatic updates for your GitHub-hosted WordPress plugins.

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!

Usage

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

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.

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

The code fetches git tags to determine whether updates are available.

That's it, have fun!

About

Drop-in support for GitHub automatic updates

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.