Skip to content

Commit

Permalink
Merge branch '3.x' into panels-navigation-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored Feb 3, 2025
2 parents 6f744e6 + b900fb1 commit 1092bb9
Show file tree
Hide file tree
Showing 237 changed files with 8,200 additions and 4,283 deletions.
10 changes: 5 additions & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Supported Versions

| Version | Supported |
|---------| ------------------ |
| 1.x | :white_check_mark: |
| 2.x | :white_check_mark: |
| 3.x | :white_check_mark: |
| Version | Supported | EOSL Date |
|---------| --------- | ---------------- |
| 1.x | ⚠️ | 1st July 2025 |
| 2.x | ⚠️ | 1st January 2026 |
| 3.x | | TBA |

## Reporting a Vulnerability

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"require-dev": {
"anourvalar/eloquent-serialize": "^1.2",
"danharrin/livewire-rate-limiting": "^0.3|^1.0",
"danharrin/livewire-rate-limiting": "^0.3|^1.0|^2.0",
"filament/support": "*",
"larastan/larastan": "^2.2",
"laravel/pint": "^1.0",
"league/csv": "^9.14",
"league/csv": "^9.16",
"league/flysystem-aws-s3-v3": "^3.0",
"nunomaduro/termwind": "^1.0|^2.0",
"openspout/openspout": "^4.23",
Expand Down
961 changes: 484 additions & 477 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs-assets/app/app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use App\Http\Middleware\TrustProxies;
use App\Http\Middleware\ValidateSignature;
use App\Http\Middleware\VerifyCsrfToken;
use Filament\Http\Middleware\AuthenticateSession;
use Illuminate\Auth\Middleware\AuthenticateWithBasicAuth;
use Illuminate\Auth\Middleware\Authorize;
use Illuminate\Auth\Middleware\EnsureEmailIsVerified;
Expand All @@ -22,7 +23,6 @@
use Illuminate\Http\Middleware\SetCacheHeaders;
use Illuminate\Routing\Middleware\SubstituteBindings;
use Illuminate\Routing\Middleware\ThrottleRequests;
use Illuminate\Session\Middleware\AuthenticateSession;
use Illuminate\Session\Middleware\StartSession;
use Illuminate\View\Middleware\ShareErrorsFromSession;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace App\Providers\Filament;

use Filament\Http\Middleware\Authenticate;
use Filament\Http\Middleware\AuthenticateSession;
use Filament\Http\Middleware\DisableBladeIconComponents;
use Filament\Http\Middleware\DispatchServingFilamentEvent;
use Filament\Pages;
Expand All @@ -14,7 +15,6 @@
use Illuminate\Cookie\Middleware\EncryptCookies;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken;
use Illuminate\Routing\Middleware\SubstituteBindings;
use Illuminate\Session\Middleware\AuthenticateSession;
use Illuminate\Session\Middleware\StartSession;
use Illuminate\View\Middleware\ShareErrorsFromSession;

Expand Down
Loading

0 comments on commit 1092bb9

Please sign in to comment.