Skip to content

Commit 3b24f36

Browse files
Release 7.16.0 (#472)
* Release 7.16.0 * refactor : Fix PHP CS Fixer * refactor: Fix PHP CS Fixer * Version File Changes
1 parent 57df12e commit 3b24f36

8 files changed

+52
-39
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.15.0
1+
7.16.0

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [7.16.0](https://github.com/auth0/laravel-auth0/tree/7.16.0) (2025-04-06)
4+
5+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.15.0...7.16.0)
6+
7+
**Added**
8+
9+
- Laravel 12 Support [\#470](https://github.com/auth0/laravel-auth0/pull/470) ([lee-to](https://github.com/lee-to))
10+
11+
**Fixed**
12+
13+
- refactor: fix failing tests [\#471](https://github.com/auth0/laravel-auth0/pull/471) ([noevidenz](https://github.com/noevidenz))
14+
315
## [7.15.0](https://github.com/auth0/laravel-auth0/tree/7.15.0) (2024-06-03)
416

517
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.14.0...7.15.0)

README.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ The next major release of Laravel is forecasted for Q1 2025. We anticipate suppo
3636

3737
| Laravel | SDK | PHP | Supported Until |
3838
| ---------------------------------------------- | ----- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------ |
39-
| [11.x](https://laravel.com/docs/11.x/releases) | 7.13+ | [8.3](https://www.php.net/releases/8.3/en.php) | Approx. [March 2026](https://laravel.com/docs/11.x/releases#support-policy) (EOL for Laravel 11) |
40-
| | | [8.2](https://www.php.net/releases/8.2/en.php) | Approx. [Dec 2025](https://www.php.net/supported-versions.php) (EOL for PHP 8.2) |
39+
| [12.x](https://laravel.com/docs/11.x/releases) | 7.15+ | [8.4](https://www.php.net/releases/8.4/en.php) | Approx. [Feb 2027](https://laravel.com/docs/12.x/releases#support-policy) (EOL for Laravel 12) |
40+
| | | [8.2](https://www.php.net/releases/8.3/en.php) | Approx. [Dec 2025](https://www.php.net/supported-versions.php) (EOL for PHP 8.3) |
4141

4242
We strive to support all actively maintained Laravel releases, prioritizing support for the latest major version with our SDK. If a new Laravel major introduces breaking changes, we may have to end support for past Laravel versions earlier than planned.
4343

@@ -49,22 +49,23 @@ The following releases are no longer being updated with new features by Auth0, b
4949

5050
| Laravel | SDK | PHP | Security Fixes Until |
5151
| ---------------------------------------------- | ---------- | ---------------------------------------------- | -------------------------------------------------------------------------------------- |
52-
| [10.x](https://laravel.com/docs/10.x/releases) | 7.5 - 7.12 | [8.3](https://www.php.net/releases/8.3/en.php) | [Feb 2025](https://laravel.com/docs/10.x/releases#support-policy) (EOL for Laravel 10) |
53-
| | | [8.2](https://www.php.net/releases/8.2/en.php) | [Feb 2025](https://laravel.com/docs/10.x/releases#support-policy) (EOL for Laravel 10) |
54-
| | | [8.1](https://www.php.net/releases/8.2/en.php) | [Nov 2024](https://www.php.net/supported-versions.php) (EOL for PHP 8.1) |
52+
| [11.x](https://laravel.com/docs/10.x/releases) | 7.13+ | [8.4](https://www.php.net/releases/8.4/en.php) | [March 2026](https://laravel.com/docs/11.x/releases#support-policy) (EOL for Laravel 11) |
53+
| | | [8.3](https://www.php.net/releases/8.3/en.php) | [March 2026](https://laravel.com/docs/11.x/releases#support-policy) (EOL for Laravel 11) |
54+
| | | [8.2](https://www.php.net/releases/8.2/en.php) | [Dec 2026](https://www.php.net/supported-versions.php) (EOL for PHP 8.2) |
5555

5656
### Unsupported Releases
5757

5858
The following releases are unsupported by Auth0. While they may be suitable for some legacy applications, your mileage may vary. We recommend upgrading to a supported version as soon as possible.
5959

60-
| Laravel | SDK |
61-
| -------------------------------------------- | ---------- |
62-
| [9.x](https://laravel.com/docs/9.x/releases) | 7.0 - 7.12 |
63-
| [8.x](https://laravel.com/docs/8.x/releases) | 7.0 - 7.4 |
64-
| [7.x](https://laravel.com/docs/7.x/releases) | 5.4 - 6.5 |
65-
| [6.x](https://laravel.com/docs/6.x/releases) | 5.3 - 6.5 |
66-
| [5.x](https://laravel.com/docs/5.x/releases) | 2.0 - 6.1 |
67-
| [4.x](https://laravel.com/docs/4.x/releases) | 1.x |
60+
| Laravel | SDK |
61+
| -------------------------------------------- | ---------- |
62+
| [10.x](https://laravel.com/docs/10.x/releases)| 7.5 - 7.12 |
63+
| [9.x](https://laravel.com/docs/9.x/releases) | 7.0 - 7.12 |
64+
| [8.x](https://laravel.com/docs/8.x/releases) | 7.0 - 7.4 |
65+
| [7.x](https://laravel.com/docs/7.x/releases) | 5.4 - 6.5 |
66+
| [6.x](https://laravel.com/docs/6.x/releases) | 5.3 - 6.5 |
67+
| [5.x](https://laravel.com/docs/5.x/releases) | 2.0 - 6.1 |
68+
| [4.x](https://laravel.com/docs/4.x/releases) | 1.x |
6869

6970
## Getting Started
7071

src/Controllers/CallbackControllerAbstract.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
namespace Auth0\Laravel\Controllers;
66

77
use Auth0\Laravel\Auth\Guard;
8+
use Auth0\Laravel\{Configuration, Events};
89
use Auth0\Laravel\Entities\CredentialEntityContract;
910
use Auth0\Laravel\Events\{AuthenticationFailed, AuthenticationSucceeded};
1011
use Auth0\Laravel\Exceptions\ControllerException;
1112
use Auth0\Laravel\Exceptions\Controllers\CallbackControllerException;
1213
use Auth0\Laravel\Guards\GuardAbstract;
13-
use Auth0\Laravel\{Configuration, Events};
1414
use Illuminate\Auth\Events\{Attempting, Authenticated, Failed, Validated};
1515
use Illuminate\Contracts\Auth\Authenticatable;
1616
use Illuminate\Http\Request;

src/Controllers/LoginControllerAbstract.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
namespace Auth0\Laravel\Controllers;
66

77
use Auth0\Laravel\Auth\Guard;
8+
use Auth0\Laravel\{Configuration, Events};
89
use Auth0\Laravel\Entities\CredentialEntityContract;
910
use Auth0\Laravel\Events\LoginAttempting;
1011
use Auth0\Laravel\Exceptions\ControllerException;
1112
use Auth0\Laravel\Guards\GuardAbstract;
12-
use Auth0\Laravel\{Configuration, Events};
1313
use Illuminate\Http\Request;
1414
use Symfony\Component\HttpFoundation\Response;
1515

src/Entities/InstanceEntityAbstract.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
namespace Auth0\Laravel\Entities;
66

77
use Auth0\Laravel\Bridges\{CacheBridge, SessionBridge};
8-
use Auth0\Laravel\Events\Configuration\{BuildingConfigurationEvent, BuiltConfigurationEvent};
98
use Auth0\Laravel\{Configuration, Events, Service};
9+
use Auth0\Laravel\Events\Configuration\{BuildingConfigurationEvent, BuiltConfigurationEvent};
1010
use Auth0\SDK\Auth0;
1111
use Auth0\SDK\Configuration\SdkConfiguration;
1212
use Auth0\SDK\Contract\API\ManagementInterface;

src/Events.php

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44

55
namespace Auth0\Laravel;
66

7-
use Auth0\Laravel\Events\Configuration\{
8-
BuildingConfigurationEvent,
9-
BuiltConfigurationEvent,
10-
};
11-
12-
use Auth0\Laravel\Events\Middleware\{
13-
StatefulMiddlewareRequest,
14-
StatelessMiddlewareRequest,
15-
};
16-
177
use Auth0\Laravel\Events\{
188
AuthenticationFailed,
199
AuthenticationSucceeded,
@@ -27,6 +17,16 @@
2717
TokenVerificationSucceeded,
2818
};
2919

20+
use Auth0\Laravel\Events\Configuration\{
21+
BuildingConfigurationEvent,
22+
BuiltConfigurationEvent,
23+
};
24+
25+
use Auth0\Laravel\Events\Middleware\{
26+
StatefulMiddlewareRequest,
27+
StatelessMiddlewareRequest,
28+
};
29+
3030
/**
3131
* @api
3232
*

src/EventsContract.php

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@
44

55
namespace Auth0\Laravel;
66

7-
use Auth0\Laravel\Events\Configuration\{
8-
BuildingConfigurationEvent,
9-
BuiltConfigurationEvent,
10-
};
11-
12-
use Auth0\Laravel\Events\EventContract;
13-
14-
use Auth0\Laravel\Events\Middleware\{
15-
StatefulMiddlewareRequest,
16-
StatelessMiddlewareRequest,
17-
};
18-
197
use Auth0\Laravel\Events\{
208
AuthenticationFailed,
219
AuthenticationSucceeded,
@@ -28,6 +16,18 @@
2816
TokenVerificationSucceeded,
2917
};
3018

19+
use Auth0\Laravel\Events\Configuration\{
20+
BuildingConfigurationEvent,
21+
BuiltConfigurationEvent,
22+
};
23+
24+
use Auth0\Laravel\Events\EventContract;
25+
26+
use Auth0\Laravel\Events\Middleware\{
27+
StatefulMiddlewareRequest,
28+
StatelessMiddlewareRequest,
29+
};
30+
3131
/**
3232
* @api
3333
*/

0 commit comments

Comments
 (0)