Skip to content

Releases: indieweb/wordpress-micropub

Version 2.3.3

11 Mar 05:15
Compare
Choose a tag to compare
Bump version

Version 2.3.1

25 Dec 23:42
Compare
Choose a tag to compare

Version 2.2.3

10 Sep 03:52
94bffcc
Compare
Choose a tag to compare
Add Featured Image Support (#240)

Release 2.2.1

31 Jul 04:22
fa80ac0
Compare
Choose a tag to compare
Support Queries Discussed at the Micropub Popups (#229)

* Change category search to filter per proposal

* Turn filter into a function and test that function

* Pass input to syndicate target filter to allow for additional queries

* Add additional query filters to source query

* Add offset query argument to media endpoint source

* Fix permissions for Indieauth change on media endpoint

* Bump version

Version 2.0.10

13 Apr 20:58
3dd3b6d
Compare
Choose a tag to compare

Fix issue with media attachment, props @jjeaton

Version 2.0.9

26 Mar 03:39
Compare
Choose a tag to compare
  • Add filter micropub_suggest_title and related function to generate slugs
  • Map updated property to WordPress modified property
  • Add meta key to micropub uploaded media so it can be queried
  • Add last and source queries for media endpoint
  • Set up return function for media that returns attachment metadata for now

Version 2.0.8

09 Mar 17:32
0111bf8
Compare
Choose a tag to compare

Parse Geo URI into h-geo/h-card.

Version 2.0.5

23 Nov 17:12
3e5e773
Compare
Choose a tag to compare
  • Move syndication trigger to after micropub hook in order to ensure final version is rendered before sending syndication
  • Add settings UI for alternate authorization endpoint and token endpoint which will be hidden if Indieauth plugin is enabled

Version 2.0.2

13 Nov 01:32
77d99c2
Compare
Choose a tag to compare

Authorization Fixes

Version 2.0.0

22 Oct 00:05
185b050
Compare
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