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
822 stars 195 forks source link

Use git tags for versions #65

Open danhunsaker opened 9 years ago

danhunsaker commented 9 years ago

Git tags already provide us with a mechanism for indicating releases. It seems like a shame to ignore them here.

coenjacobs commented 9 years ago

Yep, I'm all for this. Let's try to tackle this for 1.7 as soon as 1.6 is released.