Skip to content

Releases: php-embed/Embed

2.7.7

07 Oct 18:32
Compare
Choose a tag to compare
  • Added support for cadenaser.com
  • Make temporary cookies file name unique #167
  • Added tests for php7.1 and remove hhvm

2.7.6

01 Sep 15:41
Compare
Choose a tag to compare
  • Fixed demo page on use unencoded urls
  • Html provider use author and contributors meta tags to get the authorName
  • Fixed opengraph canonical url pointing to homepage #160
  • Added support for amcharts.com #163

2.7.5

27 Jul 07:15
Compare
Choose a tag to compare
  • Configure CURLOPT_FOLLOWLOCATION detecting open_basedir and safe_mode configuration #154
  • Improved opengraph provider on getting the code #153
  • Fixed opengraph to retrieve the author name #159
  • Fixed cartodb.com adapter that redirects to carto.com
  • Use https urls in opengraph #153
  • Added support for pastie.org, ideone.com, snipplr.com, jsbin.com #156

2.7.4

28 Jun 12:03
Compare
Choose a tag to compare

Added support for cartodb.com

2.7.3

09 Jun 09:58
Compare
Choose a tag to compare
  • Added support for google calendar (#149)
  • Fixed suffix domains (#150)

2.7.2

03 Jun 09:35
Compare
Choose a tag to compare
  • Added support for facebook videos #148

2.7.1

25 May 08:06
Compare
Choose a tag to compare
  • Removed Facebook specific code in favor of generic oembed #144
  • Fixed OEmbed when returns arrays for a specific data #145 (thanks @stevecoug )

2.7.0

21 May 12:46
Compare
Choose a tag to compare
  • New property: license #125
  • New property: linkedData #111
  • New option to the html provider: externalImages #133
  • Removed deprecated oembed providers: Oembed\Yfrog and Oembed\Soundcloud

Added the ability to access to the requests headers #123:

$info = Embed::create($url);

//access to the main request headers
$headers = $info->getRequest()->getHeaders();

//access to the images requests headers
foreach ($info->getImagesRequests() as $request) {
    $request->getHeaders();
}

2.6.9

09 May 14:49
Compare
Choose a tag to compare
  • Fixed urls with port, username or pasword #138 (thanks @dman-coders)
  • Updated failing tests

2.6.8

25 Mar 09:45
Compare
Choose a tag to compare
  • Fixed author recovering from dcterm adapter #127 (by @zyuhel)
  • Add news_keywords meta to get tags #130
  • Added support for thematic #129
  • Improved soundcloud to get info when the response code is 503
  • Improved spotify to get info from http://player.spotify.com urls