Merge branch 'release/0.0.15.4'
This commit is contained in:
commit
eee7b05217
2 changed files with 4 additions and 1 deletions
|
@ -160,7 +160,7 @@ class MicropubClientController extends Controller
|
|||
if ($request->input('syndicate-to')) {
|
||||
foreach ($request->input('syndicate-to') as $syn) {
|
||||
$multipart[] = [
|
||||
'name' => 'syndicate-to',
|
||||
'name' => 'syndicate-to[]',
|
||||
'contents' => $syn,
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## Version 0.0.15.4 (2016-10-26)
|
||||
- Use an array with `syndicate-to` to allow multiple values
|
||||
|
||||
## Version 0.0.15.3 (2016-10-26)
|
||||
- Fix: didn’t import the namespace for the facebook job
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue