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

29 Nov 11:23
Compare
Choose a tag to compare

Fixed:

  • Search functionality for pinners requires a bot to be logged in. Now pinners->search() call throws AuthRequired exception if not logged in.

5.5.7

22 Nov 16:01
Compare
Choose a tag to compare

Fixed:

  • helper functions auto-loading

5.5.6

21 Nov 04:25
c89a328
Compare
Choose a tag to compare

Fixed:

  • Use registration form in business register
  • move helper functions to PinterestBot namespace

5.5.5

12 Nov 19:04
ced5cc0
Compare
Choose a tag to compare

Fixed:

  • Multi-byte str-functions call

5.5.4

28 Oct 14:42
ab5f43b
Compare
Choose a tag to compare

Added:

  • Type-ahead suggestions for search query

5.5.3

13 Aug 12:07
Compare
Choose a tag to compare

Fixed:

  • Boards forMe() method requires a bot to be logged-in.
  • Boards update() method works with titles which has spaces.
  • Inbox contactRequests() method requires being logged in.
  • Inbox ignoreContactRequests() method renamed to `ignoreContactRequest.
  • Pins moveToBoard() removed pins description.
  • PHPUnit version updated to 5.7.
  • Pins visualSimilar() returns Pagination.
  • Password reset() for invalid links.

Added:

  • Pins share() to get link for sharing a pin and asking for reacting (like/dislike).
  • Pins reactAsGood()/reactAsBad() to react when you were given a sharing link with a pin.
  • Improved tests coverage

Removed:

  • wait() method

5.5.2

22 Jul 16:02
Compare
Choose a tag to compare

Fixed:

  • Profile update

5.5.1: Merge pull request #299 from seregazhuk/develop

10 Jul 14:18
Compare
Choose a tag to compare

Changed:

  • Moved to PHP version 5.6
  • Login required check refactoring

Fixed:

  • Profile form

5.5.0: Merge pull request #296 from seregazhuk/develop

02 Jul 07:06
Compare
Choose a tag to compare

Added:

  • User id() helper to get current user id
  • Boards sendInvite, acceptInvite, ignoreInvite and removeInvite
  • Contact requests

5.4.5

27 Jun 16:36
Compare
Choose a tag to compare

Fixed:

  • Boards invites