diff --git a/CHANGELOG.md b/CHANGELOG.md index 2738e87..d655522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 1.2.0 - 2020-01-07 + +### Added +- Add purchased tickets screen to CP, showing individual tickets and purchases. +- Purchased tickets are now elements! Edit and delete purchased tickets is supported. +- Show purchased tickets in the CP with their quantity, and a summary table below the ticket definitions. + +### Changed +- Improve ticket-type custom field display. Now, whenever a ticket type is selected, all ticket type fields are shown, rather than having to save and reload the event. + +### Fixed +- Cleanup purchasable options. +- Fix event types permission. +- Fix available ticket quantity checks. + ## 1.1.7.1 - 2019-12-02 ### Fixed diff --git a/composer.json b/composer.json index f738012..98318aa 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/events", "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.", "type": "craft-plugin", - "version": "1.1.7.1", + "version": "1.2.0", "keywords": [ "craft", "cms",