- Fixed typo. (thanks @samuelbirch).
- Add
cp.events.event.edit.details
template hook. (thanks @samuelbirch). - Add better warning when Commerce isn’t installed.
- Add
hasTickets
to event types. - Add confirm when deleting an events’ ticket type.
- No longer override Total Capacity field when changing ticket type quantity.
- Provide better handling for either event capacity or ticket quantity not being set.
- Do not include custom fields in ticket snapshot.
- Fix ticket type permissions.
- Fix ticket check-in not working.
- Fix error thrown in
isTicket
.
- Add Check-in template and nicer default template instead of JSON.
- Fix error when running live preview on an event.
- Fix incorrect available ticket calculation when adding to cart (again).
- Fixed sharing preview not working correctly for anonymous requests.
- Fix capacity database column set incorrectly, in some cases (upgrading from older plugin versions).
- Fix lack of total event capacity checks when adding to cart.
- Fix
isAvailable
checks on event and ticket incorrectly reporting what’s available. - Fix incorrect available ticket calculation when adding to cart.
- Fix
craft.events.events()
not including currently-on events.
- Add support for Klaviyo Connect plugin.
- Fix error when trying to save an event after validation failed.
- Fix deleting ticket type not deleting associated tickets.
- Fix error with empty tickets for an event.
- Allow Commerce 3 to work.
- Fix invalid element type class being registered for events.
- Fix error with project config rebuild. (thanks @ttempleton).
- Fix incorrectly reporting tickets as unavailable.
- Fix being unable to delete tickets from event.
- Fix error thrown when creating new tickets for event.
- Show an error settings icon when saving an event with required ticket type fields not set.
- Add Title Format to event types.
- When calling
craft.events.events()
in your templates, it will now only show events with a start date after today. - Change default sort to be the startDate ascending (oldest first).
- Tickets are now not required when saving an event.
- Fix incorrect editable event types being returned.
- Fix error occurring in an events field modal.
- Add missing
startDate
andendDate
query params. - Ensure tickets have a title value.
- Fix incorrect casing of
events.js
. (thanks @johnnynotsolucky).
- Quantity for tickets is no longer required.
- Fix deprecation error.
- Fix filtering events by event type.
- Fix errors when trying to view tickets in an element select interface.
- Fix being unable to add new events in some instances.
- Ensure Commerce 2.1 is required.
- Update
endroid/qrcode
toendroid/qr-code
. - Fixed some issues during install.
- Craft 3 version.
- Ensure cart-adding supports notes and options.
- Switch events to be output ascending by default.
- Fix incorrect references for PDF config files.
- Fix displaying price incorrectly for some locales.
- Initial beta release.