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.4.4

23 Jun 20:34
Compare
Choose a tag to compare

Added:

  • Pins TryIt functionality

Fixed:

  • Registration
  • Convertion to business account requires being logged in
  • Updated Pinterest X-APP-VERSION header

5.4.3

16 Jun 20:22
Compare
Choose a tag to compare

Fixed:

  • Issue with autologin
  • Issue with creating a cookie file for every new session

5.4.2

08 Jun 07:30
Compare
Choose a tag to compare

Fixed:

  • Edit/repin pins

5.4.1

31 May 03:38
Compare
Choose a tag to compare

Fixed:

  • Added dependency for fileinfo extension

5.4.0

28 May 07:14
Compare
Choose a tag to compare

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

23 May 16:29
Compare
Choose a tag to compare

Fixed:

  • Cookies loading

5.3.10

23 May 16:18
Compare
Choose a tag to compare

Fixed:

  • Cookies error on empty filename

5.3.9

09 May 16:36
Compare
Choose a tag to compare

Fixed:

  • Boards forMe() and Pinners followers() methods

Added:

  • httpClient usesProxy method

5.3.8

07 May 16:31
Compare
Choose a tag to compare

Fixed:

  • boards info() method for boards with spaces in their names

5.3.7

07 May 06:21
Compare
Choose a tag to compare

Fixed:

  • resolving only providers from container
  • removed Bot unnecessary abstraction layer