Skip to content

Commit e83a68b

Browse files
author
Ryan Irelan
committed
Merge branch 'release/1.0.10' into v1
2 parents 1dc969a + e7d670b commit e83a68b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# YouTube Live Embed Changelog
22

3+
## 1.0.10 - 2023.01.11
4+
### Changed
5+
* Matched version numbers between plugin class file and composer.json
6+
37
## 1.0.9 - 2022.11.12
48
### Changed
59
* Added `allow-plugins` to `composer.json` to allow CI tests to work

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.9",
5+
"version": "1.0.10",
66
"keywords": [
77
"craft",
88
"cms",

src/YoutubeLiveEmbed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class YoutubeLiveEmbed extends Plugin
5151
/**
5252
* @var string
5353
*/
54-
public $schemaVersion = '1.0.0';
54+
public $schemaVersion = '1.0.10';
5555

5656
/**
5757
* @var bool

0 commit comments

Comments
 (0)