diff --git a/app/Http/Controllers/MicropubClientController.php b/app/Http/Controllers/MicropubClientController.php index 4c06a867..bfce94a8 100644 --- a/app/Http/Controllers/MicropubClientController.php +++ b/app/Http/Controllers/MicropubClientController.php @@ -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, ]; } diff --git a/changelog.md b/changelog.md index 55f17a5e..22115b13 100644 --- a/changelog.md +++ b/changelog.md @@ -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