You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
@@ -68,6 +68,24 @@ The Webmention and Pingback logos are made by [Aaron Parecki](http://aaronpareck
68
68
69
69
Project actively developed on Github at [pfefferle/wordpress-semantic-linkbacks](https://github.com/pfefferle/wordpress-semantic-linkbacks). Please file support issues there.
70
70
71
+
### 3.7.0 ###
72
+
* Add settings to enable each type independently in the Facepile
73
+
* Render mentions as normal comments again not facepiles
74
+
* Make sure avatars are always visible images
75
+
* Add new get_facepile_avatar filter to ensure visible avatars
76
+
* Support Reacji...aka single-emoji reactions
77
+
* Bump minimum PHP to 5.4 due emoji detector library dependency issues
78
+
* Overlay emoji on individual avatars in reactions facepile
79
+
* Offer mf2 compatible template for comments
80
+
* Fix semantic_linkbacks_cite filter as was previously filtering the entire comment text
81
+
* Switch semantic_links_cite filter to filtering the format for the citation instead of the prepared citation
82
+
* Count correct text length for unicode characters
83
+
* Facepile Template improvements
84
+
* Allow new comment template to be overridden by filter or theme declaring microformats2 support
85
+
* Code standards compliance changes
86
+
* Improved testing for PHP versions 5.4 and up to ensure compatibility
87
+
* Remove direct calls to comment meta in favor of helper functions to ensure future proofing
88
+
71
89
### 3.6.0 ###
72
90
73
91
* 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.
@@ -68,6 +68,24 @@ The Webmention and Pingback logos are made by [Aaron Parecki](http://aaronpareck
68
68
69
69
Project actively developed on Github at [pfefferle/wordpress-semantic-linkbacks](https://github.com/pfefferle/wordpress-semantic-linkbacks). Please file support issues there.
70
70
71
+
= 3.7.0 =
72
+
* Add settings to enable each type independently in the Facepile
73
+
* Render mentions as normal comments again not facepiles
74
+
* Make sure avatars are always visible images
75
+
* Add new get_facepile_avatar filter to ensure visible avatars
76
+
* Support Reacji...aka single-emoji reactions
77
+
* Bump minimum PHP to 5.4 due emoji detector library dependency issues
78
+
* Overlay emoji on individual avatars in reactions facepile
79
+
* Offer mf2 compatible template for comments
80
+
* Fix semantic_linkbacks_cite filter as was previously filtering the entire comment text
81
+
* Switch semantic_links_cite filter to filtering the format for the citation instead of the prepared citation
82
+
* Count correct text length for unicode characters
83
+
* Facepile Template improvements
84
+
* Allow new comment template to be overridden by filter or theme declaring microformats2 support
85
+
* Code standards compliance changes
86
+
* Improved testing for PHP versions 5.4 and up to ensure compatibility
87
+
* Remove direct calls to comment meta in favor of helper functions to ensure future proofing
88
+
71
89
= 3.6.0 =
72
90
73
91
* 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.
0 commit comments