Skip to content

Releases: tomatophp/filament-ecommerce

v1.0.12

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

Full Changelog: v1.0.11...v1.0.12

v1.0.11

29 Sep 21:35
Compare
Choose a tag to compare
  • fix settings hub routes path.

Full Changelog: v1.0.10...v1.0.11

v1.0.10

29 Sep 21:19
Compare
Choose a tag to compare
  • add some plugin options by @3x1io
->plugin(
    \TomatoPHP\FilamentEcommerce\FilamentEcommercePlugin::make()
        ->useCoupon()
        ->useGiftCard()
        ->useReferralCode()
        ->allowOrderExport()
        ->allowOrderImport()
        ->useWidgets()
)

there is some feature you can disable it

->plugin(
    \TomatoPHP\FilamentEcommerce\FilamentEcommercePlugin::make()
        ->useAccounts(false)
        ->useOrderSettings(false)
        ->useSettings(false)
        ->showOrderAccount(false)
        ->allowOrderCreate(false)
)

v1.0.9

29 Sep 09:18
9037238
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8

26 Sep 09:17
788dd08
Compare
Choose a tag to compare

What's Changed

  • Add multi-vendor (SaaS) and codes manager by @megoxv in #10

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

17 Sep 16:38
Compare
Choose a tag to compare

Full Changelog: v1.0.6...v1.0.7

v1.0.6

16 Sep 13:20
Compare
Choose a tag to compare
  • add filament-plugins integration

Full Changelog: v1.0.5...v1.0.6

v1.0.5

11 Aug 12:10
Compare
Choose a tag to compare

v1.0.4

15 Jul 13:46
Compare
Choose a tag to compare
  • Fix plugin required
  • Fix Order View

Full Changelog: v1.0.3...v1.0.4

v1.0.3

15 Jul 12:41
Compare
Choose a tag to compare