Merge branch 'release/0.0.14.5'

This commit is contained in:
Jonny Barnes 2016-10-20 15:58:11 +01:00
commit 8aff6ccb73
2 changed files with 4 additions and 1 deletions

View file

@ -34,7 +34,7 @@ class SaveProfileImage implements ShouldQueue
public function handle(Authorship $authorship) public function handle(Authorship $authorship)
{ {
try { try {
$author = $authorship->findAuthor($microformats); $author = $authorship->findAuthor($this->microformats);
} catch (AuthorshipParserException $e) { } catch (AuthorshipParserException $e) {
return; return;
} }

View file

@ -1,5 +1,8 @@
# Changelog # Changelog
## Version 0.0.14.5 (2016-10-20)
- Fix an issue in the save profile image job (issue#23)
## Version 0.0.14.4 (2016-10-19) ## Version 0.0.14.4 (2016-10-19)
- Fix a bad explode() call in the syndicate job - Fix a bad explode() call in the syndicate job