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.4.4
Added:
- Pins TryIt functionality
Fixed:
- Registration
- Convertion to business account requires being logged in
- Updated Pinterest X-APP-VERSION header
5.4.3
Fixed:
- Issue with autologin
- Issue with creating a cookie file for every new session
5.4.2
Fixed:
- Edit/repin pins
5.4.1
Fixed:
- Added dependency for fileinfo extension
5.4.0
Fixed:
- Possible bug in
useProxy
when providing empty auth string - Numbers in api requests should always be cast to strings
Added:
- User sessions history
- Profile setting
excludeFromSearch($bool)
to exclude your account from search results - Profile setting
setLocal($locale)
- Profile setting
setAccountType($type)
- User
getCountries()
to list all avaiable countries for user profile - Boards
invites()
- Pins
analytics($pinId)
5.3.11
Fixed:
- Cookies loading
5.3.10
Fixed:
- Cookies error on empty filename
5.3.9
Fixed:
- Boards forMe() and Pinners followers() methods
Added:
- httpClient usesProxy method
5.3.8
Fixed:
- boards info() method for boards with spaces in their names
5.3.7
Fixed:
- resolving only providers from container
- removed Bot unnecessary abstraction layer