Releases: pfefferle/wordpress-webmention
Releases · pfefferle/wordpress-webmention
3.0.0
- Plugin refactored to use API infrastructure.
- Visiting the endpoint in a web browser now returns a webmention form.
- Plugin now compliant with draft specification although remains synchronous.
- Deprecation of
webmention_titleandwebmention_contentfilters in favor of a single targeted webmention comment data filter. webmention_post_sendaction now fires on all attempts to send a webmention instead of only successful ones. Allows for logging functions to be added.- Supports adding additional parameters when sending webmentions
- Fix incompatibility with Ultimate Category Excluder plugin.
3.0.0-beta1
- Plugin refactored to use API infrastructure.
- Visiting the endpoint in a web browser now returns a webmention form.
- Plugin now compliant with draft specification although remains synchronous.
- Deprecation of
webmention_titleandwebmention_contentfilters in favor of a single targeted webmention comment data filter. webmention_post_sendaction now fires on all attempts to send a webmention instead of only successful ones. Allows for logging functions to be added.- Supports adding additional parameters when sending webmentions
- Fix incompatibility with Ultimate Category Excluder plugin.
2.6.0
2.5.0
- add salmon/crossposting-extension support (props @singpolyma)
- disable self-pings via settings
- do not unapprove already-approved webmention (props @singpolyma)
- some code improvements