This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
Releases: pfefferle/wordpress-semantic-linkbacks
Releases · pfefferle/wordpress-semantic-linkbacks
3.7.1
3.7.0
- Add settings to enable each type independently in the Facepile
- Optionally render mentions as normal comments again
- Support Reacji...aka single-emoji reactions
- Bump minimum PHP to 5.4 due emoji detector library dependency issues
- Overlay emoji on individual avatars in reactions facepile
- Offer mf2 compatible template for comments
- Fix semantic_linkbacks_cite filter as was previously filtering the entire comment text
- Switch semantic_links_cite filter to filtering the format for the citation instead of the prepared citation
- Count correct text length for unicode characters
- Facepile Template improvements
- Allow new comment template to be overridden by filter or theme declaring microformats2 support
- Code standards compliance changes
- Improved testing for PHP versions 5.4 and up to ensure compatibility
- Remove direct calls to comment meta in favor of helper functions to ensure future proofing
3.6.0
- Only show the first 8 avatars in a facepile by default. If there are more, include a clickable ellipsis to show the rest. Customizable via the FACEPILE_FOLD_LIMIT constant.
- Link facepile avatars to user profile/home page, not response post
- Always show avatar images with correct aspect ratio
3.5.1
3.5.0
3.4.0
- Fix Tests and Error in Authorship
- Update Parser
- Switch to looser restrictions if WP_DEBUG is enabled and stricter ones otherwise
- Enhance Author Properties to allow for retrieving remote h-card
- Store mf2 properties
- Store location in WordPress Geodata
- Use rel-syndication if not u-syndication
- Support new webmention source meta key
3.3.0
- Due to changes in WordPress 4.4 through 4.7 and version 3.0.0 of the Webmentions plugin this plugin can act on the retrieved remote source rather than rerequesting this information.
- Major enhancement work is done in preprocessing now rather than post-processing
Refactoring - Render full mention content if short enough. Introduce MAX_INLINE_MENTION_LENGTH which defaults to 300 characters to implement same.
- Fix text domain
3.3.0-beta
- refactoring