Skip to content

v1.2.0

Choose a tag to compare

@inerba inerba released this 26 Oct 10:21
· 19 commits to main since this release

This release adds support for creating widgets with database-backed configurations. The new structure enables centralized and localized management of widget settings, making dashboards and modules in FilamentPHP more modular and easier to organize.

Support for database-configurable widgets

Introduced a centralized structure for widget settings management, based on DbConfigTrait and the new abstract class AbstractWidgetSettings.

Improved localization

Added “Last updated” message in IT, EN, FR, ES, with automatic date formatting according to the user's language.

Full Changelog: v1.1.7...v1.2.0