Skip to content

Commit 9df26bd

Browse files
committed
version 3.0.5
1 parent daa7371 commit 9df26bd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 3.0.5 - 2025-02-02
4+
5+
### Fixed
6+
- Fix tickets being marked as shippable, and not respecting the `ticketsShippable` config setting.
7+
- Fix an error with Postgres when querying events.
8+
- Fix Purchased Tickets element table not escaping some values correctly.
9+
- Fix an issue where querying events by `startDate` or `endDate` wouldn’t work correctly in some scenarios.
10+
- Fix Post and Expiry Date values not saving correctly for Events.
11+
312
## 3.0.4 - 2024-12-27
413

514
### Fixed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/events",
33
"description": "A full-featured plugin for event management and ticketing.",
44
"type": "craft-plugin",
5-
"version": "3.0.4",
5+
"version": "3.0.5",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)