Skip to content

Release v1.4

Compare
Choose a tag to compare
@ghalse ghalse released this 16 Mar 13:59
· 32 commits to master since this release

This release upgrades the SimpleSAMLphp dependency to 1.17.x, and is not intended to be backwards compatible with earlier versions of SimpleSAMLphp.

The changes in this version mirror the recent changes in SimpleSAMLphp itself, namely:

  • Classes have been changed to use namespaces
  • PSR-2 compliant whitespace and naming
  • Converted array declarations from array() to []
  • Removal of all deprecated calls (hopefully)
  • Minor updates to unit tests

There should be no changes in configuration or user interface as a result of these changes