indieweb / wordpress-micropub

A Micropub Endpoint plugin for WordPress
https://wordpress.org/plugins/micropub
51 stars 12 forks source link

Fixes #178

Closed dshanske closed 5 years ago

dshanske commented 5 years ago

To address the issue that the after_micropub does not have access to the properties that came in by files in a form-encoded submission, the uploaded urls will be added so the properties can be accessed by the hook.

The search parameter was added to the category query, and it is now wrapped in key categories as agreed by the only support for it currently in client/endpoints. Preliminary support for query post list as well as the limit parameter for same.

The micropub_query filter now passes the plugin built in parameters so they can be added to rather than forcing a developer to create everything from scratch.

The media endpoint now has an empty q=config indicating it has no existing query parameters. The endpoint passes back the parameters it does support as well as the mp commands it supports.