Merge branch 'release/0.0.15.4'

This commit is contained in:
Jonny Barnes 2016-10-26 23:13:46 +01:00
commit eee7b05217
2 changed files with 4 additions and 1 deletions

View file

@ -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,
];
}

View file

@ -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: didnt import the namespace for the facebook job