Version 0.0.15.12
Fix the nameing of in-reply-to in the micropub client -----BEGIN PGP SIGNATURE----- iPQEABMKAHwFAlgg0pxfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl bnBncC5maWZ0aGhvcnNlbWFuLm5ldDg0MTlCNUExRDg4NENBRjRCMEFGOEZCMzFC MkM3NkFGQjE2Qzg1OUIVHGpvbm55QGpvbm55YmFybmVzLnVrAAoJEBssdq+xbIWb AuABgJcm4v79RabYcAUEpPMWXIhOOnC2ZNnlDL5ZNkC3+G8wVTA6oMFx+nPYHULP QMLwRwGA2LIvlTxgWq849vaD7CoYsDi/7InUJ72bRJxRjh6UbV7xij6DXkSTlIUO 3TcM9DfC =Bjm8 -----END PGP SIGNATURE----- Merge tag 'v0.0.15.12' into develop Version 0.0.15.12 Fix the nameing of in-reply-to in the micropub client
This commit is contained in:
commit
35d08a9bd4
2 changed files with 5 additions and 2 deletions
|
@ -154,7 +154,7 @@ class MicropubClientController extends Controller
|
||||||
if ($request->input('in-reply-to') != '') {
|
if ($request->input('in-reply-to') != '') {
|
||||||
$multipart[] = [
|
$multipart[] = [
|
||||||
'name' => 'in-reply-to',
|
'name' => 'in-reply-to',
|
||||||
'contents' => $request->input('reply-to'),
|
'contents' => $request->input('in-reply-to'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
if ($request->input('syndicate-to')) {
|
if ($request->input('syndicate-to')) {
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Verion 0.0.15.11 (2016-11-07)
|
## Version 0.0.15.12 (2016-11-07)
|
||||||
|
- Fix micropub client in-reply-to name
|
||||||
|
|
||||||
|
## Version 0.0.15.11 (2016-11-07)
|
||||||
- Fix send webmention
|
- Fix send webmention
|
||||||
|
|
||||||
## Version 0.0.15.10 (2016-11-07)
|
## Version 0.0.15.10 (2016-11-07)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue