Unfortunately you missed an occurence of
$hidegroupmembers = $groupselect->hidegroupmembers;
which lead to a bug, by which group members weren't able to see each other any more.
I created this patch for you and also added Behat tests to check the behaviour and display.
Additionally there are some slight changes to the .travis.yml file so it passes the new requirements checked by the validation tool Travis CI Build Config Explorer.
Hi Roger
Unfortunately you missed an occurence of
$hidegroupmembers = $groupselect->hidegroupmembers;
which lead to a bug, by which group members weren't able to see each other any more.I created this patch for you and also added Behat tests to check the behaviour and display. Additionally there are some slight changes to the .travis.yml file so it passes the new requirements checked by the validation tool Travis CI Build Config Explorer.
Best, Luca