Skip to content
Snippets Groups Projects
Commit 37d7b7e0 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Add upgrade note

parent 6e7ce556
No related branches found
No related tags found
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment