-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
138 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<meta http-equiv="Content-Language" content="en"> | ||
<meta name="google-site-verification" content="2S8M18BgYs8cLRL6ClTrfW_xGxfFtMZu2b2jhjrNlss"> | ||
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<title>SimpleSAMLphp Documentation</title> | ||
|
||
<link rel="stylesheet" href="/res/css/style.css"> | ||
<link rel="stylesheet" href="/res/css/layout.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<div id="header"> | ||
<div class="right"> | ||
<form action="https://www.google.com/cse" method="get" style="margin-top: 2.5rem; margin-right: 2rem"> | ||
<input name="cx" type="hidden" value="004202914224971217557:8ks4jjstupq"/> | ||
<input name="siteurl" type="hidden" value="www.google.com/cse/home?cx=004202914224971217557:8ks4jjstupq"/> | ||
<input name="adkw" type="hidden" value="AELymgVJ6Sk-kOvUjbxvgShTLwiFlma2evFuVCh0r8q23vn_4eVnkcdnPfbgMvYUTpJpVlb-KkGAKkbn0i-AlWHsVRR9O0J4CNb6cXFkEKRdjXxsC_NlVD4"/> | ||
<input name="q" placeholder="Search" type="search" value=""/> | ||
</form> | ||
</div> | ||
<div class="v-center logo-header"> | ||
<div id="logo"> | ||
<a href="https://simplesamlphp.org" style="color: #fff; text-decoration: none"> | ||
<span class="simple"> | ||
Simple | ||
</span> | ||
<span class="saml"> | ||
SAML | ||
</span> | ||
<span class="simple"> | ||
php | ||
</span> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- Grey header bar below --> | ||
<nav> | ||
<div id="headerbar" style="clear: both"> | ||
<p id="breadcrumb"> | ||
<a href="https://simplesamlphp.org"> | ||
Home | ||
</a> | ||
» Documentation | ||
</p> | ||
<div class="mtoolbar"> | ||
<div class="menuitem"> | ||
<a href="/docs/2.3/index.html"> | ||
2.3 (stable) | ||
</a> | ||
</div> | ||
<div class="menuitem"> | ||
<a href="/docs/2.2/index.html"> | ||
2.2 | ||
</a> | ||
</div> | ||
<div class="menuitem"> | ||
<a href="/docs/2.1/index.html"> | ||
2.1 | ||
</a> | ||
</div> | ||
<div class="menuitem"> | ||
<a href="/docs/2.0/index.html"> | ||
2.0 | ||
</a> | ||
</div> | ||
<div class="menuitem"> | ||
<a href="/docs/1.19/index.html"> | ||
1.19 | ||
</a> | ||
</div> | ||
<div class="menuitem first"> | ||
<a href="/docs/devel/index.html"> | ||
devel | ||
</a> | ||
</div> | ||
<div class="menuitem last"> | ||
<a href="/docs/contributed_modules.html"> | ||
Contributed modules | ||
</a> | ||
</div> | ||
</div> | ||
<br style="height: 0px; clear: both"/> | ||
</div> | ||
<!-- /#headerbar --> | ||
</nav> | ||
<div id="content"> | ||
</div> | ||
</header> | ||
<main><h1 id="upgrade-notes-for-simplesamlphp-24"> | ||
Upgrade notes for SimpleSAMLphp 2.4 | ||
</h1> | ||
<p> | ||
SimpleSAMLphp 2.4 is a minor new release which introduces a few new features. | ||
The following changes are relevant for installers and/or developers. | ||
</p> | ||
<ul> | ||
<li> | ||
Where a configuration has multiple hosted IdPs, metadata is now associated with the entityId. | ||
This means that endpoints such as SingleSignOnService values will be taken from the | ||
entityId block in saml20-idp-hosted.php. See ( | ||
<a href="https://github.com/simplesamlphp/simplesamlphp/pull/2270"> | ||
https://github.com/simplesamlphp/simplesamlphp/pull/2270 | ||
</a> | ||
) for details. | ||
</li> | ||
</ul> | ||
<h2 id="deprecations"> | ||
Deprecations | ||
</h2> | ||
<p> | ||
The following classes were marked | ||
<code> | ||
deprecated | ||
</code> | ||
and will be removed in a next major release. | ||
</p> | ||
<ul> | ||
<li> | ||
fixme | ||
</li> | ||
</ul> | ||
<h2 id="bc-break"> | ||
BC break | ||
</h2> | ||
<ul> | ||
<li> | ||
fixme | ||
</li> | ||
</ul> | ||
</main></body> | ||
</html> |