From d1f9b393b970ca7b5fad0fce3fe9d871dfc9a53b Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Sun, 30 Aug 2015 21:54:16 +0200 Subject: [PATCH] Update upgrade notes. --- docs/simplesamlphp-upgrade-notes-1.14.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/simplesamlphp-upgrade-notes-1.14.txt b/docs/simplesamlphp-upgrade-notes-1.14.txt index aa6e90fe6..a63b24b60 100644 --- a/docs/simplesamlphp-upgrade-notes-1.14.txt +++ b/docs/simplesamlphp-upgrade-notes-1.14.txt @@ -71,6 +71,7 @@ The following deprecated methods and constants have been removed: The following methods have changed their signature. Refer to the code for the updated signatures: + * `SimpleSAML_Auth_Default::initLogin()` * `SimpleSAML_Auth_Default::initLogout()` * `SimpleSAML_Auth_Default::initLogoutReturn()` * `SimpleSAML_Metadata_MetaDataStorageHandler::getGenerated()` @@ -89,7 +90,11 @@ The following methods and classes have been deprecated. Refer to the code for al * `SimpleSAML_Auth_Default::extractPersistentAuthState()` * `SimpleSAML_Auth_Default::handleUnsolicitedAuth()` * `SimpleSAML_Auth_Default::initLogin()` + * `SimpleSAML_Auth_Default::initLogout()` + * `SimpleSAML_Auth_Default::initLogoutReturn()` * `SimpleSAML_Auth_Default::loginCompleted()` + * `SimpleSAML_Auth_Default::logoutCallback()` + * `SimpleSAML_Auth_Default::logoutCompleted()` * `SimpleSAML_Utilities` * `SimpleSAML_Utilities::addURLParameter()` * `SimpleSAML_Utilities::aesDecrypt()` -- GitLab