Skip to content

Releases: oscarotero/Embed

2.6.3

05 Feb 18:36
Compare
Choose a tag to compare
  • Fixed instagram oembed provider #118
  • Added phpunit as a dev requirement #116
  • Removed sstalle/php7cc dev dependency

2.6.2

31 Jan 19:25
Compare
Choose a tag to compare
  • Ensure if the cookie file is writable by curl #114
  • Fixed the adapter for 500px.com.

2.6.1

06 Jan 18:52
Compare
Choose a tag to compare
  • Fixed #112 caused by wrong url parsing
  • Removed rdio support because it shut down

2.6.0

21 Dec 20:08
Compare
Choose a tag to compare
  • Added the tags property, to return an array with all tags found in the url (by @zyuhel)
  • Improved Bag::has() method to be similar to Bag::get() (by @zyuhel)
  • Improved XSS protection in the demo page
  • Improved .gitattributes to do not include the tests files in production (by @mburtscher)
  • Added an adapter for Sassmeister #49 (by @mburtscher)

2.5.12

18 Nov 22:49
Compare
Choose a tag to compare

Fixed width/height detection. Now, the same provider that returns the embed code, returns also the width and height of the code.

2.5.11

17 Nov 10:38
Compare
Choose a tag to compare
  • Fixed Achive.org provider #102
  • New adapter for imageshack.com

2.5.10

16 Nov 09:10
Compare
Choose a tag to compare
  • Fixed dot names in queries variables names #101

2.5.9

14 Nov 17:25
Compare
Choose a tag to compare
  • Improved code detection in opengraph provider
  • Added support for google maps
  • Added suppport for iframe.ly (as a fallback oembed provider)

2.5.8

06 Nov 17:18
Compare
Choose a tag to compare
  • Fixed Bambuser oembed (#86)
  • Added Adapter for 500px.com (#93)
  • Some internal improvements (#84, #90)
  • Other code improvements (#87, #91, etc).
  • Removed giphy adapter. (#99)
  • Code with <embed> or <object> tags have less priority than others (like <iframe> or <script>).
  • Tested in php7

thanks @thekillerfox, @zyuhel

2.5.7

03 Nov 10:24
Compare
Choose a tag to compare
  • Fixed flickr width/height returned
  • Fixed howcast url checking
  • Fixed configuration pased to imageInfo class (#80)
  • Minor code fixes