Skip to content

Commit

Permalink
version 3.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Oct 6, 2024
1 parent 3ff4428 commit f905732
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 3.0.0-beta.4 - 2024-10-06

### Added
- Add the ability to set a “Seats per Ticket” setting for tickets.
- Add `Purchased` and `Available` columns for Ticket elements.

### Changed
- Deleting a Ticket element is now prevented if any purchased tickets exist.

### Fixed
- Handle Ticket elements missing their event, session or type.
- Fix ticket status pane not appearing when still tickets on an event (bit missing either sessions or ticket types).

## 3.0.0-beta.3 - 2024-10-04
> {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).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/events",
"description": "A full-featured plugin for event management and ticketing.",
"type": "craft-plugin",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit f905732

Please sign in to comment.