diff --git a/docker/php/setup.sh b/docker/php/setup.sh index 70c3edc..d4d3cdf 100644 --- a/docker/php/setup.sh +++ b/docker/php/setup.sh @@ -19,6 +19,8 @@ wp plugin activate jwt-authentication-for-wp-rest-api --allow-root wp plugin activate wiaas --allow-root wp plugin activate gravityforms --allow-root wp plugin activate gravityflow --allow-root +wp plugin activate capability-manager-enhanced --allow-root +wp plugin activate wp-user-groups --allow-root # Execute database update for updated plugins # (if no changes detected command will do nothing)