Releases: indieweb/wordpress-micropub
Releases · indieweb/wordpress-micropub
Version 2.0.0
- Split plugin into files by functionality
- Change authorization to integrate with WordPress mechanisms for login
- Reject where the URL cannot be matched with a user account
- Rewrite using REST API
- Use
indieauth_scopesandindieauth_responseoriginally added for IndieAuth integration to be used by built in auth as well - Improve handling of access tokens in headers to cover additional cases
- Add Media Endpoint
- Improve error handling
- Ensure compliance with Micropub spec
- Update composer dependencies and include PHPUnit as a development dependency
- Add nag notice for http domains and the option to diable with a setting
- Load auth later in init sequence to avoid conflict
Version 1.4.3
- Change scopes to filter
- Get token response when IndieAuth plugin is installed
Version 1.4
- Separate functions that generate headers into micropub and IndieAuth
- Add support for an option now used by the IndieAuth plugin to set alternate token and authorization endpoints
- MICROPUB_LOCAL_AUTH configuration option adjusted to reflect that this disables the plugin built in authentication. This can hand it back to WordPress or allow another plugin to take over
- MICROPUB_LOCAL_AUTH now disables adding auth headers to the page.
- Fix post status issue by checking for valid defaults
- Add configuration option under writing settings to set default post status
- Add
micropub_syndicationhook that only fires on a request to syndicate to make it easier for third-party plugins to hook in