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

Version detection improvements #67

Closed coenjacobs closed 9 years ago

coenjacobs commented 9 years ago

Made the regex a little smarter, so it will read different notations of the version in plugin headers as well.

Closes #62 as well, skip reading the readme file if there is already a version found.

coenjacobs commented 9 years ago

Closes #64 now as well