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

Don't update if the new version is a breaking change #92

Open blakewilson opened 1 year ago

blakewilson commented 1 year ago

It would be nice to be able to modify the update check functionality. For example, in the case a project doesn't want to provide an update if the new version is a breaking change (SemVer Major Release). This could be achieved with a filter on the update logic.