From 37d7b7e06f7f7aff96519a1618a6e26618cebece Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 14 Mar 2022 18:08:33 +0100 Subject: [PATCH] Add upgrade note --- docs/simplesamlphp-upgrade-notes-2.0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/simplesamlphp-upgrade-notes-2.0.md b/docs/simplesamlphp-upgrade-notes-2.0.md index f83e99782..1e9be1b1d 100644 --- a/docs/simplesamlphp-upgrade-notes-2.0.md +++ b/docs/simplesamlphp-upgrade-notes-2.0.md @@ -96,3 +96,17 @@ processing filters or interface with the SimpleSAMLphp development API. - lib/SimpleSAML/Store/Memcache.php has been renamed to lib/SimpleSAML/Store/MemcacheStore.php - lib/SimpleSAML/Store/Redis.php has been renamed to lib/SimpleSAML/Store/RedisStore.php +- The following methods have had their signature changed: + - Configuration::getValue + - Configuration::getBoolean + - Configuration::getString + - Configuration::getInteger + - Configuration::getIntegerRange + - Configuration::getValueValidate + - Configuration::getArray + - Configuration::getArrayize + - Configuration::getArrayizeString + - Configuration::getConfigItem + - Configuration::getLocalizedString + + All of these methods no longer accept a default as their last parameter. Use their getOptional* counterparts instead. -- GitLab