Skip to content

Commit 85693a4

Browse files
committed
version 3.0.0
1 parent 791b181 commit 85693a4

File tree

2 files changed

+7
-40
lines changed

2 files changed

+7
-40
lines changed

Diff for: CHANGELOG.md

+6-39
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,6 @@
11
# Changelog
22

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
284
> {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).
295
306
### Added
@@ -44,8 +20,12 @@
4420
- Add Events element conditions.
4521
- Add Purchased Ticket element conditions.
4622
- 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.
4725

4826
### Changed
27+
- Now requires PHP `8.2.0+`.
28+
- Now requires Craft `5.0.0+`.
4929
- Events now no longer house the start/end dates for an event. These are managed in a Session.
5030
- 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.
5131
- Tickets are now automatically generated for every event, based on the Event Sessions and Ticket Types. Previously, you defined the tickets themselves.
@@ -56,20 +36,7 @@
5636
- Updated the look and content of the check in template.
5737
- Revamp permissions, include event/session/ticket type view/create/edit/delete permissions.
5838
- 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.
7340

7441
## 2.0.5 - 2024-03-04
7542

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.0-beta.6",
5+
"version": "3.0.0",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)