Releases: chuckbe/chuckcms-module-order-form
Releases · chuckbe/chuckcms-module-order-form
v0.2.24
What's Changed
- change laravel dependency to L10 by @dnnslmbrt in #10
New Contributors
- @dnnslmbrt made their first contribution in #10
Full Changelog: v0.2.23...v0.2.24
v0.2.23
Changed
- Small refactor to Service Provider
- Publish migrations as default
- Moved views to directory outside src
- WIP for new OrderRepository
- Subtract stock/quantity after POS sale
Full Changelog: v0.2.22...v0.2.23
v0.2.22
v0.2.21
Added
- Enable products only for specific delivery dates
- Disabled dates for all locations from delivery settings
Full Changelog: v0.2.20...v0.2.21
v0.2.20
Fix
- Critical fix on first available date available on location method
Full Changelog: v0.2.19...v0.2.20
v0.2.19
Improved
- Order view on POS
- getFirstDateAvailable method improvements
Fix
- edge case: prevent new payment for when webhook has not been received but payment is paid
Full Changelog: v0.2.18...v0.2.19
v0.2.18
v0.2.17
What's Changed
- Translations by @KarelBrijs in #8
- Refresh button in POS
- Draggable sort on subproducts
- Sorting of products within categories
- Small fixes on product create/edit
Full Changelog: v0.2.16...v0.2.17
v0.2.16
v0.2.15
Fix
- fixed a bug on product save...