Skip to content

4.0.0

Choose a tag to compare

@Andreyco Andreyco released this 04 Jul 17:52
· 11 commits to master since this release

Breaking changes

  • dropped Laravel 5.2 support. From now, Laravel 5.3 and newer is supported.
  • every method requires authentication, since all API endpoints require a valid access_token
  • remove deprecated methods
    • getUserFeed
    • getUserFollows
    • getUserFollower
    • getPopularMedia

Changes

  • Add new methods

    • getSelfFollows
    • getSelfFollowedBy
  • Docs: improve usage with Laravel