Merge branch 'hotfix/0.0.11.1' into develop

This commit is contained in:
Jonny Barnes 2016-09-17 21:31:49 +01:00
commit cea255a877
2 changed files with 5 additions and 2 deletions

View file

@ -43,8 +43,8 @@ class DownloadWebMention implements ShouldQueue
$filesystem = \Illuminate\FileSystem\FileSystem();
$filesystem->put(
$this->createFilenameFromURL($source),
(string) $response->getBody())
}
(string) $response->getBody()
);
}
}

View file

@ -1,5 +1,8 @@
# Changelog
## Version 0.0.11.1 (2016-09-17)
- Fix a syntax issue in the download webmention job
## Version 0.0.11 (2016-09-17)
- update linked GPG key (issue#7)
- Added `integrity` values to external assets (issue#10)