Skip to content

Releases: verbb/events

3.0.15

15 Mar 03:19

Choose a tag to compare

Added

  • Add Ticket::getPromotionRelationSource() for promotion category handling.

Changed

  • FIXED: Fix double quote issue on migration of events.

Fixed

  • Fix tickets not being propogated on multi-store installs.
  • Fix an issue where legacy tickets could be added to new orders in the control panel.
  • Fix an error where the base/price of a ticket wasn’t enforced correctly.
  • Fix an error where ticket shipping/tax categories didn’t always resolve.

3.0.14

03 Mar 04:32

Choose a tag to compare

Fixed

  • Fix an error when sorting events by start/end date for paginated requests.
  • Fix incorrect error format for the downloads/pdf controller when an order cannot be found.

3.0.13

13 Feb 22:24

Choose a tag to compare

Changed

  • Tickets now make use of the parent session, ticket type, or event’s enabled state to infer their own enabled state.

3.0.12

23 Jan 21:34

Choose a tag to compare

Fixed

  • Fix Purchased Ticket title’s not including disabled or non-live status elements.

2.0.12

23 Jan 21:20

Choose a tag to compare

Fixed

  • Fixed a Mutex exception that could occur in certain scenarios when retrieving a cart.

3.0.11

13 Jan 03:17

Choose a tag to compare

Changed

  • Editing a Purchased Ticket from the control panel no longer allows for event/session/ticket type changes - instead change the ticket.

Fixed

  • Fix an issue when changing the Ticket value of a Purchased Ticket.

3.0.10

06 Nov 04:19

Choose a tag to compare

Added

  • Add Ticket::getPromotionRelationSource() for promotion category handling.

Changed

  • Update English translations.

Fixed

  • Fixed a Mutex exception that could occur in certain scenarios when retrieving a cart.

2.0.11

02 Sep 05:17

Choose a tag to compare

Added

  • Add Ticket::getPromotionRelationSource() for promotion category handling.

3.0.9

13 Aug 00:33

Choose a tag to compare

Added

  • Add the ability to set ticket type capacity to unlimited.

Fixed

  • Fix lack of supported site handling for a sessions and ticket types.
  • Fix an error when creating sessions.

3.0.8

18 Jul 14:04

Choose a tag to compare

Added

  • Add Start/End Date columns as sortable to Events element index.
  • Add Session::getIsAvailable(), Session::getAvailableTickets(), TicketType::getIsAvailable(), TicketType::getAvailableTickets().
  • Add craft.events.sessions().

Changed

  • Update English translations.
  • Improve element query performance for events/sessions/tickets/etc with cached element queries.
  • Improve performance when querying ticket quantity/stock.

Fixed

  • Fix lack of supported site handling for an event.
  • Fix an error when creating new Event Types.
  • Fix an error for craft.events.isTicket() for some line item types.
  • Fix Event::getIsAvailable() type check.
  • Fix generating an ICS for an event.
  • Fix missing Event::getIcsUrl().
  • Fix an error when querying tickets by their event.