Releases: oscarotero/Embed
Releases · oscarotero/Embed
1.5.4
- Fixed Rdio adapter (now it works with https) #28
- Fixed Facebook adapter (The embed code was mising in some urls) #29
- Now gists urls are type "rich" instead "url" #30
- Added support for urls with hash bangs #31
1.5.3
- Fixed some types of domains #25
- Added oembed provider of TED videos #26
1.5.2
Added automatic redirections for google url shortener and google translate
1.5.1
- Improvements in the Gist embed code #24
1.5.0
- New oembedParameters option #23
1.4.6
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
Removed Codepen adapter because there is an oEmbed api now
1.4.3
- Better code documentation
- Improved the Facebok adapter
- Code fixes
1.4.2
- 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