Skip to content

Commit 5c3fd07

Browse files
committed
Release 2.4.1
1 parent 259e07e commit 5c3fd07

5 files changed

Lines changed: 30 additions & 21 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,5 @@
140140
"echo 'Post-install tasks completed!'"
141141
]
142142
},
143-
"version": "v2.4.0"
143+
"version": "v2.4.1"
144144
}

composer.lock

Lines changed: 20 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/simplesamlphp-changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
This document lists the changes between versions of SimpleSAMLphp.
66
See the [upgrade notes](https://simplesamlphp.org/docs/stable/simplesamlphp-upgrade-notes.html) for specific information about upgrading.
77

8+
## Version 2.4.1
9+
10+
Released 2025-05-14
11+
12+
* Reverted #2278 because of a regression in SLO when using SSP as a bridge (#2436)
13+
* Fixed a dependency on a dev-version of the saml2-library
14+
815
## Version 2.4.0
916

1017
Released 2025-04-16

extra/simplesamlphp.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%define name simplesamlphp
22
%define summary SAML IDP/SP written in PHP
3-
%define version 2.4.0
3+
%define version 2.4.1
44
%define release 1
55
%define license LGPL 2.1
66
%define group Networking/WWW

src/SimpleSAML/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Configuration implements Utils\ClearableState
4141
/**
4242
* The release version of this package
4343
*/
44-
public const VERSION = '2.4.0';
44+
public const VERSION = '2.4.1';
4545

4646
/**
4747
* A default value which means that the given option is required.

0 commit comments

Comments
 (0)