v3.0.4-beta.23
Pre-release
Pre-release
sampoyigi
released this
15 Sep 19:10
·
732 commits
to master
since this release
We are constantly working to improve your TastyIgniter experience, here's a summary of what has changed…
🎊 What’s New
- The default queue driver has been reverted to
sync
. It’s recommended to change todatabase
or any of the supported drivers to run heavy tasks like sending emails in the background. - Added support for Laravel Blade syntax
- You can now limit the number of orders to accept per each time slot
- You can now manage allergens that can be assigned to your menu items and/or menu options (thanks to @babelattke)
- Cart Extension: Your customers can now track their order status in real-time on the order page.
💡 Improvements
- General UX improvements
- We have improved the UI for marking out your delivery areas
- Cart Extension: Minimum order total is now checked against the cart subtotal instead of the cart total value.