- Relax guzzle version
- Support for Topics API
- Add support for guzzle 7.x dependency.
- Add optional
order_by
param to search.
- Remove functions calling deprecated API endpoints.
- categories
- anything 'curated'
GET /photos/search
- Remove top-level
Crew
namespace - Dropped PHP <= 7.2 support
- Updated dependencies (primarily for dev/tests).
- Added
Accept-Encoding: gzip
to requests.
toArray
method added toArrayObject
andEndpoint
. #102
rateLimitRemaining
method added toUnsplash\ArrayObject
class to fetch the remaining rate limit (thanks @KevinBatdorf)
- Added support for
orientation
andcollections
filters to photo search.
- Update dependecy version (>= 1.0.3) on oauth2-unsplash
- Remove deprecated
category
parameters
- Support for tracking photo downloads as per updated API guidelines
- Update dependecy version on oauth2-client (>= 1.4.2)
- Update dependecy version on oauth2-unsplash
- The parameters order was breaking code using older version of the package
- Curated photos endpoint (thanks @janhenckens #40)
- OAuth2-Client package
- Migrate CI to travis
- New enpoints for user's collection
- New enpoints for collection
- New badge in README to keep track of dependencies
- New version of OAuth2-Client package (thanks @zembrowski #26)
- New method to retrieve the number of element in collection
- New major version of OAuth2-Client package (thanks @zembrowski #23)
- New endpoint to retrieve photos a user liked
- New endpoints to like and unlike photos on the behalf of the current user
- New endpoint to retrieve a random photo (thanks @DannyWeeks #18)
- Improve phpDoc block (thanks @freezy-sk #15)
- Headers were wrongly parsed when requesting total pages (thanks @freezy-sk #13)
- Include stats endpoints
- Launch