Skip to content

Releases: tastyigniter/TastyIgniter

v3.0.4-beta.26

06 Jan 00:11
Compare
Choose a tag to compare
v3.0.4-beta.26 Pre-release
Pre-release

We are constantly working to improve your TastyIgniter experience, here's a summary of what has changed…

💡 Improvements

  • Merged staffs_locations database records into locationables table and dropped staffs_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

10 Dec 19:39
Compare
Choose a tag to compare
v3.0.4-beta.25.2 Pre-release
Pre-release

Minor improvements and bug fixes

v3.0.4-beta.25.1

10 Dec 18:46
Compare
Choose a tag to compare
v3.0.4-beta.25.1 Pre-release
Pre-release

Minor improvements and bug fixes

v3.0.4-beta.25

10 Dec 14:11
Compare
Choose a tag to compare
v3.0.4-beta.25 Pre-release
Pre-release

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 into locationables table and dropped locations_tables
  • All date and time formats now accessible as language strings

🐞 Bug Fixes

  • More bugs fixed

v3.0.4-beta.24.4

17 Nov 14:05
Compare
Choose a tag to compare
v3.0.4-beta.24.4 Pre-release
Pre-release

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

08 Nov 16:27
Compare
Choose a tag to compare
v3.0.4-beta.24.2 Pre-release
Pre-release

Minor improvements and bug fixes

v3.0.4-beta.24.1

07 Nov 04:09
Compare
Choose a tag to compare
v3.0.4-beta.24.1 Pre-release
Pre-release

Minor improvements and bug fixes

v3.0.4-beta.24

03 Nov 19:52
Compare
Choose a tag to compare
v3.0.4-beta.24 Pre-release
Pre-release

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

🐞 Bug Fixes

  • Fixed a bug where delete location delivery area AJAX handler did not fire (#513)
  • Fixed a bug where database migration throws an error (#492)
  • Fixed a bug where the admin location picker would not load the selected location (#532)
  • More bugs fixed

v3.0.4-beta.23.2

05 Oct 15:13
Compare
Choose a tag to compare
v3.0.4-beta.23.2 Pre-release
Pre-release

We are constantly working to improve your TastyIgniter experience, here's a summary of what has changed…

💡 Improvements

  • Added support for blade templates in themes
  • Added more unsupported blade directives
  • Demo theme files have been changed to Laravel Blade templates
  • @component blade directive has been reverted back with @componentPartial removed. (no current plans to support blade components)

🐞 Bug Fixes

  • Minor bug fixes

v3.0.4-beta.23.1

01 Oct 10:40
Compare
Choose a tag to compare
v3.0.4-beta.23.1 Pre-release
Pre-release

We are constantly working to improve your TastyIgniter experience, here's a summary of what has changed…

💡 Improvements

  • Support searchable menu items
  • Added support for all blade directives except @extends and @component
  • Admin view files have been changed to Laravel Blade template files
  • Multi-location support for menu mealtimes and options.
  • @component blade directive has been replaced with @componentPartial

🐞 Bug Fixes

  • Minor bug fixes