All Versions
42
Latest Version
Avg Release Cycle
41 days
Latest Release
244 days ago

Changelog History
Page 3

  • v4.2.0 Changes

    May 23, 2020

    ➕ Added

    • ➕ Added the ignored_errors settings to ignore some curls errors instead throw an exception [#355]
    • 👌 Support for Twitch embeds [#332]

    🛠 Fixed

    • Ignored linkedData errors [#356]
  • v4.1.1 Changes

    April 24, 2020

    ➕ Added

    • ⚡️ Updated oembed endpoints from oembed.com
    • ➕ Add support for tiktok.com
  • v4.1.0 Changes

    April 19, 2020

    ➕ Added

    • Ability to send settings to CurlClient. Added the cookies_path setting to customize the file used for cookies. [#345]
    • Document::selectCss() function to select elements using css selectors instead xpath (it requires symfony/css-selector)
    • 🚚 Document::removeCss() function to remove elements using css selectors instead xpath (it requires symfony/css-selector)
    • 🔧 Ability to configure OEmbed parameters from the outside using the oembed:query_parameters setting [#346]
  • v4.0.0 Changes

    March 13, 2020

    🔨 Full library refactoring.

    ➕ Added

    • 👌 Support for multiple parallel request with curl_multi
    • 👌 Support for PSR-7 Http Messages, PSR-17 Http Factories and PSR-18 Http Client
    • cms value
    • language to detect the page language
    • languages to detect urls to versions in different languages
    • favicon to detect small favicons (16 or 32px)
    • icon to detect big icons (from 48px)

    🔄 Changed

    • 🔄 Changed providers (oEmbed, Html, OpenGraph etc) by independent detectors (title, url, language etc).
    • The tags value is renamed to keywords
    • 👉 Use Psr standards instead custom interfaces.
    • 👌 Improved tests using cached responses.

    ✂ Removed

    • 👌 Support for PHP<7.4
    • type value (is was very confusing)
    • images value
    • providerImage (use favicon or icon instead)
    • 👌 Support for files (pdf, jpg, video, etc).

    🚀 [4.0.0]: https://github.com/oscarotero/Embed/releases/tag/v4.0.0

  • v3.4.10 Changes

    December 01, 2020
    • ➕ Added PHP 8 to composer.json
    • ➕ Added support for instagram tv #401
  • v3.4.9 Changes

    October 27, 2020
    • ➕ Added support for PHP 8 #395
    • 🛠 Fixed Facebook/Instagram oembed #398
  • v3.4.8 Changes

    July 03, 2020

    🛠 Fixed instagram urls using instagr.am domain #370 #357

  • v3.4.7 Changes

    June 29, 2020

    🛠 Fixed Twitter 429 status code error #369 #337

  • v3.4.6 Changes

    June 08, 2020

    ➕ Added Mixcloud OEmbed Provider #365

  • v3.4.5 Changes

    May 30, 2020

    🛠 Fixed Instagram embed #359