Skip to content

Commit

Permalink
Release v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pvldigital committed Jul 2, 2019
1 parent bedab58 commit 4789931
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4789931

Please sign in to comment.