Releases: pfefferle/wordpress-webmention
Releases · pfefferle/wordpress-webmention
5.1.0
What's Changed
- Added missing space by @edent in #362
- Update webmention-comments.php by @chrisbergr in #363
- Improve webmention comment metabox by @dshanske in #375
- [CLI] fix meta-keys by @pfefferle in #379
- Add support for CPTs by @dshanske in #376
- Short Mentions by @dshanske in #378
- Remove Gravatar Code by @dshanske in #381
- fix #369 by @pfefferle in #388
- fix comment separation by @pfefferle in #387
- Allow refreshing webmentions from the Bulk Actions menu by @dshanske in #383
- Set created at time only for new comments. by @dshanske in #385
- fix error, when title is empty by @pfefferle in #390
- Update tests and make
u-url
attrib optional for post-type discovery by @pfefferle in #392 - Update dupe check by @dshanske in #386
- Add mf2 author migration by @dshanske in #397
- Check if 404 template exists by @edent in #367
- Include spam and trash statuses for dupe check by @dshanske in #398
- Update yoast/phpunit-polyfills requirement from ^1.0 to ^2.0 by @dependabot in #400
- Improve Display by @dshanske in #377
New Contributors
- @chrisbergr made their first contribution in #363
Full Changelog: 5.0.0...5.1.0
5.0.0
- 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
4.0.8
- Add
onerror
handling also forsrcset
( props @florianbrinkmann for testing )