Skip to content

Releases: a-digital/eventbrite

v2.0.2

06 Sep 15:56
Compare
Choose a tag to compare

Allow plugin settings to reference environment variables.

v1.0.11

06 Sep 14:41
96cbac6
Compare
Choose a tag to compare

Allow environment variables in plugin settings

  • ie "$EVENTBRITE_AUTH_TOKEN" in place of the auth token value. Where "EVENTBRITE_AUTH_TOKEN" is an environment variable.

v.1.0.10

22 Jun 10:29
Compare
Choose a tag to compare

Fixed

  • issue where event is not array, added additional parenthesis to conditional

v1.0.9

22 Jun 10:00
Compare
Choose a tag to compare

Fixed

  • issue where array_column() expects parameter 1 to be array, object given

v1.0.8

09 May 13:07
Compare
Choose a tag to compare

Fixed

  • Fixed array null with $event
  • Converted varchar 255 to text on plugin settings to prevent max length issue

Error suppression

20 Sep 11:36
Compare
Choose a tag to compare

Changed

  • Errors are now suppressed in production environments

Error suppression

20 Sep 11:37
Compare
Choose a tag to compare

Changed

  • Errors are now suppressed in production environments

Craft 4 Release

11 Aug 15:23
Compare
Choose a tag to compare

Changed

  • Update plugin for Craft 4

Fix iteration over other event IDs

26 Aug 14:51
Compare
Choose a tag to compare

Fixed

  • Amend check for other event IDs as wasn't being iterated over in more recent versions of Craft

Add public event filter, fix autoloading of widget file, updating README

30 Oct 16:54
Compare
Choose a tag to compare

Added

  • Add ability to filter by whether events are public or not

Fixed

  • Issue with PSR-4 autoloading of widget file

Changed

  • Updated README