Skip to content

Releases: Andreyco/Instagram-for-PHP

4.1.1

17 Dec 18:15
Compare
Choose a tag to compare

Changes

  • Update info about Laravel support

4.1.0

17 Dec 18:10
Compare
Choose a tag to compare

Changes

  • Add new methods
    • setEnforceSignedRequest: Add option to enable signed requests in order to improve security.

Other changes

  • Update examples.

4.0.0

04 Jul 17:52
Compare
Choose a tag to compare

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

3.4.1

13 Apr 10:37
Compare
Choose a tag to compare

Changes

  • getMedia request is signed, as it required signature now
  • getTags request is signed, as it required signature now

3.4.0

17 Jul 23:51
Compare
Choose a tag to compare
  • by default, all endpoints which are supposed to return paginated content return 20 records.
  • getLocation, getLocationMedia and searchLocation methods sign requests with current access token
  • getMediaComments method sign request with current access token
  • scope definition in config file is array like now

v3.2

04 Jul 17:22
Compare
Choose a tag to compare
  • feature Add option to set permission scope application-wide thru Client constructor.
  • feature You may provide an optional state parameter to getLoginUrl method to protect against CSRF.
  • feature Throw specific Exception instead of generic Exception (usefull for handling multiple error cases).

v3.1

04 Jul 17:22
Compare
Choose a tag to compare
  • feature Laravel support out of the box (but still framework agnostic).

v3.0

04 Jul 17:23
Compare
Choose a tag to compare
  • feature PSR-4 autoloading, publish Composer package