Skip to content

Commit 57ecf6d

Browse files
committed
version bump
1 parent 45831ec commit 57ecf6d

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

languages/webmention.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Webmention 5.2.4\n"
5+
"Project-Id-Version: Webmention 5.2.6\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/wordpress-webmention\n"
8-
"POT-Creation-Date: 2024-02-20 07:43:11+00:00\n"
8+
"POT-Creation-Date: 2024-04-05 12:26:46+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
**Donate link:** https://notiz.blog/donate/
44
**Tags:** webmention, pingback, trackback, linkback, indieweb, comment, response
55
**Requires at least:** 4.9
6-
**Tested up to:** 6.4
7-
**Stable tag:** 5.2.5
6+
**Tested up to:** 6.5
7+
**Stable tag:** 5.2.6
88
**Requires PHP:** 5.6
99
**License:** MIT
1010
**License URI:** https://opensource.org/licenses/MIT
@@ -99,6 +99,10 @@ While not all display options can be settings, we are looking to provide some si
9999

100100
Project and support maintained on github at [pfefferle/wordpress-webmention](https://github.com/pfefferle/wordpress-webmention).
101101

102+
### 5.2.6 ###
103+
104+
* Fix null reference to comment_parent
105+
102106
### 5.2.5 ###
103107

104108
* Comment Walker was calling regular not html5 version of comment function when falling back.

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: pfefferle, dshanske
33
Donate link: https://notiz.blog/donate/
44
Tags: webmention, pingback, trackback, linkback, indieweb, comment, response
55
Requires at least: 4.9
6-
Tested up to: 6.4
7-
Stable tag: 5.2.5
6+
Tested up to: 6.5
7+
Stable tag: 5.2.6
88
Requires PHP: 5.6
99
License: MIT
1010
License URI: https://opensource.org/licenses/MIT
@@ -99,6 +99,10 @@ While not all display options can be settings, we are looking to provide some si
9999

100100
Project and support maintained on github at [pfefferle/wordpress-webmention](https://github.com/pfefferle/wordpress-webmention).
101101

102+
= 5.2.6 =
103+
104+
* Fix null reference to comment_parent
105+
102106
= 5.2.5 =
103107

104108
* Comment Walker was calling regular not html5 version of comment function when falling back.

webmention.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Webmention support for WordPress posts
66
* Author: Matthias Pfefferle
77
* Author URI: https://notiz.blog/
8-
* Version: 5.2.5
8+
* Version: 5.2.6
99
* License: MIT
1010
* License URI: https://opensource.org/licenses/MIT
1111
* Text Domain: webmention

0 commit comments

Comments
 (0)