Releases: verbb/events
Releases · verbb/events
1.4.19.2
Fixed
- Fix an error being thrown when SEOmatic wasn't installed.
1.4.19.1
Fixed
- Fix an error when saving a Event type and the SEOmatic integration.
1.4.19
Added
- Add support for SEOmatic.
Changed
- Update "Ticket PDF Template" plugin setting field to auto-suggest templates.
- Update "Check-in Template" plugin setting field to auto-suggest templates.
Fixed
- Fix check-in URL shortcut in control panel (when editing a purchased ticket) not being correct.
- Fix redirecting back to the purchased ticket index when checking/unchecking in from the control panel.
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.