From 6118faf3b10630fa816e1c99bb513be7ae5ad0c8 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Tue, 19 Nov 2024 10:11:39 +1100 Subject: [PATCH] version 3.0.3 --- CHANGELOG.md | 18 ++++++++++++++++++ composer.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eaa1cb..89ae471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 3.0.3 - 2024-11-19 + +### Changed +- Update element translations for display names. + +### Fixed +- Fix an error for installs that use a database prefix. +- Fix an error when handling order-creation with legacy ticket purchasables. +- Fix incorrect checks for some Ticket Type properties, not saving correctly. +- Fix default “Seats Per Ticket” value for Ticket Types. +- Fix some translation strings. +- Fix an error when sorting events via `startDate` or `endDate`. +- Fix ordering by “Is Occurrence” for Sessions. +- Fix an error when editing the settings of the Purchased Tickets field. +- Fix “Purchased Tickets” index title not translatable. +- Fix email link, referring to the Commerce email in the control panel. +- Fix a migration error for sessions and ticket types. + ## 3.0.2 - 2024-11-13 ### Added diff --git a/composer.json b/composer.json index aa1b7bf..c8ea1a2 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": "3.0.2", + "version": "3.0.3", "keywords": [ "craft", "cms",