This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Latest Github Commits

Description

Latest Github Commits is a simple WordPress widget to fetch your latest commits from Github using their API.

You need to configure: * Github owner of the project (i.e bivald in my case) * Project URI (i.e wordpress-latest-github-commits in my case)

You can also set * Widget title * Max commits to list * How long to cache the results

Installation

This section describes how to install the plugin and get it working.

e.g.

  1. Upload latest-github-commits.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add the plugin to your sidebar as a widget

FAQ

How does it cache the results?

It uses WordPress transient storage to cache the results.

Is it stable?

So far, it appears to be. I use it on www.munin-mobile.com, of course the GitHub API can change without notice.
Consider it a beta.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Latest Github Commits” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

  • A change since the previous version.
  • Another change.

0.5

  • List versions from most recent at top to oldest at bottom.