Skip to content

v3.0.4-beta.24

Pre-release
Pre-release
Compare
Choose a tag to compare
@sampoyigi sampoyigi released this 03 Nov 19:52
· 660 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

  • 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