Version 2.0.7
@@ -158,11 +168,17 @@
This document lists the changes between versions of SimpleSAMLphp.
See the upgrade notes for specific information about upgrading.
+
+ Version 2.1.2
+
+
+ Released TBD
+
Version 2.1.1
- Released TBD
+ Released 2023-11-28
-
@@ -259,6 +275,39 @@
The custom error- and exception handlers were moved to their very own classes (#1858)
+
+ Version 2.0.8
+
+
+ Released 2023-11-28
+
+
+ -
+ Fix static call for non-static method in bin/initMDSPdo.php (#1892)
+
+ -
+ Restore logout-behaviour for IdP's that do not send a saml:NameID in their LogoutRequest (#1894)
+
+ -
+ Fix code error in docs (#1895)
+
+ -
+ Fixed a TypeError when accessing the module.php endpoint without specifying a module (#1907)
+
+ -
+ Drop ext-intl in favour of a polyfill (#1908)
+
+
+
+
+ multiauth
+
+
+
+ -
+ Fix TypeError due to missing keys in source array (#1900)
+
+
Version 2.0.7
diff --git a/2.1/simplesamlphp-upgrade-notes-2.1.html b/2.1/simplesamlphp-upgrade-notes-2.1.html
index d8b9036..7339a20 100644
--- a/2.1/simplesamlphp-upgrade-notes-2.1.html
+++ b/2.1/simplesamlphp-upgrade-notes-2.1.html
@@ -110,5 +110,25 @@
The 'slim' build is a lightweight build without any modules other than the core modules installed (alike the 2.0 build).
A new 'full' build is added that will come with the most used modules pre-installed.
+
+
+ The default security headers have been adjusted to a more strict set. This may cause issues if you use any modules
+or custom themes that use inline CSS or JavaScript. You can adjust these settings in
+
+ config.php
+
+ using the
+
+ headers.security
+
+ setting, but we recommend updating the custom module/theme and move and inline CSS or JavaScript
+to a file. All modules within the
+
+ simplesamlphp/*
+
+ namespace are fixed and should not cause any issues.
+