Releases: oscarotero/Embed
Releases · oscarotero/Embed
1.4.1
- Public access for request property
- Fixes in sources
1.4.0
- 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
Fixed image detection in html provider
1.3.7
1.3.6
- Fixed Url::getDirectory that didn't return the latest directory
1.3.5
Fixed a bug in the test.php file and ensure the php errors are displayed always
1.3.4
- The code is compatible with PSR-1/PSR-2 (http://www.php-fig.org/psr/psr-1/ http://www.php-fig.org/psr/psr-2/)
- The url resolver generate temporary cookies if is necessary
1.3.3
- Fixed "getBiggerImage" option
- Fixed the image scanner in html provider
1.3.2
- Fixed wrong provider url generation in feed source