From 5b9a1c5dd50b977b93ff1d15872071e6660d0dcb Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 13 Nov 2024 11:26:04 +1100 Subject: [PATCH] version 3.0.1 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e34ac..4e5cb23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.0.1 - 2024-11-13 + +### Fixed +- Fix an Events 2 migration error for sessions and ticket types. +- Fix Ticket pricing not updating when changing Ticket Type. + ## 3.0.0 - 2024-10-31 > {warning} This release introduces Sessions and re-purposed Ticket Types. As such, it's a major architectural change to how you structure events, which should be largely intuitive. All your existing events and tickets will be migrated. Read through the changes [here](https://github.com/verbb/events/blob/craft-5/docs/get-started/upgrading-from-v2.md). diff --git a/composer.json b/composer.json index 57a1248..5ea5583 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.0", + "version": "3.0.1", "keywords": [ "craft", "cms",