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

Removed .org restriction #795

Open acosmin opened 3 years ago

acosmin commented 3 years ago

@jrfnl Regarding #794

I noticed that themeforest is also using the add_theme_page so I left it in a conditional.

The minified version is generated by javascript-minifier.com

Yui compressor is broken on their end and I couldn't minify the file.

I also checked the min version and no JS issues were found. All the zip files are generated as intended.

jrfnl commented 3 years ago

@acosmin Thanks for this PR. I want to start up a local instance of GH Pages to test it, especially as the GH Pages version has changed a lot since we last deployed, but the code changes themselves look good.

I'll try to get round to the testing soon.