Skip to content
Snippets Groups Projects
simplesamlphp-changelog.md 2.34 KiB
Newer Older
Tim van Dijen's avatar
Tim van Dijen committed
# SimpleSAMLphp changelog
This document lists the changes between versions of SimpleSAMLphp.
See the upgrade notes for specific information about upgrading.

## Version 2.0.1

Tim van Dijen's avatar
Tim van Dijen committed
Released 2023-03-10

* The language-menu on mobile devices was fixed
* Fix some issues with logout (#1776, #1780, #1785)
Tim van Dijen's avatar
Tim van Dijen committed
* The `loginpage_links` functionality for authsources was restored and documented (#1770, #1773)
* Several issues regarding the use of the back-button were fixed (#1720)
* Many fixes in documentation
* Fixed config/authsources.php.dist so you can just rename it for new deployments to get you started (#1771)
Tim van Dijen's avatar
Tim van Dijen committed
* Fixed UTF-8 encoding for metadata output
Tim van Dijen's avatar
Tim van Dijen committed
* Fixed incompatibility with SSP 2.0 for the following modules;
Tim van Dijen's avatar
Tim van Dijen committed
  * consent
  * consentadmin
  * consentsimpleadmin
  * exampleattributeserver
  * expirycheck
  * memcachemonitor
  * memcookie
  * metaedit
  * negotiate
  * negotiateext
  * preprodwarning
  * saml2debug
  * sanitycheck
  * sqlauth
Tim van Dijen's avatar
Tim van Dijen committed

`authtwitter`

* A legacy route was added for backwards compatibility
* Docs have been updated

`ldap`

* Fixed the possibility to return ALL attributes (simplesamlphp/simplesamlphp-module-ldap#39)
Tim van Dijen's avatar
Tim van Dijen committed
* Restored the possibility to use anonymous bind (simplesamlphp/simplesamlphp-module-ldap#41)
Tim van Dijen's avatar
Tim van Dijen committed

`negotiate`

* Added support for multi-realm environments

`statistics`

* Fixed missing script-tag to load jQuery
* Fixed static calls to SSP utilities
* Docs have been updated
Tim van Dijen's avatar
Tim van Dijen committed
Released 2023-02-23

Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
* Many changes, upgrades and improvements since the 1.x series.
* Most notably the new templating system based on Twig, a new
  localization system based on gettext.
* Most modules have been moved out of the core package but can
  easily be installed on-demand as required via composer.
* Better conformance by default to the SAML2INT standard.
* Code cleanups, improvements and simplifications.
* Improved test coverage and more use of standard libraries.
* Compatibility with modern versions of PHP.
* Various new features, including:
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
  * SAML SubjectID and Pairwise ID support
  * Accepting unsolicited responses can be disabled by setting `enable_unsolicited` to `false` in the SP authsource.
  * Certificates and private keys can now be retrieved from a database
  * Support for Redis sentinel was added.
* Please read the upgrade notes for 2.0 because this release breaks
  backwards compatibility in a number of places.