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

Add possibility to use non zip plugins #654

Closed roopemerikukka closed 7 years ago

roopemerikukka commented 7 years ago

I write quite a lot of plugins that are just a single .php files. In example I do most of the custom post types as plugins so that they can be activated/deactivated for debugging purposes. It would be nice to be able to include those to the theme without always zipping them, so I'm suggesting to add support for plugins that are just single .php files.

jrfnl commented 7 years ago

Thanks for your suggestion.

TGMPA uses the plugin installation/update mechanism as is build into WP core. This does currently not allow for installation of non-zipped plugins. I suggest you open a feature request for this with WP core.

roopemerikukka commented 7 years ago

Okay thanks, I'll check that!