File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 140140 " echo 'Post-install tasks completed!'"
141141 ]
142142 },
143- "version" : " v2.4.1 "
143+ "version" : " v2.4.2 "
144144}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ See the [upgrade notes](https://simplesamlphp.org/docs/stable/simplesamlphp-upgr
77
88## Version 2.4.2
99
10- Released TBD
10+ Released 2025-06-04
1111
1212* Fixed a bug where metadata-endpoints with isDefault set would not yield the expected metadata (#2439 )
1313* Fixed a backwards incompatibility that would throw an exception on an invalid entityID.
Original file line number Diff line number Diff line change 11%define name simplesamlphp
22%define summary SAML IDP/SP written in PHP
3- %define version 2.4.1
3+ %define version 2.4.2
44%define release 1
55%define license LGPL 2.1
66%define group Networking/WWW
Original file line number Diff line number Diff 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.1 ' ;
44+ public const VERSION = '2.4.2 ' ;
4545
4646 /**
4747 * A default value which means that the given option is required.
You can’t perform that action at this time.
0 commit comments