Skip to content

Releases: pfefferle/wordpress-webmention

3.7.0

03 Apr 21:11

Choose a tag to compare

  • Added "threaded comments" support

3.6.0

05 Mar 19:34

Choose a tag to compare

  • Send delete Webmentions
  • Receive delete Webmentions

3.5.0

21 Jan 20:20

Choose a tag to compare

  • Added nicer HTML views for non API calls
  • Added german translations (thanks to @deponeWD)
  • Be sure to disable the old webmention-for-comments plugin

3.4.1

30 Jun 19:25

Choose a tag to compare

  • Add filter to allow setting of webmention form text
  • Move register settings to init due new default options not being set if admin only
  • Add edit_webmention hook due comment array filtering
  • Display Webmention Meta on Edit Comment page

3.4.0

29 Jun 21:39

Choose a tag to compare

  • Added settings link
  • Added link to Homepage Webmention page
  • Enable pings for Homepage Webmentions

3.3.0

12 Jun 19:16

Choose a tag to compare

  • Add setting for homepage mentions (thanks @dshanske)
  • Remove deprecated functions due 4.8 release

3.2.1

02 Jun 21:22

Choose a tag to compare

  • moved endpoint discovery to functions.php
  • added missing i18n strings
  • removed polyfill
  • Enable option for page support
  • Allow custom post types to declare support for webmentions as a feature which will enable pings.
  • Remove new meta properties from being added during preprocessing as these are added after Semantic Linkbacks Enhancement.
  • Move new meta properties to being built into webmention code
  • Store webmention source in comment meta but fall back to checking comment_author_url if not set.
  • Store webmention creation time in comment meta as comment time is overridden by Semantic Linkbacks allowing to determine if a comment has been modified.

3.1.1

16 Mar 23:15

Choose a tag to compare

  • URLEncode/Decode source and target
  • Webmention Comment Type now declares support for avatars
  • Meta keys are now registered for webmention_target_url and webmention_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

05 Feb 13:14

Choose a tag to compare

3.0.1

30 Jan 08:16

Choose a tag to compare

  • Show endpoint discovery on every page again, to prevent several problems.