From 57ecf6d4fc5e6a2c2ec9b49c707332f2095fd726 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Fri, 5 Apr 2024 14:26:59 +0200 Subject: [PATCH] version bump --- languages/webmention.pot | 4 ++-- readme.md | 8 ++++++-- readme.txt | 8 ++++++-- webmention.php | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/languages/webmention.pot b/languages/webmention.pot index 1b2e396..5e82c1f 100644 --- a/languages/webmention.pot +++ b/languages/webmention.pot @@ -2,10 +2,10 @@ # This file is distributed under the MIT. msgid "" msgstr "" -"Project-Id-Version: Webmention 5.2.4\n" +"Project-Id-Version: Webmention 5.2.6\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/wordpress-webmention\n" -"POT-Creation-Date: 2024-02-20 07:43:11+00:00\n" +"POT-Creation-Date: 2024-04-05 12:26:46+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/readme.md b/readme.md index 64ca602..a3ddcef 100644 --- a/readme.md +++ b/readme.md @@ -3,8 +3,8 @@ **Donate link:** https://notiz.blog/donate/ **Tags:** webmention, pingback, trackback, linkback, indieweb, comment, response **Requires at least:** 4.9 -**Tested up to:** 6.4 -**Stable tag:** 5.2.5 +**Tested up to:** 6.5 +**Stable tag:** 5.2.6 **Requires PHP:** 5.6 **License:** MIT **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 Project and support maintained on github at [pfefferle/wordpress-webmention](https://github.com/pfefferle/wordpress-webmention). +### 5.2.6 ### + +* Fix null reference to comment_parent + ### 5.2.5 ### * Comment Walker was calling regular not html5 version of comment function when falling back. diff --git a/readme.txt b/readme.txt index 3ee9630..1fb8b2f 100755 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: pfefferle, dshanske Donate link: https://notiz.blog/donate/ Tags: webmention, pingback, trackback, linkback, indieweb, comment, response Requires at least: 4.9 -Tested up to: 6.4 -Stable tag: 5.2.5 +Tested up to: 6.5 +Stable tag: 5.2.6 Requires PHP: 5.6 License: MIT 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 Project and support maintained on github at [pfefferle/wordpress-webmention](https://github.com/pfefferle/wordpress-webmention). += 5.2.6 = + +* Fix null reference to comment_parent + = 5.2.5 = * Comment Walker was calling regular not html5 version of comment function when falling back. diff --git a/webmention.php b/webmention.php index cae0eb8..ef5b7d1 100755 --- a/webmention.php +++ b/webmention.php @@ -5,7 +5,7 @@ * Description: Webmention support for WordPress posts * Author: Matthias Pfefferle * Author URI: https://notiz.blog/ - * Version: 5.2.5 + * Version: 5.2.6 * License: MIT * License URI: https://opensource.org/licenses/MIT * Text Domain: webmention