TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.75k stars 431 forks source link

Can this library help me auto-update a premium plugin? #819

Open DianaLaa opened 1 year ago

DianaLaa commented 1 year ago

Suppose I were to create a Premium plugin that is not hosted on wordpress.org. It's likely that I'll bring out updates to this Premium plugin, but these won't automatically be recognized by the WordPress installation because it's not in the wordpress.org repository. Can TGM Plugin Activation help me to periodically check for updates to the Premium plugin?

ddur commented 1 year ago

@DianaKoenraadt

I don't know about this library, last update is 3 years old.

But Plugin Update Checker is actively maintained and 720 GitHub projects depends on it..

DianaLaa commented 1 year ago

@ddur Thank you for the tip, much appreciated!