Skip to content

Commit ea0d561

Browse files
committed
chore: Version 1.0.9
1 parent 9659309 commit ea0d561

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
# YouTube Live Embed Changelog
22

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

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

11+
## 1.0.8 - 2020-11-14
12+
### Added
13+
* Support for webhook to toggle livestream status on and off.
14+
15+
## 1.0.7 - 2020-11-12
16+
### Fixed
17+
* Fixed additional regex issue with fetching the video id from the live page
18+
19+
## 1.0.6 - 2020-07-11
20+
### Fixed
21+
* Fixed regex issue with fetching the video id from the live page
22+
1123
## 1.0.5 - 2020-07-12
1224
### Fixed
1325
- Improved how `embed_domain` is created by making it more robust.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nystudio107/craft-youtubeliveembed",
33
"description": "This plugin allows you to embed a YouTube live stream and/or live chat on your webpage",
44
"type": "craft-plugin",
5-
"version": "1.0.6",
5+
"version": "1.0.9",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)