Releases: tomatophp/filament-cms
Releases · tomatophp/filament-cms
v1.0.30
v1.0.29
- fix Post Event on Github integration Job
Full Changelog: v1.0.28...v1.0.29
v1.0.28
- Add Bulk Categories Select to Posts
Full Changelog: v1.0.27...v1.0.28
v1.0.27
Use Post Events
sometimes you need to add some custom logic to your post like send email or notify user you can use the post events to do this, and the supported events is:
\TomatoPHP\FilamentCms\Events\PostCreated::class
\TomatoPHP\FilamentCms\Events\PostUpdated::class
\TomatoPHP\FilamentCms\Events\PostDeleted::class
Full Changelog: v1.0.26...v1.0.27
v1.0.26
- add filament-shield integration
Full Changelog: v1.0.25...v1.0.26
v1.0.25
- allow multi URL import
Full Changelog: v1.0.24...v1.0.25
v1.0.24
- add packagist integration to import form Github
Full Changelog: v1.0.23...v1.0.24
v1.0.23
- add the job to refresh the Github repo
Full Changelog: v1.0.22...v1.0.23
v1.0.22
- add Plugin options
->plugin(
\TomatoPHP\FilamentCms\FilamentCMSPlugin::make()
->useCategory()
->usePost()
->allowExport()
->allowImport()
)
Full Changelog: v1.0.21...v1.0.22
v1.0.21
- fix add team where team is not exists.
Full Changelog: v1.0.20...v1.0.21