From d48ffc2f99eef0fc6d2278d2457829c549ba17bd Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 12 Jan 2024 07:08:17 +1100 Subject: [PATCH] version 2.0.3 --- CHANGELOG.md | 20 ++++++++++++++++++++ composer.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23427e1..356419d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 2.0.3 - 2024-01-12 + +### Added +- Add `Ticket::getShippingCategory()`, `Ticket::getTaxCategory()`, `TicketType::getShippingCategory()` and `TicketType::getTaxCategory()`. +- Add `setType()` for tickets. + +### Changed +- Rename `Share` button to `View` 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 - 2023-11-14 ### Changed diff --git a/composer.json b/composer.json index d3fe598..1b21e49 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/events", "description": "A full-featured plugin for event management and ticketing.", "type": "craft-plugin", - "version": "2.0.2", + "version": "2.0.3", "keywords": [ "craft", "cms",