Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit a66501d

Browse files
committed
should fix #207
1 parent 1301a4d commit a66501d

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Requires at least:** 4.8.2
66
**Requires PHP:** 5.4
77
**Tested up to:** 4.9.8
8-
**Stable tag:** 3.9.0
8+
**Stable tag:** 3.9.1
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
1111

@@ -86,6 +86,10 @@ The plugin uses a locally cached version of the mystery icon normally provided b
8686

8787
Project actively developed on Github at [pfefferle/wordpress-semantic-linkbacks](https://github.com/pfefferle/wordpress-semantic-linkbacks). Please file support issues there.
8888

89+
### 3.9.1 ###
90+
91+
* Quick fix facepile problem id comments are closed
92+
8993
### 3.9.0 ###
9094

9195
* Support rel-alternate (mf2-json)

includes/class-linkbacks-handler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public static function init() {
3939
add_filter( 'comment_class', array( 'Linkbacks_Handler', 'comment_class' ), 10, 4 );
4040
add_filter( 'wp_list_comments_args', array( 'Linkbacks_Handler', 'filter_comment_args' ) );
4141
add_action( 'comment_form_before', array( 'Linkbacks_Handler', 'show_mentions' ) );
42+
add_action( 'comment_form_comments_closed', array( 'Linkbacks_Handler', 'show_mentions' ) );
4243

4344
// Domain Approval Check
4445
add_filter( 'semantic_linkbacks_commentdata', array( 'Linkbacks_Handler', 'domain_approval_check' ), 99, 1 );

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: webmention, pingback, trackback, linkback, microformats, comments, indiewe
55
Requires at least: 4.8.2
66
Requires PHP: 5.4
77
Tested up to: 4.9.8
8-
Stable tag: 3.9.0
8+
Stable tag: 3.9.1
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
1111

@@ -86,6 +86,10 @@ The plugin uses a locally cached version of the mystery icon normally provided b
8686

8787
Project actively developed on Github at [pfefferle/wordpress-semantic-linkbacks](https://github.com/pfefferle/wordpress-semantic-linkbacks). Please file support issues there.
8888

89+
= 3.9.1 =
90+
91+
* Quick fix facepile problem id comments are closed
92+
8993
= 3.9.0 =
9094

9195
* Support rel-alternate (mf2-json)

semantic-linkbacks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Semantic Linkbacks for WebMentions, Trackbacks and Pingbacks
66
* Author: Matthias Pfefferle
77
* Author URI: https://notiz.blog/
8-
* Version: 3.9.0
8+
* Version: 3.9.1
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: semantic-linkbacks

0 commit comments

Comments
 (0)