Skip to content

v4.6.0 - Laravel 13 support

Choose a tag to compare

@tallcms tallcms released this 31 May 03:06
· 6 commits to main since this release

New Features

  • Laravel 13 support. TallCMS now runs on Laravel 13 (alongside Laravel 11 and 12). The upstream blocker — kalnoy/nestedset capping at Laravel 12 — is resolved via kalnoy/nestedset v7.0.0 and wsmallnews/filament-nestedset v2.2.1. Dependency constraints widened accordingly: laravel/scout ^11, spatie/laravel-permission ^7, wsmallnews/filament-nestedset ^2.2, and (standalone) laravel/framework ^13 / laravel/tinker ^3.
  • CI now runs the full PHP 8.2–8.4 × Laravel 11/12/13 matrix.

Compatibility

  • PHP 8.2+ (Laravel 13 requires PHP 8.3+)
  • Laravel 11, 12, or 13
  • Filament 5

No breaking changes — existing Laravel 11/12 installs are unaffected. A fresh Laravel 13 app can composer require tallcms/cms; standalone installs move to Laravel 13 with composer update once their app-level dependencies allow it (the tallcms/filament-registration plugin gained Laravel 13 support in v1.3.0).

Closes #61.