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.76k stars 429 forks source link

Question - Visual Composer won't upgrade unless deactivated - Using TGMPA in plugin #625

Closed sflwa closed 7 years ago

sflwa commented 7 years ago

As my post says I'm using this in a plugin and Visual Composer won't update unless I deactivate the plugin first

There was something in the FAQ but that seemed to be if using this via a theme

Thanks

jrfnl commented 7 years ago

@sflwa Presuming you have a VC developers license, the principle of it is the same, whether you are including it with a theme or a plugin.

Please have another look at the FAQ and the linked VC documentation page as I suspect that that solution will work for you as well.