diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb47b4..b97edee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.0.9 - 2019-07-03 +### Fixed +- Fix - Register the assets first before getting the default thumbnail + ## 2.0.8 - 2019-07-01 ### Added - Added getVideoUrl and getVideoCode. Allows additional params to be added to the embedded video urls. diff --git a/composer.json b/composer.json index d2c0bb2..a0d4cdd 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-embedded-assets", "description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets", - "version": "2.0.8", + "version": "2.0.9", "type": "craft-plugin", "keywords": [ "cms", diff --git a/package.json b/package.json index 53c88fd..3a31da5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-embedded-assets", - "version": "2.0.8", + "version": "2.0.9", "description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets", "main": "src/resources/main.js", "scripts": {