Releases: oscarotero/Embed
Releases · oscarotero/Embed
2.6.3
2.6.2
2.6.1
2.6.0
- Added the
tags
property, to return an array with all tags found in the url (by @zyuhel) - Improved
Bag::has()
method to be similar toBag::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
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
2.5.10
2.5.9
- Improved code detection in opengraph provider
- Added support for google maps
- Added suppport for iframe.ly (as a fallback oembed provider)
2.5.8
- 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