Skip to content

Commit

Permalink
- Support Youtube and Vimeo autoplay, loop and autopause embed …
Browse files Browse the repository at this point in the history
…feature via DOM manipulation. ([#14](#14))

- Array to string conversion bug due to lack of a recursive function. ([#17](#17))
  • Loading branch information
reganlawton committed Sep 16, 2019
1 parent 8815797 commit 886b013
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# oEmbed Changelog

## 1.1.8 - 2019-09-16

### Updated
- Support Youtube and Vimeo `autoplay`, `loop` and `autopause` embed feature via DOM manipulation. ([#14](https://github.com/wrav/oembed/issues/14))

### Fixed
- Array to string conversion bug due to lack of a recursive function. ([#17](https://github.com/wrav/oembed/issues/17))

## 1.1.7 - 2019-09-16

### Updated
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": "wrav/oembed",
"description": "A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.",
"type": "craft-plugin",
"version": "1.1.7",
"version": "1.1.8",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 886b013

Please sign in to comment.