Support for Automations structure
Updated default layouts to use Siteglide Studio (this won't overwrite existing installed layouts)
Fixed a bug where double quotes in Event names would cause invalid JSON when using default Calendar Layout. This fix will only apply to new Sites so as to not overwrite Layouts you may be using.
To fix manually on existing Sites, replace the following line in your item.liquid
file:
"title": "{{this.name}}",
...with:
"title": {{this.name | json }},
UX improvements to Default Detail Event Layouts.
New installs of the Events Module will have improved default Detail Layouts. Previously you had to click through to the Product Detail Page to buy tickets, but this can now be done straight from the Events Detail Page. This should mean a simpler UX experience.
For existing Events and eCommerce Module users, you can easily add this functionality, should you wish to upgrade.
Add keyword search to default Events List Layout
Initial release