Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Releases: seregazhuk/php-pinterest-bot

5.1.2: Merge pull request #226 from seregazhuk/develop

11 Dec 08:36
Compare
Choose a tag to compare

Fixed:

  • Registration now sends confirmation emails.

Added:

  • Skip method to pagination.

5.1.1: Merge pull request #221 from seregazhuk/develop

03 Dec 11:49
Compare
Choose a tag to compare

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

02 Dec 19:37
Compare
Choose a tag to compare

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

13 Nov 08:04
Compare
Choose a tag to compare

Fixed:

  • Interests main method requires to be logged in.

5.0.0

08 Nov 03:19
Compare
Choose a tag to compare

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

24 Oct 17:36
Compare
Choose a tag to compare

Fixed:

  • Pinterest Headers version
  • Pagination

4.13.2

23 Oct 09:28
Compare
Choose a tag to compare

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

15 Oct 08:20
Compare
Choose a tag to compare

Fixed:

  • Fail on empty server response

4.13.0: Merge pull request #188 from seregazhuk/develop

09 Oct 09:02
Compare
Choose a tag to compare

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

29 Sep 10:45
Compare
Choose a tag to compare

Fixed:

  • Removed output cookie file path to console
  • Boards info method now returns only specified board