6.0.0
In this release, PHP 5.6 support was dropped in favour of PHP 7.2. We are not migrating to the latest PHP version for some reasons. Chief amongst which is that PHP 7.2 was best compatible with the current EngineBlock code base.
An upgrade to 7.3 or even 7.4 would force us to upgrade many third party dependencies at the same time, making this release much bigger.
For installation instructions, see the UPGRADING.md entry for this version.
The following changes where introduced in this release:
Improvements
- PHP 7.2 compatibility changes #713
- Prevent WAYF button from floating left #760
- Verify received LoA in StepUp ACS processing step #800
- Added IDPentityID to the Attribute Aggregation request #799 (thanks @ohastra)
Bugfix
- Get termsOfServiceUrl from coins, not SP metadata entity #756
Other chores
- Cleanup old coin columns #755
- Update Composer settings for improved PHP 7.2 support #763
- Update testing tools (PHPUnit, Mockery & Phake) #777
- Fixed typos #790 #809
Security