We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859ef1c commit 135bae8Copy full SHA for 135bae8
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 2.0.4 - 2024-01-30
4
+
5
+### Added
6
+- PDFs now support using the current site’s locale language and formatting.
7
8
+### Fixed
9
+- Fix an error when viewing purchased tickets.
10
+- Fix type for `Ticket::availableQuantity()`.
11
12
## 2.0.3 - 2024-01-12
13
14
### Added
composer.json
@@ -2,7 +2,7 @@
"name": "verbb/events",
"description": "A full-featured plugin for event management and ticketing.",
"type": "craft-plugin",
- "version": "2.0.3",
+ "version": "2.0.4",
"keywords": [
"craft",
"cms",
0 commit comments