Skip to content

1.4.0

Compare
Choose a tag to compare
@oscarotero oscarotero released this 05 Apr 19:04
· 1050 commits to master since this release
  • 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