composer-wp icon indicating copy to clipboard operation
composer-wp copied to clipboard

Zip plugins must be extracted such that the main plugin file is only one directory deep

Open balbuf opened this issue 9 years ago • 0 comments

WP plugins can be zipped with its files directly in the root or within a subfolder. Either will work when installing via the normal WP methods, but for our purposes, we need to get the files out of the subfolder (if applicable) for WP to detect the plugin properly.

balbuf avatar Dec 13 '16 17:12 balbuf