Skip to content

Commit

Permalink
chore: Version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Nov 12, 2022
1 parent 9659309 commit ea0d561
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# YouTube Live Embed Changelog

## 1.0.6 - 2022.11.12
## 1.0.9 - 2022.11.12
### Changed
* Added `allow-plugins` to `composer.json` to allow CI tests to work
* Move to using `ServicesTrait` and add getter methods for services

### Fixed
* Fixed an issue where the plugins settings were not visible

## 1.0.8 - 2020-11-14
### Added
* Support for webhook to toggle livestream status on and off.

## 1.0.7 - 2020-11-12
### Fixed
* Fixed additional regex issue with fetching the video id from the live page

## 1.0.6 - 2020-07-11
### Fixed
* Fixed regex issue with fetching the video id from the live page

## 1.0.5 - 2020-07-12
### Fixed
- Improved how `embed_domain` is created by making it more robust.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-youtubeliveembed",
"description": "This plugin allows you to embed a YouTube live stream and/or live chat on your webpage",
"type": "craft-plugin",
"version": "1.0.6",
"version": "1.0.9",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit ea0d561

Please sign in to comment.