Releases: oscarotero/Embed
Releases · oscarotero/Embed
3.0.5
- Fixed some bugs related with the user agent. Now, the default user agent used is
Embed PHP library
and if the response is 403, retry again with a more realistic user agent. - Fixed urls with encoded chars
- Do not use phpunit 6.0 for testing
3.0.4
- Changed the default user agent header to fix bugs in serveral sites relying in this header #191
- Use the header
Accept: text/html
to fetch content to avoid a redirect in imageshack.com - Fixed a UTF-8 encoding bug in some sites #190
- Fixed spotify oembed
- Ignore errors using
iconv
to convert strings to UTF-8
3.0.3
3.0.2
3.0.1
3.0.0
New major version with some breaking changes
- Drop support for php 5.4
- Removed
$info->source
and replaced by$info->feeds
that returns an array of rss/atom feeds - Removed
Embed::createSource()
and allEmbed\Sources\*
classes - Removed the support for Guzzle 5
- Changed the options array to a more simple structure.
- Removed the
Embed\RequestResolvers\*
andEmbed\ImageInfo\*
classes and replaced by an uniqueEmbed\Http\DispatcherInterface
. - Improved speed avoiding some useless requests
- Most code has been refactored to be more simple and clear.
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