From 1349513588d383685a778a47bca24da6a9bb898e Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Thu, 1 Nov 2018 09:57:28 +0100 Subject: [PATCH] Initial changelog for 1.17 --- docs/simplesamlphp-changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 921c09221..7022a919b 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -12,6 +12,23 @@ Released TBD ### Changes * Minimum required PHP version is now 5.5. + * Introduce new UI based on Twig templates. + The new templates co-exist next to the old ones. + * SimpleSAMLphp can now be used with applications that use Twig 2. + * Update configuration templates and documentation to PHP + short array syntax. + * All clases moved to namespaces and reformatted code to PSR-2. + * Many code cleanups. + +### consent + * Module is now disabled by default. + +### core + * Allow `core:PHP` to manipulate all of the state. + * IdP initiated login: add compatibility with Shibboleth parameters. + +### saml + * Add initial support for SAML Subject Id Attributes. ## Version 1.16.2 -- GitLab