wp-api-plugins-themes-endpoints icon indicating copy to clipboard operation
wp-api-plugins-themes-endpoints copied to clipboard

#17-fix-permissions.

Open BE-Webdesign opened this issue 9 years ago • 2 comments

Fixes #17. Currently the permissions do not match what core uses to restric plugin access. This does not account for multisite, which will be added in a separate commit on a separate PR. Tests are updated to reflect unauthenticated and authenticated users without permissions.

BE-Webdesign avatar Aug 09 '16 23:08 BE-Webdesign

I forgot our CI runs both multisite and single site tests in one go. The second commit adds in multisite permissions checks for plugins; matching WordPress core.

BE-Webdesign avatar Aug 10 '16 00:08 BE-Webdesign

This is good to merge the failing tests are unrelated. This fix is in here #23.

BE-Webdesign avatar Oct 24 '16 17:10 BE-Webdesign