Releases: tomatophp/filament-ecommerce
Releases · tomatophp/filament-ecommerce
v1.0.12
v1.0.11
- fix settings hub routes path.
Full Changelog: v1.0.10...v1.0.11
v1.0.10
- 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
v1.0.8
v1.0.7
Full Changelog: v1.0.6...v1.0.7
v1.0.6
- add filament-plugins integration
Full Changelog: v1.0.5...v1.0.6
v1.0.5
Full Changelog: v1.0.4...v1.0.5
v1.0.4
- Fix plugin required
- Fix Order View
Full Changelog: v1.0.3...v1.0.4
v1.0.3
- drop status settings from migration
Full Changelog: v1.0.2...v1.0.3