diff --git a/2.1/simplesamlphp-changelog.html b/2.1/simplesamlphp-changelog.html index 2c86d7d..4a9e870 100644 --- a/2.1/simplesamlphp-changelog.html +++ b/2.1/simplesamlphp-changelog.html @@ -93,6 +93,11 @@ SimpleSAMLphp changelog +
  • + + Version 2.0.8 + +
  • 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

    +

    + Version 2.0.8 +

    +

    + Released 2023-11-28 +

    + +

    + + multiauth + +

    +

    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.

    +

    + Default security-headers +

    +

    + 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. +

    diff --git a/devel/simplesamlphp-changelog.html b/devel/simplesamlphp-changelog.html index 7844850..cc98406 100644 --- a/devel/simplesamlphp-changelog.html +++ b/devel/simplesamlphp-changelog.html @@ -93,11 +93,31 @@ SimpleSAMLphp changelog
    +

    + Version 2.0.8 +

    +

    + Released 2023-11-28 +

    + +

    + + multiauth + +

    + +

    + Version 2.0.7 +

    +

    + Released 2023-10-30 +

    + +

    + Version 2.0.6 +

    +

    + Released 2023-09-07 +

    +

    Version 2.0.5

    diff --git a/devel/simplesamlphp-upgrade-notes-2.1.html b/devel/simplesamlphp-upgrade-notes-2.1.html index d8b9036..7339a20 100644 --- a/devel/simplesamlphp-upgrade-notes-2.1.html +++ b/devel/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.

    +

    + Default security-headers +

    +

    + 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. +

    diff --git a/devel/simplesamlphp-upgrade-notes-2.2.html b/devel/simplesamlphp-upgrade-notes-2.2.html new file mode 100644 index 0000000..4d95918 --- /dev/null +++ b/devel/simplesamlphp-upgrade-notes-2.2.html @@ -0,0 +1,136 @@ + + + + + + + + + + + SimpleSAMLphp Documentation + + + + + +
    + + + +
    +
    +
    +

    + Upgrade notes for SimpleSAMLphp 2.2 +

    +

    + SimpleSAMLphp 2.2 is a minor new release which introduces a few new features. +The following changes are relevant for installers and/or developers. +

    +

    + Deprecations +

    +

    + The following methods were marked + + deprecated + + and will be removed in a next major release. +

    + +
    + diff --git a/stable/simplesamlphp-changelog.html b/stable/simplesamlphp-changelog.html index 2c86d7d..4a9e870 100644 --- a/stable/simplesamlphp-changelog.html +++ b/stable/simplesamlphp-changelog.html @@ -93,6 +93,11 @@ SimpleSAMLphp changelog
  • +
  • + + Version 2.0.8 + +
  • 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

    +

    + Version 2.0.8 +

    +

    + Released 2023-11-28 +

    + +

    + + multiauth + +

    +

    Version 2.0.7

    diff --git a/stable/simplesamlphp-upgrade-notes-2.1.html b/stable/simplesamlphp-upgrade-notes-2.1.html index d8b9036..7339a20 100644 --- a/stable/simplesamlphp-upgrade-notes-2.1.html +++ b/stable/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.

    +

    + Default security-headers +

    +

    + 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. +