This repository has been archived by the owner on Dec 30, 2020. It is now read-only.
Releases: seregazhuk/php-pinterest-bot
Releases · seregazhuk/php-pinterest-bot
5.2.4: Merge pull request #248 from seregazhuk/develop
Added:
- Pinners tried pins.
- Pinners follow and unfollow methods accept both user's id or username.
Fixed:
- Pins activity() and tried() methods always return Pagination object.
- Boards forUser method returns detailed information for every board. If no boards
are available it returns empty array. - Pagination processes getResponseData() as array
5.2.3
Fixed:
- Registration
5.2.2: Merge pull request #239 from seregazhuk/develop
Fixed:
- Search method correctly works with limits.
5.2.1: Merge pull request #237 from seregazhuk/develop
Fixed:
- Pinners followers() methods.
5.2.0
Added:
- User clearSearchHistory() to remove search suggestions.
- Pins tied() returns the pinners who have tied this pin.
- Pins searchInMyPins() method.
- Inbox provider.
Removed:
- News and Conversations providers, their methods moved to Inbox provider.
5.1.7: Merge pull request #233 from seregazhuk/develop
Fixed:
- Receiving confirmation email after registering business account.
5.1.6: Merge pull request #232 from seregazhuk/develop
Fixed:
- Feed pagination error
5.1.5: Merge pull request #230 from seregazhuk/develop
Fixed:
- Bot getClientInfo() error.
5.1.4: Merge pull request #229 from seregazhuk/develop
Fixed:
- Pagination issue with only first result.
- Request headers.
Added:
- getRawData() method to Response to get the original response data from Pinterest.
- More detailed registration process.
5.1.3: Merge pull request #228 from seregazhuk/develop
Fixed:
- Pagination offset.
Added:
- take method to pagination to set limits.