Skip to content

3.6.9

Compare
Choose a tag to compare
@shyambhat shyambhat released this 19 Oct 22:07
· 156 commits to master since this release

Added

  • Xcode 7 changes to Project file.
  • Added CHANGELOG.md

Changed

  • -getMediaAtLocation: count: maxId: withSuccess: failure: changed to -getMediaAtLocation: count: maxId: distance: withSuccess: failure:
  • #167 Typo fixed -authorizarionURL to authorizationURL. By @natan.

Fixed

  • #146 Checks for media URLs in initializing InstagramMedia objects.
  • #148 Fix Token Get in Authorisation scopes. By @DanTakagaki.
  • #164 InstagramModel copyWithZone updated to allocate correct type of object. By @urklc.
  • #165 Parameter Count must be larger than zero. Fixes #150. By @shyambhat