Squashed commit of the following:

commit cdf2b8ca2723cab5b5c13d305a49288b55ab2f48
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Thu Oct 20 15:55:42 2016 +0100

    Add chage to the log

commit d8d62f2fa5ec5599134002cbb1ca11f81e0dfcc5
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Thu Oct 20 15:53:03 2016 +0100

    Fix a reference to an undefined variable
This commit is contained in:
Jonny Barnes 2016-10-20 15:57:11 +01:00
parent 760ee673c6
commit 3ab17e9b92
2 changed files with 4 additions and 1 deletions

View file

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

View file

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