Skip to content

Releases: pfefferle/wordpress-webmention

5.1.0

12 Jun 20:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.1.0

5.0.0

07 Apr 22:40
0ae88f7
Compare
Choose a tag to compare
  • Complete rewrite of the codebase
  • Introduce PHP namespaces
  • New parser which will fallback on the WordPress REST API, JSON-LD, or HTML meta tags if Microformats are not sufficient to render a comment.
  • New debugger/test tool for Webmention Parsing under Tools
  • Webmentions are no longer stored as comment type mention, but as custom comment types
  • New simplified presentation code, providing for optional custom templating in future.

4.0.9

08 Mar 17:14
Compare
Choose a tag to compare

4.0.8

31 Jan 17:07
Compare
Choose a tag to compare

4.0.7

31 Jan 12:51
Compare
Choose a tag to compare
  • Re-add onerror handling for broken images ( props @snarfed )

4.0.6

17 Jan 08:35
Compare
Choose a tag to compare
  • Update requirements

4.0.5

23 Sep 08:52
Compare
Choose a tag to compare
  • Remove Webmention_Notification class until proper tested/used

4.0.4

16 Sep 18:06
8a2d249
Compare
Choose a tag to compare
  • Update dependencies
  • Fix WordPress warnings

4.0.3

15 Feb 08:11
a4064f4
Compare
Choose a tag to compare
  • Move comment approve list and auto approve to the wp_allow_comment function called by the wp_new_comment function.
  • Minor fix to avatar function to account for the fact comments have an empty comment type

4.0.2

08 Jan 18:27
Compare
Choose a tag to compare
  • Cache in cases where stored avatar is a gravatar