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.5.8
Fixed:
- Search functionality for pinners requires a bot to be logged in. Now
pinners->search()
call throwsAuthRequired
exception if not logged in.
5.5.7
Fixed:
- helper functions auto-loading
5.5.6
Fixed:
- Use registration form in business register
- move helper functions to PinterestBot namespace
5.5.5
Fixed:
- Multi-byte str-functions call
5.5.4
Added:
- Type-ahead suggestions for search query
5.5.3
Fixed:
- Boards
forMe()
method requires a bot to be logged-in. - Boards
update()
method works with titles which has spaces. - Inbox
contactRequests()
method requires being logged in. - Inbox
ignoreContactRequests()
method renamed to `ignoreContactRequest. - Pins
moveToBoard()
removed pins description. - PHPUnit version updated to 5.7.
- Pins
visualSimilar()
returns Pagination. - Password
reset()
for invalid links.
Added:
- Pins
share()
to get link for sharing a pin and asking for reacting (like/dislike). - Pins
reactAsGood()
/reactAsBad()
to react when you were given a sharing link with a pin. - Improved tests coverage
Removed:
wait()
method
5.5.2
Fixed:
- Profile update
5.5.1: Merge pull request #299 from seregazhuk/develop
Changed:
- Moved to PHP version 5.6
- Login required check refactoring
Fixed:
- Profile form
5.5.0: Merge pull request #296 from seregazhuk/develop
Added:
- User
id()
helper to get current user id - Boards
sendInvite
,acceptInvite
,ignoreInvite
andremoveInvite
- Contact requests
5.4.5
Fixed:
- Boards invites