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 430 forks source link

wp_list_table class should be included with project #586

Closed UVLabs closed 8 years ago

UVLabs commented 8 years ago

Highlighted in red on class reference page: https://codex.wordpress.org/Class_Reference/WP_List_Table

"This class's access is marked as private. That means it is not intended for use by plugin and theme developers as it is subject to change without warning in any future WordPress release. If you would still like to make use of the class, you should make a copy to use and distribute with your own project, or else use it at your own risk."

Maybe including it with the project is best.

jrfnl commented 8 years ago

It also says:

To date, no major changes have occurred in this class or are scheduled to occur, so testing your plugin with beta/RC phases of WordPress development should be more than enough to avoid any major issues.

Which we do (test against development releases of WP) :sunglasses:

UVLabs commented 8 years ago

Great! Just looking out :)

jrfnl commented 8 years ago

Much appreciated!