diff --git a/CHANGELOG.md b/CHANGELOG.md index 191339f..b23b218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.4.4 - 2019-02-5 +### Added +- `rateLimitRemaining` method added to `Unsplash\ArrayObject` class to fetch the remaining rate limit (thanks @KevinBatdorf) + ## 2.4.3 - 2018-03-30 ### Added - Relax dependency for guzzle to include 6.3.x (https://github.com/unsplash/unsplash-php/pull/88) diff --git a/README.md b/README.md index 9884cfa..35afb09 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Quick links to methods you're likely to care about: - [Trigger a photo download](#photo-download) 📡 - [Search for a photo by keyword](#search-photos) 🕵️‍♂️ -**Note:** Every application must abide by the [API Guidelines](https://medium.com/unsplash/unsplash-api-guidelines-28e0216e6daa). Specifically, remember to [hotlink images](https://medium.com/unsplash/unsplash-api-guidelines-hotlinking-images-6c6b51030d2a) and [trigger a download when appropriate](https://medium.com/unsplash/unsplash-api-guidelines-triggering-a-download-c39b24e99e02). +**Note:** Every application must abide by the [API Guidelines](https://help.unsplash.com/api-guidelines/unsplash-api-guidelines). Specifically, remember to [hotlink images](https://help.unsplash.com/api-guidelines/more-on-each-guideline/guideline-hotlinking-images) and [trigger a download when appropriate](https://help.unsplash.com/api-guidelines/more-on-each-guideline/guideline-triggering-a-download). ## Installation @@ -655,7 +655,7 @@ $photo->statistics('days', 7);
#### Crew\Unsplash\Photo::download() -Trigger a download for a photo. This is needed to follow the ['trigger a download' API Guideline](https://medium.com/unsplash/unsplash-api-guidelines-triggering-a-download-c39b24e99e02). +Trigger a download for a photo. This is needed to follow the ['trigger a download' API Guideline](https://help.unsplash.com/api-guidelines/more-on-each-guideline/guideline-triggering-a-download). *Note:* You must instantiate a Photo object first