Skip to content

Releases: pfefferle/wordpress-webmention

4.0.1

27 Nov 07:59
Compare
Choose a tag to compare
  • show webmention form only if pings_open
  • show webmention form also if comments are disabled

4.0.0

13 Oct 08:25
01628bb
Compare
Choose a tag to compare
  • Add settings for enabling webmention support by public post type
  • Add setting for disabling sending media links...URLs attached to image, video, or audio tags
  • Switch from sending webmentions to all URLs in post content to only ones with proper HTML markup
  • Support handling avatars if stored in meta
  • Support serving a local anonymous avatar if no email and cache whether there is a gravatar for a definable period of time
  • Store a webmention protocol property in comment meta
  • Do not show webmention headers if URL does not support webmentions
  • Update webmention meta template to use separate file which is shown on the edit comment screen
  • Minimum PHP version bumped to 5.4. WordPress currently has a minimum of 5.6 but we support back to version 4.9
  • For compatibility reasons, load a version of is_avatar_comment_type (introduced 5.1) and get_self_link (introduced 5.3) for use in this plugin
  • Improve all settings and template forms ( props @tw2113 )

3.8.11

03 Aug 20:09
d2d7b9a
Compare
Choose a tag to compare
  • Minor bug fix

3.8.10

02 Aug 12:35
45e2c08
Compare
Choose a tag to compare
  • Always enable webmentions on basis that using plugin means you want webmentions instead of using default pingback setting
  • Fix auto approve based on domain

3.8.9

27 Jun 11:33
Compare
Choose a tag to compare
  • Small HTML template changes

3.8.8

28 Nov 16:54
Compare
Choose a tag to compare
  • Added NodeInfo(2) support

3.8.7

07 Nov 16:58
Compare
Choose a tag to compare
  • Fixed default value of webmention_avatars on the settings page

3.8.6

07 Nov 16:48
Compare
Choose a tag to compare
  • Fixed default value of webmention_avatars

3.8.5

15 Oct 18:05
Compare
Choose a tag to compare
  • Set correct default value for the "Show comment form" setting

3.8.4

04 Sep 18:57
Compare
Choose a tag to compare
  • Store vouch property
  • Preliminary vouch support disabled by default. As Vouch is experimental can only be enabled by adding define( 'WEBMENTION_VOUCH', true )