Releases: indieweb/wordpress-micropub
Releases · indieweb/wordpress-micropub
2.4.0
What's Changed
- add follow-of support by @snarfed in #290
- Remove Draft Setting by @dshanske in #296
- Add IndieAuth as Plugin Dependency by @pfefferle in #299
- Add a WordPress.org Plugin Repo Icon by @pfefferle in #300
- Update plugin directory assets by @paulrobertlloyd in #301
- Dynamic Rendering by @dshanske in #297
New Contributors
- @paulrobertlloyd made their first contribution in #301
Full Changelog: 2.3.3...2.4.0
Version 2.3.3
Bump version
Version 2.3.1
Oops
Version 2.2.3
Add Featured Image Support (#240)
Release 2.2.1
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
Fix issue with media attachment, props @jjeaton
Version 2.0.9
- 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
Parse Geo URI into h-geo/h-card.
Version 2.0.5
- 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
Authorization Fixes