Releases: verbb/events
Releases · verbb/events
1.4.18
Added
- Add
ticketsShippable
plugin setting. - Add
craft.events.ticketTypes()
. - Add order email to "Customer" column for purchased tickets, when ordered by a guest.
- Allow custom fields to be saved when calling
events/purchased-tickets/checkin
. - Allow
checkedIn
andcheckedIn
attributes to be saved when callingevents/purchased-tickets/save
.
Fixed
- Fix customer email column.
1.4.17
Added
- Add “Require User Login” plugin setting for checking-in tickets.
- Add “Check-in tickets” user permission.
Fixed
- Fix an error when generating PDFs and custom fonts, where the temporary folder isn’t writable (or created).
- Fix an error when viewing purchased tickets index where users may not have a first/last name.
1.4.16
Fixed
- Fix an error with purchased tickets when no field layout was set.
- Fix an error when generating an ICS link and setting the location.
1.4.15
Added
- Add
events.edit.details
hook to the edit event page. (thanks @joshangell). - Add
events.edit.actionbutton
hook to event edit page. (thanks @joshangell). - Add
ticketType
andticketTypeId
query params to Purchase Ticket elements. - Add
pluralDisplayName
to Event, Purchased Ticket, Ticket and Ticket Type elements. - Add duplicate element action for Purchased Ticket elements.
- Add duplicate element action for Event elements.
- Add
ticketType
andticketTypeId
query params to Purchase Ticket element queries.
1.4.14
Fixed
- Fix migration error for older installs where event types had not re-saved to populate ICS settings.
1.4.13
Fixed
- Fix migration error in Postgres.
1.4.12
Fixed
- Allow
ticketTypes
to be edited withallowAdminChanges
set to false.
1.4.11
Fixed
- Fix tickets not being site-aware.
- Fix potential error for purchased tickets with no ticket.
1.2.4
Fixed
- Fix tickets not being site-aware.
1.4.10
Fixed
- Fix saving event content in the incorrect site.