Skip to content

v3.0.4-beta.23

Pre-release
Pre-release
Compare
Choose a tag to compare
@sampoyigi 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 to database 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.

🐞 Bug Fixes

  • Fixed a bug where media type unsupported by GD Decoder throws an error (#406)
  • Fixed a bug where an enabled recurring special menu item throws an error (#452)
  • Fixed a bug where tax is applied on delivery charge when order type is pick-up
  • More bug fixes