Skip to content

v1.0.22

Choose a tag to compare

@fadymondy fadymondy released this 30 Sep 09:05
· 31 commits to master since this release
  • add Plugin options
->plugin(
    \TomatoPHP\FilamentCms\FilamentCMSPlugin::make()
        ->useCategory()
        ->usePost()
        ->allowExport()
        ->allowImport()
)

Full Changelog: v1.0.21...v1.0.22