Releases: php-embed/Embed
Releases · php-embed/Embed
2.7.7
2.7.6
2.7.5
- Configure
CURLOPT_FOLLOWLOCATION
detectingopen_basedir
andsafe_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
Added support for cartodb.com
2.7.3
2.7.2
2.7.1
- 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
- New property: license #125
- New property: linkedData #111
- New option to the html provider:
externalImages
#133 - Removed deprecated oembed providers:
Oembed\Yfrog
andOembed\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
- Fixed urls with port, username or pasword #138 (thanks @dman-coders)
- Updated failing tests