diff --git a/app/Jobs/DownloadWebMention.php b/app/Jobs/DownloadWebMention.php index 3ff505bc..592b41d3 100644 --- a/app/Jobs/DownloadWebMention.php +++ b/app/Jobs/DownloadWebMention.php @@ -43,8 +43,8 @@ class DownloadWebMention implements ShouldQueue $filesystem = \Illuminate\FileSystem\FileSystem(); $filesystem->put( $this->createFilenameFromURL($source), - (string) $response->getBody()) - } + (string) $response->getBody() + ); } } diff --git a/changelog.md b/changelog.md index 1be00e63..4e49ae9d 100644 --- a/changelog.md +++ b/changelog.md @@ -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)