├── CHANGES.md ├── LICENSE ├── README.md ├── composer.json ├── plugin.php ├── readme.txt └── wp-admin └── includes └── class-wp-plugin-dependencies.php /CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/plugin-dependencies-tab/HEAD/CHANGES.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/plugin-dependencies-tab/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/plugin-dependencies-tab/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/plugin-dependencies-tab/HEAD/composer.json -------------------------------------------------------------------------------- /plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/plugin-dependencies-tab/HEAD/plugin.php -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/plugin-dependencies-tab/HEAD/readme.txt -------------------------------------------------------------------------------- /wp-admin/includes/class-wp-plugin-dependencies.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/plugin-dependencies-tab/HEAD/wp-admin/includes/class-wp-plugin-dependencies.php --------------------------------------------------------------------------------