Releases: verbb/events
Releases · verbb/events
1.1.7.1
Fixed
- Fixed typo. (thanks @samuelbirch).
1.1.7
Added
- 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.
Changed
- 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.
Fixed
- Fix ticket type permissions.
- Fix ticket check-in not working.
- Fix error thrown in
isTicket
.
1.1.6
Added
- Add Check-in template and nicer default template instead of JSON.
Fixed
- Fix error when running live preview on an event.
1.1.5
Fixed
- Fix incorrect available ticket calculation when adding to cart (again).
1.1.4
Fixed
- 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.
1.1.3
Fixed
- Fix
craft.events.events()
not including currently-on events.
1.1.2
Added
- Add support for Klaviyo Connect plugin.
Fixed
- 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.
1.1.1
Fixed
- 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.
1.1.0
Added
- Add Title Format to event types.
Changed
- 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.
Fixed
- 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.
1.0.2.1
Fixed
- Fix incorrect casing of
events.js
. (thanks @johnnynotsolucky).