Merge branch 'hotfix/0.0.11.1'
This commit is contained in:
commit
dd258c2bd8
2 changed files with 5 additions and 2 deletions
|
@ -43,8 +43,8 @@ class DownloadWebMention implements ShouldQueue
|
||||||
$filesystem = \Illuminate\FileSystem\FileSystem();
|
$filesystem = \Illuminate\FileSystem\FileSystem();
|
||||||
$filesystem->put(
|
$filesystem->put(
|
||||||
$this->createFilenameFromURL($source),
|
$this->createFilenameFromURL($source),
|
||||||
(string) $response->getBody())
|
(string) $response->getBody()
|
||||||
}
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# 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)
|
## Version 0.0.11 (2016-09-17)
|
||||||
- update linked GPG key (issue#7)
|
- update linked GPG key (issue#7)
|
||||||
- Added `integrity` values to external assets (issue#10)
|
- Added `integrity` values to external assets (issue#10)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue