Releases: verbb/events
Releases · verbb/events
3.0.15
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
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
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
Fixed
- Fix Purchased Ticket title’s not including disabled or non-live status elements.
2.0.12
Fixed
- Fixed a Mutex exception that could occur in certain scenarios when retrieving a cart.
3.0.11
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
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
Added
- Add
Ticket::getPromotionRelationSource()for promotion category handling.
3.0.9
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
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.