Skip to content

3.0.0

Compare
Choose a tag to compare
@oscarotero oscarotero released this 19 Dec 22:44
· 469 commits to master since this release

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 all Embed\Sources\* classes
  • Removed the support for Guzzle 5
  • Changed the options array to a more simple structure.
  • Removed the Embed\RequestResolvers\* and Embed\ImageInfo\* classes and replaced by an unique Embed\Http\DispatcherInterface.
  • Improved speed avoiding some useless requests
  • Most code has been refactored to be more simple and clear.