Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit d3d8ac6

Browse files
committed
Update CHANGELOG.md
1 parent c783b51 commit d3d8ac6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [2.4.1] - 2025-02-04
9+
10+
### Added
11+
- Add explicit nullable type in a few places to avoid "PHP Deprecated" warning (PR [#113](https://github.com/24Slides/laravel-saml2/pull/113), @andreypopov)
12+
813
## [2.4.0] - 2024-04-13
914

1015
### Added
@@ -69,7 +74,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6974
## [2.0.6] - 2020-10-23
7075

7176
### Fixed
72-
- Setting Name ID Format on SP bootstrap
77+
- Setting Name ID Format on SP bootstrap
7378

7479
## [2.0.5] - 2020-10-23
7580

@@ -107,8 +112,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
107112
- Helper functions `saml_url()`, `saml_route()`, `saml_tenant_uuid()`
108113
- Initializing SP in middleware
109114
- Database migrations
110-
- Console commands `saml2:create-tenant`, `saml2:update-tenant`, `saml2:delete-tenant`,
111-
`saml2:restore-tenant`, `saml2:list-tenants`, `saml2:tenant-credentials`
115+
- Console commands `saml2:create-tenant`, `saml2:update-tenant`, `saml2:delete-tenant`,
116+
`saml2:restore-tenant`, `saml2:list-tenants`, `saml2:tenant-credentials`
112117

113118
### Fixed
114119
- Routes are now accepting UUID of tenants instead of `idpKey`

0 commit comments

Comments
 (0)