Skip to content

Commit e0009b7

Browse files
committed
Update docs
1 parent eba9e76 commit e0009b7

4 files changed

Lines changed: 25 additions & 1 deletion

File tree

docs/simplesamlphp-changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
This document lists the changes between versions of SimpleSAMLphp.
66
See the upgrade notes for specific information about upgrading.
77

8+
## Version 2.2.2
9+
10+
Released TBD
11+
12+
* Fix regression when setting the host-variable in `saml20-idp-hosted` (was #1922)
13+
14+
## Version 2.2.1
15+
16+
Released 2014-03-17
17+
18+
* Fix regression in bin/initMDSPdo.php (was #1892)
19+
* Fix regression in translations, causing a fallback to English (#2009 + #2010)
20+
821
## Version 2.2.0
922

1023
Released 2024-03-08

docs/simplesamlphp-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository](simplesamlphp-install-repo).
1414
## Prerequisites
1515

1616
* A web server capable of executing PHP scripts.
17-
* PHP version >= 8.0.0.
17+
* PHP version >= 8.1.0.
1818
* Support for the following PHP extensions:
1919
* Always required: `date`, `dom`, `fileinfo`, `filter`, `hash`, `json`, `libxml`, `mbstring`, `openssl`,
2020
`pcre`, `session`, `simplexml`, `sodium`, `SPL` and `zlib`

docs/simplesamlphp-upgrade-notes-2.2.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
SimpleSAMLphp 2.2 is a minor new release which introduces a few new features.
44
The following changes are relevant for installers and/or developers.
55

6+
## Software requirements
7+
8+
- The minimum PHP version required is now PHP 8.1.
9+
- Symfony was upgraded to 6.4 (LTS).
10+
611
## Deprecations
712

813
The following methods were marked `deprecated` and will be removed in a next major release.
@@ -17,3 +22,8 @@ The following methods were marked `deprecated` and will be removed in a next maj
1722
- SimpleSAML\Error\Errorcodes::getErrorCodeTitle - Use getTitle instead
1823
- SimpleSAML\Error\Errorcodes::getErrorCodeDescription - Use getDescription instead
1924
- SimpleSAML\Error\Errorcodes::getErrorCodeMessage - Use getMessage instead
25+
26+
The `tempdir` configuration setting was marked `deprecated`. Use `cachedir` instead.
27+
28+
The core:StatisticsWithAttribute authproc-filter was removed from SimpleSAMLphp.
29+
It is now available in the statistics-module from v2.1 and up.

docs/simplesamlphp-upgrade-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
See the following pages for important information for users upgrading
44
from older versions of SimpleSAMLphp:
55

6+
* [Upgrade notes for version 2.2](simplesamlphp-upgrade-notes-2.2)
67
* [Upgrade notes for version 2.1](simplesamlphp-upgrade-notes-2.1)
78
* [Upgrade notes for version 2.0](simplesamlphp-upgrade-notes-2.0)
89
* [Upgrade notes for version 1.19](simplesamlphp-upgrade-notes-1.19)

0 commit comments

Comments
 (0)