Skip to content

Commit 5aa4ab0

Browse files
committed
version 1.4.18
1 parent 3a23eab commit 5aa4ab0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.4.18 - 2021-09-02
4+
5+
### Added
6+
- Add `ticketsShippable` plugin setting.
7+
- Add `craft.events.ticketTypes()`.
8+
- Add order email to "Customer" column for purchased tickets, when ordered by a guest.
9+
- Allow custom fields to be saved when calling `events/purchased-tickets/checkin`.
10+
- Allow `checkedIn` and `checkedIn` attributes to be saved when calling `events/purchased-tickets/save`.
11+
12+
### Fixed
13+
- Fix customer email column.
14+
315
## 1.4.17 - 2021-07-08
416

517
### Added

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/events",
33
"description": "Events is a full-featured Craft CMS Plugin for event management and ticketing. Events integrates with Craft Commerce so you can easily sell tickets to your events.",
44
"type": "craft-plugin",
5-
"version": "1.4.17",
5+
"version": "1.4.18",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)