From 15b6a0febda0dbcc99d2eff1076860ec971e72d9 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Tue, 2 Apr 2019 16:12:37 +0000 Subject: [PATCH] add 1.17.2 changelog to master --- docs/simplesamlphp-changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index c79e2a902..3db5e9c34 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -24,6 +24,19 @@ Released TBD ### Interoperability * The minimum PHP version required is now 5.6. +## Version 1.17.2 + +Released 2019-04-02 + + * Fixed that generated metadata was missing some information + when PHP's zend.assertions option is set to < 1. + * Fixed that MDUI Keywords and Logo were not parsed from metadata. + * Fixed DiscoPower module tab display. + * Fixed use group name in Attribute Add Users Groups filter. + * Add metadatadir setting to the default config template. + * Fixed exception processing in loadExceptionState(). + * Fixed preferredidp in built-in 'links'-style discovery. + ## Version 1.17.1 Released 2019-03-07 -- GitLab