Releases: verbb/events
Releases · verbb/events
2.0.6
Added
- Add error handling for when being unable to check in or check out Purchased Ticket.
- Add before/after check-in/check-out events for Purchased Tickets.
Changed
- Update English translations.
Fixed
- Fix some validation errors when saving events.
- Fix an error when saving events where ticket SKUs were being re-generated.
- Fix an error importing tickets with Feed Me, and only specifying defaults.
- Fix an error when saving a new site.
- Fix an error when creating new events for the non-default site.
- Fix events always being re-saved when updating a site or force-applying project config.
1.4.27
Fixed
- Fix some validation errors when saving events
- Fix an error when saving events where ticket SKUs were being re-generated..
- Fix an issue when creating new sites and not propagating event types correctly.
3.0.0-beta.2
Fixed
- Fix
getIsApplyingYamlChanges()
.
3.0.0-beta.1
Changed
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0-beta.1+
.
2.0.5
Fixed
- Fix order of operations when uninstalling the plugin.
2.0.4
Added
- PDFs now support using the current site’s locale language and formatting.
Fixed
- Fix an error when viewing purchased tickets.
- Fix type for
Ticket::availableQuantity()
.
2.0.3
Added
- Add
Ticket::getShippingCategory()
,Ticket::getTaxCategory()
,TicketType::getShippingCategory()
andTicketType::getTaxCategory()
. - Add
setType()
for tickets.
Changed
- Rename
Share
button toView
when editing an event in the control panel.
Fixed
- Fix duplicated events not duplicating their tickets.
- Fix incorrect edit link for events.
- Fix an error when requesting PDF tickets when no order was specified.
- Fix a Ticket’s Ticket Type not loading the correct site according to the Ticket’s own site.
- Fix when editing an event - tickets weren’t loaded for the correct site.
- Fix lack of proper multi-site support when editing events.
- Fix ticket capacity checks not working for multiple ticket types in cart.
- Fix incorrectly checking for ticket quantity when using unique ticket line items.
- Fix being unable to set ticket quantity to
null
.
2.0.2
Changed
- Allow event types to customise the Title attribute in field layouts.
- Allow event types to use UI elements in their field layout.
2.0.1
Fixed
- Implement
Element::trackChanges()
for Blitz compatibility.
2.0.0
Added
- Add missing English Translations.
- Add resave console command for elements.
- Add checks for registering events for performance.
- Add
archiveTableIfExists()
to install migration.
Changed
- Now requires PHP
^8.0.2
. - Now requires Craft
^4.0.0
. - Now requires Craft Commerce
^4.0.0
. - Update
endroid/qr-code:^4.0.0
dependancy. - Use
defineRules()
instead ofrules()
to allow validation overrides properly. - Update
Endroid\QrCode
code for newendroid/qr-code
package version. - Only admins are now allowed to access plugin settings.
- Memoize all services for performance.
- Rename record classes.
- Rename base plugin methods.
jsvrcek/ics
dependency updated for php 8.0 support.- Now requires Events
1.4.20
in order to update from Craft 3.
Fixed
- Fix an error for Feed Me when no event type is set.
- Update PDF rendering to use correct events.
- Fix expired events still showing their front-end templates.
- Fix type for
customer()
purchased ticket element query. - Fix Customer changeover to User.
- Fix errors when saving events with invalid tickets.
- Fix Customer changeover to User (Commerce change).
- Fix an error when editing an event with validation errors.
- Fix an error when editing an event.
- Fix an error when creating an event with empty ticket quantities.
- Fix an error when deleting an event type.
- Fix being unable to manage Events and Purchased tickets in the control panel due to Craft 4.3.2 changes.
- Fix an error when creating an event with an empty capacity.
- Fix an error running
resave
console commands. - Fix querying events by type not working correctly for multiple ticket types.
- Fix querying purchased tickets by event type not working correctly for multiple ticket types.
- Fix an error when uninstalling.
- Fix being unable to view purchased ticket in the control panel.
- Fix an incompatibility with SEOmatic.
- Fix welcome screen icon alignment.
- Fix
project-config/rebuild
support. - Fix Feed Me support.
- Fix an error when uninstalling.
- Fix an error with Craft 4.
- Fix an error with Commerce.
- Fix deprecations.
Removed
- Removed
Ticket::getPurchasedTicketsForLineItem
. - Update
minVersionRequired
. - Remove unneeded migrations.