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

Commit

Permalink
Merge pull request #395 from seregazhuk/login-requirements-for-pinners
Browse files Browse the repository at this point in the history
#394 Retrieving pinner's followers and following requires authorization
  • Loading branch information
seregazhuk authored Jun 23, 2018
2 parents 21bfe84 + 95a3b67 commit 62d9d02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## v5.7.3 - 2018-06-23
### Fixed:
- Retrieving pinner's followers and following requires being logged in

## v5.7.2 - 2018-06-10
### Fixed:
- board sections should require being logged in
Expand Down
2 changes: 2 additions & 0 deletions src/Api/Providers/Pinners.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class Pinners extends FollowableProvider
'block',
'search',
'blockById',
'followers',
'following',
];

protected $searchScope = 'people';
Expand Down

0 comments on commit 62d9d02

Please sign in to comment.