Skip to content

v3.3.0

Compare
Choose a tag to compare
@tvdijen tvdijen released this 01 Dec 22:03
· 1005 commits to master since this release
23823fa
  • All code has been converted to use the shorthand array syntax
  • Getter/setter methods have been added for all public properties; properties will be marked private in the next major release.
  • Added support for Conditions/AudienceRestriction/Audience in AuthnRequest (#137)
  • More unit-tests have been added
  • Upgraded dependencies
  • Calls to SimpleSAML_ have been namespaces, deprecated calls to SimpleSAML_Utilities have been replaced by their new counterparts
  • Assorted whitespace-fixes / PSR-2 fixes / minor bugfixes