Skip to content

Adds session key changes, as well as role helpers + goodbye PHP 7.1

Compare
Choose a tag to compare
@Saeven Saeven released this 22 May 13:22
· 167 commits to master since this release
59ff63c

Session key handing has changed a bit in this version, not in their function, but in how they are passed around the objects. The goal was to simplify key handing for use with https://github.com/Saeven/circlical-behat-fixtures (plug! A great tool to automatically wire fixtures with your Behat tests!).

If you were previously accessing the lower-level getSessionKey in your code, you'll want to rely on getRawSessionKey instead.

This release also adds Role helpers, so that you can check for roles from your templates.