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.2.4: Merge pull request #248 from seregazhuk/develop

16 Mar 20:01
Compare
Choose a tag to compare

Added:

  • Pinners tried pins.
  • Pinners follow and unfollow methods accept both user's id or username.

Fixed:

  • Pins activity() and tried() methods always return Pagination object.
  • Boards forUser method returns detailed information for every board. If no boards
    are available it returns empty array.
  • Pagination processes getResponseData() as array

5.2.3

24 Jan 06:41
Compare
Choose a tag to compare

Fixed:

  • Registration

5.2.2: Merge pull request #239 from seregazhuk/develop

24 Jan 04:51
Compare
Choose a tag to compare

Fixed:

  • Search method correctly works with limits.

5.2.1: Merge pull request #237 from seregazhuk/develop

22 Jan 15:03
Compare
Choose a tag to compare

Fixed:

  • Pinners followers() methods.

5.2.0

08 Jan 07:58
Compare
Choose a tag to compare

Added:

  • User clearSearchHistory() to remove search suggestions.
  • Pins tied() returns the pinners who have tied this pin.
  • Pins searchInMyPins() method.
  • Inbox provider.

    Removed:

  • News and Conversations providers, their methods moved to Inbox provider.

5.1.7: Merge pull request #233 from seregazhuk/develop

31 Dec 13:15
Compare
Choose a tag to compare

Fixed:

  • Receiving confirmation email after registering business account.

5.1.6: Merge pull request #232 from seregazhuk/develop

25 Dec 17:57
Compare
Choose a tag to compare

5.1.5: Merge pull request #230 from seregazhuk/develop

20 Dec 21:40
Compare
Choose a tag to compare

Fixed:

  • Bot getClientInfo() error.

5.1.4: Merge pull request #229 from seregazhuk/develop

20 Dec 21:08
Compare
Choose a tag to compare

Fixed:

  • Pagination issue with only first result.
  • Request headers.

Added:

  • getRawData() method to Response to get the original response data from Pinterest.
  • More detailed registration process.

5.1.3: Merge pull request #228 from seregazhuk/develop

12 Dec 18:50
Compare
Choose a tag to compare

Fixed:

  • Pagination offset.

Added:

  • take method to pagination to set limits.