Releases: pfefferle/wordpress-webmention
Releases · pfefferle/wordpress-webmention
3.1.1
- URLEncode/Decode source and target
- Webmention Comment Type now declares support for avatars
- Meta keys are now registered for
webmention_target_url
andwebmention_target_fragment
- Target URL is stored instead of derived from the permalink to ensure permanance
- Target fragment is stored to support fragmentions. Can also suport comments when reply is to a comment.
3.1.0
3.0.1
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_title
andwebmention_content
filters in favor of a single targeted webmention comment data filter. webmention_post_send
action 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_title
andwebmention_content
filters in favor of a single targeted webmention comment data filter. webmention_post_send
action 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