Releases: a-digital/eventbrite
Releases · a-digital/eventbrite
v2.0.2
v1.0.11
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
Fixed
- issue where event is not array, added additional parenthesis to conditional
v1.0.9
Fixed
- issue where array_column() expects parameter 1 to be array, object given
v1.0.8
Fixed
- Fixed array null with $event
- Converted varchar 255 to text on plugin settings to prevent max length issue
Error suppression
Changed
- Errors are now suppressed in production environments
Error suppression
Changed
- Errors are now suppressed in production environments
Craft 4 Release
Changed
- Update plugin for Craft 4
Fix iteration over other event IDs
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
Added
- Add ability to filter by whether events are public or not
Fixed
- Issue with PSR-4 autoloading of widget file
Changed
- Updated README