diff --git a/CHANGELOG.md b/CHANGELOG.md index b018970..35d7f63 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # oEmbed Changelog +## 3.2.2 - 2026-03-25 + +### Added + +- Added support for Gumlet video embed provider + + ## 3.2.1 - 2026-03-03 ### Fixed diff --git a/README.md b/README.md index 103298a..8098e4c 100644 --- 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. ## Seeking a New Maintainer @@ -47,7 +47,7 @@ This plugin requires Craft CMS 3.0.0-beta.23 or later. ## 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 06b67b4..b2ac90b 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.2.1", + "version": "3.2.2", "keywords": [ "craft", "cms", @@ -16,7 +16,8 @@ "vimeo", "instagram", "twitter", - "facebook" + "facebook", + "gumlet" ], "support": { "docs": "https://github.com/wrav/oembed/blob/master/README.md",