diff --git a/CHANGELOG.md b/CHANGELOG.md index 342a87e..424994e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # oEmbed Changelog +## 3.1.7 - 2025-01-05 + +### Added + +- Added support for Gumlet video embed provider + ## 3.1.6 - 2025-08-08 ### Fixed diff --git a/README.md b/README.md index 128b538..657c1d5 100755 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@

-A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles. +A simple plugin to extract media information from websites, like youtube videos, twitter statuses, gumlet videos or blog articles. ## Requirements @@ -42,7 +42,7 @@ If use are looking for CraftCMS 2.5 support use previous project [version 1.0.4] ## Quick FYI on URL issues -Many websites, such as Vimeo, are restricting access to standard URLs (e.g. www.vimeo.com) and sometimes require using the embed URL (e.g., player.vimeo.com) to retrieve oEmbed data. +Many websites, such as Vimeo and Gumlet, are restricting access to standard URLs (e.g. www.gumlet.tv, www.vimeo.com) and sometimes require using the embed URL (e.g., player.vimeo.com, play.gumlet.io) to retrieve oEmbed data. You can typically find the embed URL through the "share" options on video and oEmbed-supported sites. While the plugin provides general rich content as a fallback, its true potential comes from utilizing the oEmbed protocol and the associated metadata from the content provider. diff --git a/composer.json b/composer.json index de544e2..141fccd 100755 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "wrav/oembed", - "description": "A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.", + "description": "A simple plugin to extract media information from websites, like youtube videos, twitter statuses, gumlet videos or blog articles.", "type": "craft-plugin", - "version": "3.1.6", + "version": "3.1.7", "keywords": [ "craft", "cms", @@ -16,7 +16,8 @@ "vimeo", "instagram", "twitter", - "facebook" + "facebook", + "gumlet" ], "support": { "docs": "https://github.com/wrav/oembed/blob/master/README.md",