Releases: tastyigniter/TastyIgniter
Releases · tastyigniter/TastyIgniter
v3.7.7
v3.7.6
What's Changed
- Clean JS files for case-insensitive file systems by @heyanlong in #1057
- Update $defaultFormat in Country.php by @antoniozh in #1067
- Bump follow-redirects from 1.15.2 to 1.15.4 in /app/admin/assets by @dependabot in #1065
- Fixed path to the Menus-v2 image file in demo theme. by @mindflowgo in #1077
New Contributors
- @heyanlong made their first contribution in #1057
- @antoniozh made their first contribution in #1067
- @mindflowgo made their first contribution in #1077
Full Changelog: v3.7.5...v3.7.6
v3.7.5
What's Changed
- Fixed error when loading admin dashboard widgets
- system.urlPolicy config can be set from env variable by @mrdezzods in #1063
- Resolve temporarily open_basedir issue by @Concreta09 in #1061
Full Changelog: v3.7.3...v3.7.5
v3.7.4
v3.7.3
What's Changed
- Use environment variable for admin uri by @mrdezzods in #1040
- Menu priority rule by @Concreta09 in #1050
New Contributors
- @mrdezzods made their first contribution in #1040
- @Concreta09 made their first contribution in #1050
Full Changelog: v3.7.2...v3.7.3
v3.7.2
What's Changed
- Location picker now applied on dashboard widget queries.
Full Changelog: v3.7.1...v3.7.2
v3.7.1
v3.7.0
What's New:
- You can now search orders and reservations by telephone and email fields.
What's Changed:
- Improved dashboard widgets
- More bug fixes
Full Changelog: v3.6.9...v3.7.0
v3.6.9
What's changed?
- Fixed a bug that caused incorrect calculation of point-in-polygon.
Full Changelog: v3.6.8...v3.6.9
v3.6.8
What's New:
- The option to manually set reservation tables has been restored, giving users more control over their reservations.
Bug Fixes:
- The JSScope assetic filter has been removed, fixing a known issue caused by the broadcast extension.
- A typo in the list column type has been fixed, enhancing the readability of the dates in lists.
- The order and reservation cancel logic has been moved to the model from both Cart and Reservation extensions, improving the stability of the application.