Merge branch 'release/0.0.14.5'
This commit is contained in:
commit
8aff6ccb73
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue