From 2883db8b5658c316c1e7379c073c60c5185fa3ab Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Sun, 17 Feb 2019 10:45:21 +0100 Subject: [PATCH] Release version 9.2.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 802cc14..bbb9a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 9.2.0 (released 2019-02-17) + +- Added query parameters to media method ([#101](https://github.com/vinkla/instagram/pull/101)) + ## 9.1.0 (released 2018-10-31) - Added php-http/httplug 2.0 support diff --git a/README.md b/README.md index 57c3240..aa08221 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ $instagram->self(); The Instagram allows you to call their API 200 times per hour. Try to cache the responses in your application. -> _The Instagram API uses the same rate limiting as the Graph API (200 calls per user per hour) with one exception: the /media/comments edge limits writes to 60 writes per user per hour. Please refer to the Graph API's rate limiting documentation for more information_ - [Facebook](https://developers.facebook.com/docs/instagram-api/overview/#rate-limiting) +> _The Instagram API uses the same rate limiting as the Graph API (200 calls per user per hour) with one exception: the /media/comments edge limits writes to 60 writes per user per hour. Please refer to the Graph API's rate limiting documentation for more information - [Facebook](https://developers.facebook.com/docs/instagram-api/overview/#rate-limiting)_ ## License