Skip to content

Releases: tomatophp/filament-cms

v1.0.29

07 Oct 12:43
Compare
Choose a tag to compare
  • fix Post Event on Github integration Job

Full Changelog: v1.0.28...v1.0.29

v1.0.28

06 Oct 14:24
Compare
Choose a tag to compare
  • Add Bulk Categories Select to Posts

Full Changelog: v1.0.27...v1.0.28

v1.0.27

05 Oct 11:02
Compare
Choose a tag to compare

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

02 Oct 11:00
Compare
Choose a tag to compare
  • add filament-shield integration

Full Changelog: v1.0.25...v1.0.26

v1.0.25

30 Sep 11:37
Compare
Choose a tag to compare
  • allow multi URL import

Full Changelog: v1.0.24...v1.0.25

v1.0.24

30 Sep 10:51
Compare
Choose a tag to compare
  • add packagist integration to import form Github

Full Changelog: v1.0.23...v1.0.24

v1.0.23

30 Sep 09:44
Compare
Choose a tag to compare
  • add the job to refresh the Github repo

Full Changelog: v1.0.22...v1.0.23

v1.0.22

30 Sep 09:05
Compare
Choose a tag to compare
  • add Plugin options
->plugin(
    \TomatoPHP\FilamentCms\FilamentCMSPlugin::make()
        ->useCategory()
        ->usePost()
        ->allowExport()
        ->allowImport()
)

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

v1.0.21

30 Sep 08:52
Compare
Choose a tag to compare
  • fix add team where team is not exists.

Full Changelog: v1.0.20...v1.0.21

v1.0.20

26 Sep 09:15
c8448a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.19...v1.0.20