Skip to content

June 2019 minor improvement

Pre-release
Pre-release
Compare
Choose a tag to compare
@g105b g105b released this 10 Jun 14:44
· 53 commits to master since this release
f198c9f

When referring to Session namespaces, if a namespace hadn't been initialised, the library would fail. Now an empty store is created before any additions/removals of stores are called, fixing the error caused by the uninitialised variable.

Amongst this bugfix, PHPUnit has been bumped to latest version.