Releases: tastyigniter/TastyIgniter
v3.0.4-beta.28
We are constantly working to improve your TastyIgniter experience, here's a summary of what has changed since the last release…
🎊 What’s New
- You can now configure split opening, delivery and pickup hours
- You can now process refunds on Stripe payments right from the admin order page
- Using the Automation extension you can now schedule review reminder emails on X days after an order is completed
💡 Improvements
- UI adjustments and improvements
- Added new event
main.theme.activated
fired after a theme has been activated - Bug fixes and adjustments
v3.0.4-beta.27
We are constantly working to improve your TastyIgniter experience, here's a summary of what has changed…
💡 Improvements
- Added AJAX loading and sorting of DataTable widgets
- Updated reservations agenda view to a new calendar JS plugin
- Menu options are now completely restricted to records associated to the logged in user’s location(s).
- Currency settings are now correctly used in the front end site
🐞 Bug Fixes
- Fixed categories appearing on the menu list when they are not associated with the location
- Fixed translations not appearing in the admin panel
- Fixed default payment and order type errors
- More bug fixes and improvements
v3.0.4-beta.26
We are constantly working to improve your TastyIgniter experience, here's a summary of what has changed…
💡 Improvements
- Merged
staffs_locations
database records intolocationables
table and droppedstaffs_locations
- Activity Log housekeeping: you can now specify how long to keep activity logs
- Smooth drag and drop for mail variables (#611)
- Reservations calendar events can now be filtered by locations
- Non-super admins are now completely restricted to records associated to their location(s).
- Only super admins can now delete records associated to multiple locations
🐞 Bug Fixes
- Fixed currency formatter to handle empty thousand separator
- More bug fixes and improvements
v3.0.4-beta.25.2
Minor improvements and bug fixes
v3.0.4-beta.25.1
Minor improvements and bug fixes
v3.0.4-beta.25
We are constantly working to improve your TastyIgniter experience, here's a summary of what has changed…
🎊 What’s New
- We have split reviews from the core into the Local extension
- You can now mark your restaurant tables as joinable to allow multiple tables per booking
💡 Improvements
- Merged
locations_tables
database records intolocationables
table and droppedlocations_tables
- All date and time formats now accessible as language strings
🐞 Bug Fixes
- More bugs fixed
v3.0.4-beta.24.4
We are constantly working to improve your TastyIgniter experience, here's a summary of what has changed…
💡 Improvements
- Now using English as the fallback language when all languages are disabled
- Prevent assignable allocate schedule from overlapping
- We have added separate permission
Admin.DeleteOrders
to guard unauthorised admin against deleting orders/reservations
🐞 Bug Fixes
- Fixed a bug where addresses were not formatted properly
- Fixed a
Node must exist
error when creating a child category - More bug fixes and improvements
v3.0.4-beta.24.2
Minor improvements and bug fixes
v3.0.4-beta.24.1
Minor improvements and bug fixes
v3.0.4-beta.24
We are constantly working to improve your TastyIgniter experience, here's a summary of what has changed…
🎊 What’s New
- Added support to process refund through the PayRegister API
- Added support for validating component properties within the admin component editor
- We have split coupons from the core as an extension
💡 Improvements
- General UX improvements
- Location coordinates now gets updated when a location address changes (#516)
- We now prevent negative pricing on menu items, options and specials (#531)
- Combined page assets (CSS & JS) now enabled by default when running the backend in production.
- Deprecated support for plain PHP template files, to be completely removed before v3 Please ensure all child theme template files use the
.blade.php
file extension