From 9df26bdcfe47387093d47e6a19f4ebf8188e04f0 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Mon, 3 Feb 2025 10:50:42 +1100 Subject: [PATCH] version 3.0.5 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb446d7..b1b8e5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 3.0.5 - 2025-02-02 + +### Fixed +- Fix tickets being marked as shippable, and not respecting the `ticketsShippable` config setting. +- Fix an error with Postgres when querying events. +- Fix Purchased Tickets element table not escaping some values correctly. +- Fix an issue where querying events by `startDate` or `endDate` wouldn’t work correctly in some scenarios. +- Fix Post and Expiry Date values not saving correctly for Events. + ## 3.0.4 - 2024-12-27 ### Fixed diff --git a/composer.json b/composer.json index d672987..c1c61f9 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.4", + "version": "3.0.5", "keywords": [ "craft", "cms",