Skip to content

Commit 1b7a36d

Browse files
committed
Release v2.3.7
1 parent 515f1a2 commit 1b7a36d

5 files changed

Lines changed: 59 additions & 53 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@
130130
"translations:unused": "php bin/translations translations:unused",
131131
"translations:update:translatable": "php bin/translations translations:update:translatable"
132132
},
133-
"version": "v2.3.6"
133+
"version": "v2.3.7"
134134
}

composer.lock

Lines changed: 50 additions & 49 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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@
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.3.7
8+
## Version 2.3.8
99

1010
Released TBD
1111

12+
## Version 2.3.7
13+
14+
Released 2025-03-11
15+
1216
* Fixed loading translations for themes where there is no explicit X-Domain set in the po file.
17+
* Bumped vulnerable saml2-library to v4.17.0
1318

1419
## Version 2.3.6
1520

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.3.6
3+
%define version 2.3.7
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.3.6';
44+
public const VERSION = '2.3.7';
4545

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

0 commit comments

Comments
 (0)