Skip to content

Commit

Permalink
version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jan 11, 2024
1 parent 15c624b commit d48ffc2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d48ffc2

Please sign in to comment.