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

Update TGM Plugin Activation generator to the latest version #782

Open dashkevych opened 4 years ago

dashkevych commented 4 years ago

I've noticed that some changes were made to the class-tgm-plugin-activation.php file to address some Sniff issues: https://github.com/TGMPA/TGM-Plugin-Activation/commit/0a9b8c97c5ef0219d5863898a0519ac68caf1dee

I would be great if the generator (http://tgmpluginactivation.com/download/) used the latest version of TGM-Plugin-Activation

jrfnl commented 4 years ago

The Custom Download Generator uses the latest released version of TGMPA.

I'd be happy to create a new release if we could get the issues listed here fixed, preferably via community PRs: https://github.com/TGMPA/TGM-Plugin-Activation/issues/741#issuecomment-488142682

iltaen commented 4 years ago

Custom Generator still has this bug, tried just now (fixed in this repo): https://github.com/TGMPA/TGM-Plugin-Activation/pull/670

jrfnl commented 4 years ago

@iltaen Yup, and my previous comment asking for people to help fix a few bugs before we release a new version still stands.