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

Something went wrong with the plugin API. #785

Closed hallshouse closed 4 years ago

hallshouse commented 4 years ago

I'm getting the subject message when I include a plugin that is no longer in the WordPress repository.

Not that the plugin I'm including is bad, it was removed by the original developer because they have just recently gone closed source. I will be maintaining this plugin eventually, but need to continue including it .

This message is being generated in the install process, not the activation process. Is there a work-around for this issue?

hallshouse commented 4 years ago

Disregard. Updating to TGMA 2.6.1 has corrected the issue.

Thanks for this great code ;)