Skip to content

Releases: verbb/events

1.1.7.1

02 Dec 12:15
Compare
Choose a tag to compare

Fixed

1.1.7

02 Dec 06:04
Compare
Choose a tag to compare

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

03 Sep 11:16
Compare
Choose a tag to compare

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

08 Aug 22:49
Compare
Choose a tag to compare

Fixed

  • Fix incorrect available ticket calculation when adding to cart (again).

1.1.4

07 Aug 22:45
Compare
Choose a tag to compare

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

28 Jul 00:59
Compare
Choose a tag to compare

Fixed

  • Fix craft.events.events() not including currently-on events.

1.1.2

25 Jul 05:59
Compare
Choose a tag to compare

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

16 May 22:37
Compare
Choose a tag to compare

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

12 May 10:08
Compare
Choose a tag to compare

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 and endDate query params.
  • Ensure tickets have a title value.

1.0.2.1

30 Apr 07:20
Compare
Choose a tag to compare

Fixed