From a2fd69ebdaad280abde7fb31db4a52527bd2ec08 Mon Sep 17 00:00:00 2001 From: Mark Bowman Date: Fri, 30 Oct 2020 16:50:57 +0000 Subject: [PATCH] Update composer v. no / changelog --- CHANGELOG.md | 10 ++++++++++ composer.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0675497..7069b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.5 - 2020-10-30 +### Added +- Add ability to filter by whether events are public or not + +### Fixed +- Issue with PSR-4 autoloading of widget file + +### Changed +- Updated README + ## 1.0.4 - 2020-03-12 ### Added - Add functionality to return full HTML description diff --git a/composer.json b/composer.json index 4adcff6..d7aaaa9 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "adigital/eventbrite", "description": "Integration with Eventbrite API", "type": "craft-plugin", - "version": "1.0.4", + "version": "1.0.5", "keywords": [ "craft", "cms",