Skip to content

Releases: oscarotero/Embed

1.4.1

06 Apr 18:14
Compare
Choose a tag to compare
  • Public access for request property
  • Fixes in sources

1.4.0

05 Apr 19:04
Compare
Choose a tag to compare
  • Added RequestResolver classes due more flexibility executing the requests
  • Changed Url class. Now Url only provides url info (domain, path, etc) and the new class Request (that extends Url) can execute the request and return the content.
  • Improvements fetching data from facebook
  • Added the Spotify adapter, to embed the spotify widget
  • Renamed all class instances to $camelCase instead of $UpperCamelCase
  • Fixed some bugs advised by scrutininzer

1.3.8

26 Mar 12:33
Compare
Choose a tag to compare

Fixed image detection in html provider

1.3.7

25 Mar 11:27
Compare
Choose a tag to compare
  • Fixed the type detection in some cases (#19)

1.3.6

09 Mar 23:05
Compare
Choose a tag to compare
  • Fixed Url::getDirectory that didn't return the latest directory

1.3.5

09 Mar 12:30
Compare
Choose a tag to compare

Fixed a bug in the test.php file and ensure the php errors are displayed always

1.3.4

09 Mar 12:18
Compare
Choose a tag to compare

1.3.3

21 Feb 18:37
Compare
Choose a tag to compare
  • Fixed "getBiggerImage" option
  • Fixed the image scanner in html provider

1.3.2

18 Feb 14:32
Compare
Choose a tag to compare
  • Fixed wrong provider url generation in feed source

1.3.1

10 Jan 15:19
Compare
Choose a tag to compare
  • Bugfix: #17
  • More priority to Opengraph data than TwitterCards