Skip to content

Releases: indieweb/wordpress-micropub

Version 2.0.0

22 Oct 00:05
185b050

Choose a tag to compare

  • 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_scopes and indieauth_response originally 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

28 May 00:07
4391dab

Choose a tag to compare

  • Change scopes to filter
  • Get token response when IndieAuth plugin is installed

Version 1.4

08 Apr 18:59
481ff35

Choose a tag to compare

  • 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_syndication hook that only fires on a request to syndicate to make it easier for third-party plugins to hook in