Filament v4 support
This release renumbers the Filament 4.x line so that the plugin's major version matches the Filament major version it supports. The code is the v3.0.0 release plus the CI and tooling updates merged since then; there are no source changes and no API changes, so v3.0.0 users can move to v4.0.0 without touching their code.
From this release on, the mapping is one to one: install ^4.0 for Filament 4.x and ^5.0 for Filament 5.x.
Changed
- Version numbering now follows the supported Filament major version.
- Continued maintenance of the Filament 4.x line moves to the
v4.xbranch (previouslyv3.x).
Compatibility
| Filament | branch/tag |
|---|---|
| v5.x | v5.x |
| v4.x | v4.x |
| v3.x | v2.x |
| v2.x | v1.x |
Releases before v4.0.0 used a different scheme, where the plugin major trailed the Filament major by one: v3.0.0 supports Filament 4.x, v2.0.0 supports Filament 3.x and v1.0.0 supports Filament 2.x. Those releases stay available and unchanged.