Skip to content

Releases: verbb/events

2.0.0-beta.6

30 Nov 01:21
Compare
Choose a tag to compare

Fixed

  • Fix an error when editing an event.
  • Fix an error when creating an event with empty ticket quantities.
  • Fix an error when deleting an event type.

2.0.0-beta.5

21 Nov 21:36
Compare
Choose a tag to compare

Fixed

  • Fix being unable to manage Events and Purchased tickets in the control panel due to Craft 4.3.2 changes.

2.0.0-beta.4

25 Sep 09:28
Compare
Choose a tag to compare

Added

  • Add missing English Translations.

Fixed

  • Fix an error when creating an event with an empty capacity.
  • Fix an error running resave console commands.
  • Fix querying events by type not working correctly for multiple ticket types.
  • Fix querying purchased tickets by event type not working correctly for multiple ticket types.
  • Fix an error when uninstalling.
  • Fix being unable to view purchased ticket in the control panel.

1.4.23

25 Sep 09:17
Compare
Choose a tag to compare

Added

  • Add validation to event ticket available from/to in relation to each other and the event end datetime.
  • Add validation for events when setting the start date to be later than the end date.
  • Add tabs for events not working correctly in the control panel.

Fixed

  • Fix a validation error with ticket pricing in the control panel.
  • Fix an issue when checkin/uncheckin for purchased tickets wasn’t working.
  • Fix a potential issue when generating QR codes.

1.4.22

25 Aug 03:56
Compare
Choose a tag to compare

Fixed

  • Fix querying events by type not working correctly for multiple ticket types.
  • Fix querying purchased tickets by event type not working correctly for multiple ticket types.

2.0.0-beta.3

01 Jul 13:13
Compare
Choose a tag to compare

Fixed

  • Fix an incompatibility with SEOmatic.
  • Fix welcome screen icon alignment.

1.4.21

28 Jun 00:38
Compare
Choose a tag to compare

Changed

  • jsvrcek/ics dependency updated for php 8.0 support.

Fixed

  • Fix PDF generation URLs not being correct in headless environments.

2.0.0-beta.2

08 Jun 02:08
Compare
Choose a tag to compare

Added

  • Add resave console command for elements.
  • Add checks for registering events for performance.
  • Add archiveTableIfExists() to install migration.

Changed

  • Memoize all services for performance.
  • Rename record classes.
  • Rename base plugin methods.
  • jsvrcek/ics dependency updated for php 8.0 support.
  • Now requires Events 1.4.20 in order to update from Craft 3.

Fixed

  • Fix project-config/rebuild support.
  • Fix Feed Me support.
  • Fix an error when uninstalling.
  • Fix an error with Craft 4.
  • Fix an error with Commerce.
  • Fix deprecations.

Removed

  • Removed Ticket::getPurchasedTicketsForLineItem.
  • Update minVersionRequired.
  • Remove unneeded migrations.

2.0.0-beta.1

09 Mar 21:23
Compare
Choose a tag to compare

Changed

  • Now requires PHP ^8.0.2.
  • Now requires Craft ^4.0.0-beta.1.
  • Now requires Craft Commerce ^4.0.0-beta.1.

1.4.20

29 Oct 21:23
Compare
Choose a tag to compare

Fixed

  • Fix an error with querying customer tickets with sql_mode=only_full_group_by.