|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 3.0.0-beta.6 - 2024-10-20 |
4 |
| - |
5 |
| -### Fixed |
6 |
| -- Fix an error when editing Ticket Types. |
7 |
| - |
8 |
| -## 3.0.0-beta.5 - 2024-10-11 |
9 |
| - |
10 |
| -### Fixed |
11 |
| -- Fix an error when migrating from `3.0.0-beta.2`. |
12 |
| -- Fix “All Day” lightswitch not working. |
13 |
| - |
14 |
| -## 3.0.0-beta.4 - 2024-10-06 |
15 |
| - |
16 |
| -### Added |
17 |
| -- Add the ability to set a “Seats per Ticket” setting for tickets. |
18 |
| -- Add `Purchased` and `Available` columns for Ticket elements. |
19 |
| - |
20 |
| -### Changed |
21 |
| -- Deleting a Ticket element is now prevented if any purchased tickets exist. |
22 |
| - |
23 |
| -### Fixed |
24 |
| -- Handle Ticket elements missing their event, session or type. |
25 |
| -- Fix ticket status pane not appearing when still tickets on an event (bit missing either sessions or ticket types). |
26 |
| - |
27 |
| -## 3.0.0-beta.3 - 2024-10-04 |
| 3 | +## 3.0.0 - 2024-10-31 |
28 | 4 | > {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).
|
29 | 5 |
|
30 | 6 | ### Added
|
|
44 | 20 | - Add Events element conditions.
|
45 | 21 | - Add Purchased Ticket element conditions.
|
46 | 22 | - Add Promotable field to Ticket Types to control whether tickets should be promotable.
|
| 23 | +- Add the ability to set a “Seats per Ticket” setting for tickets. |
| 24 | +- Add `Purchased` and `Available` columns for Ticket elements. |
47 | 25 |
|
48 | 26 | ### Changed
|
| 27 | +- Now requires PHP `8.2.0+`. |
| 28 | +- Now requires Craft `5.0.0+`. |
49 | 29 | - Events now no longer house the start/end dates for an event. These are managed in a Session.
|
50 | 30 | - Ticket Types are now defined in your Event, and have been re-puposed to be more powerful. This replaces what was Tickets in Events 2.x, and is where you define your pricing and capacity.
|
51 | 31 | - Tickets are now automatically generated for every event, based on the Event Sessions and Ticket Types. Previously, you defined the tickets themselves.
|
|
56 | 36 | - Updated the look and content of the check in template.
|
57 | 37 | - Revamp permissions, include event/session/ticket type view/create/edit/delete permissions.
|
58 | 38 | - Event element cards now show the event type and start/end date/times of events
|
59 |
| - |
60 |
| -### Fixed |
61 |
| -- Fix tickets not being promotable. |
62 |
| - |
63 |
| -## 3.0.0-beta.2 - 2024-03-18 |
64 |
| - |
65 |
| -### Fixed |
66 |
| -- Fix `getIsApplyingYamlChanges()`. |
67 |
| - |
68 |
| -## 3.0.0-beta.1 - 2024-03-04 |
69 |
| - |
70 |
| -### Changed |
71 |
| -- Now requires PHP `8.2.0+`. |
72 |
| -- Now requires Craft `5.0.0+`. |
| 39 | +- Deleting a Ticket element is now prevented if any purchased tickets exist. |
73 | 40 |
|
74 | 41 | ## 2.0.5 - 2024-03-04
|
75 | 42 |
|
|
0 commit comments