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.1.2: Merge pull request #226 from seregazhuk/develop
Fixed:
- Registration now sends confirmation emails.
Added:
- Skip method to pagination.
5.1.1: Merge pull request #221 from seregazhuk/develop
Added:
- To any pagination added toArray method to receive all pagination results as array.
Fixed:
- Pins activity now returns an empty error for no results instead of null.
5.1.0: Merge pull request #220 from seregazhuk/develop
Added:
- Boards createPrivate, sendWithMessage and sendWithEmail methods.
- Pins sendWithMessage, sendWithEmail and saveOriginalImage methods.
- HttpClient useProxy and useSocksProxy methods.
Changed:
- Removed $removeCookies param from Auth::logout() method. Use
bot->getHttpClient()->removeCookies() to remove your cookies.
5.0.1: Merge pull request #217 from seregazhuk/develop
Fixed:
- Interests main method requires to be logged in.
5.0.0
Added:
- $removeCookies param to logout method.
- block method in Pinners provider.
- getCurrentUrl method to receive the last visited page url.
- Pins copy, move and deleteFromBoard, send methods.
- Pinners blockById method.
- Boards send method.
Changed:
- login, logout, register, registerBusiness, isLoggedIn moved to Auth provider.
- changePassword, sendPasswordResetLink resetPassword moved to Password provider. Removed
password word from methods names (change, sendResetLink, reset). - Boards getTitleSuggestionsFor renamed to titleSuggestionsFor
- Interests methods renamed: getMain to main, getInfo to info, getPinsFor to pins
- Pins methods renamed: getRelatedPins to related, userFeed to feed
- Topics methods renamed: getInfo to info, getPinsFor to pins
- User methods renamed: getUserName to username
- Method getHttpClient renamed to getHttpClient
- Pinners block method by default uses username instead of id and returns boolean.
Removed:
- comment and deleteComment methods in Pins provider. Use Comments provider instead.
Fixed:
- Auto-login for blocked users
- logout method requires bot to be logged in
4.13.3: Merge pull request #203 from seregazhuk/develop
Fixed:
- Pinterest Headers version
- Pagination
4.13.2
Added:
- Pins visual similar search via visualSimilar
- Comments provider with create and delete methods
- Pins comment and deleteComment methods are deprecated
Removed:
- News last method
- AuthFailed exception
Fixed:
- 502 Pinterest response on request with no data
4.13.1: Merge pull request #191 from seregazhuk/develop
Fixed:
- Fail on empty server response
4.13.0: Merge pull request #188 from seregazhuk/develop
Added:
- User resetPassword and sendPasswordResetLink methods to reset password.
- HttpClient getCurrentUrl method
- HttpClient setCookiesPath method to change default store for cookie files.
- User invite method to invite people by email.
4.12.7: Merge pull request #184 from seregazhuk/develop
Fixed:
- Removed output cookie file path to console
- Boards info method now returns only specified board