Skip to content

Releases: oscarotero/Embed

1.5.0

30 Jun 19:50
Compare
Choose a tag to compare
  • New oembedParameters option #23

1.4.6

16 Jun 15:35
Compare
Choose a tag to compare

The html provider discards the images inside external links. For example:

<a href="http://twitter.com">
    <img src="./images/twitter-icon.png">
</a>

1.4.5

11 May 21:29
Compare
Choose a tag to compare

Removed Codepen adapter because there is an oEmbed api now

1.4.4

07 May 19:59
Compare
Choose a tag to compare
  • Type detecting improved

1.4.3

02 May 11:56
Compare
Choose a tag to compare
  • Better code documentation
  • Improved the Facebok adapter
  • Code fixes

1.4.2

14 Apr 14:25
Compare
Choose a tag to compare
  • Fixed OpenGraph provider on generate embed code
  • Updated Google adapter to the new googlemaps urls
  • Added the posibility to change some configurations of the request resolver class (user agent, timeout, etc) #21
  • test.php reestyling

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)