Skip to content

Commit 207fd1c

Browse files
committed
version bump
1 parent e3ceda3 commit 207fd1c

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

languages/webmention.pot

Lines changed: 6 additions & 6 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.3.1\n"
5+
"Project-Id-Version: Webmention 5.3.2\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/wordpress-webmention\n"
8-
"POT-Creation-Date: 2024-05-13 15:00:42+00:00\n"
8+
"POT-Creation-Date: 2024-07-16 06:58:17+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
@@ -636,23 +636,23 @@ msgstr ""
636636
msgid "Cannot find target link"
637637
msgstr ""
638638

639-
#: includes/class-receiver.php:660
639+
#: includes/class-receiver.php:664
640640
msgid "Not enough data available"
641641
msgstr ""
642642

643643
#: includes/class-response.php:124
644644
msgid "Content Type is not supported"
645645
msgstr ""
646646

647-
#: includes/class-response.php:166
647+
#: includes/class-response.php:170
648648
msgid "Cannot generate DOMDocument"
649649
msgstr ""
650650

651-
#: includes/class-response.php:174
651+
#: includes/class-response.php:178
652652
msgid "Request body has no data"
653653
msgstr ""
654654

655-
#: includes/class-response.php:178
655+
#: includes/class-response.php:182
656656
msgid "Request body is not valid HTML"
657657
msgstr ""
658658

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** webmention, pingback, trackback, linkback, indieweb
55
**Requires at least:** 4.9
66
**Tested up to:** 6.5
7-
**Stable tag:** 5.3.1
7+
**Stable tag:** 5.3.2
88
**Requires PHP:** 5.6
99
**License:** MIT
1010
**License URI:** https://opensource.org/licenses/MIT
@@ -100,6 +100,10 @@ While not all display options can be settings, we are looking to provide some si
100100

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

103+
### 5.3.2 ###
104+
105+
* Several small fixes
106+
103107
### 5.3.1 ###
104108

105109
* Fix fatal error

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://notiz.blog/donate/
44
Tags: webmention, pingback, trackback, linkback, indieweb
55
Requires at least: 4.9
66
Tested up to: 6.5
7-
Stable tag: 5.3.1
7+
Stable tag: 5.3.2
88
Requires PHP: 5.6
99
License: MIT
1010
License URI: https://opensource.org/licenses/MIT
@@ -100,6 +100,10 @@ While not all display options can be settings, we are looking to provide some si
100100

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

103+
= 5.3.2 =
104+
105+
* Several small fixes
106+
103107
= 5.3.1 =
104108

105109
* Fix fatal error

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.3.1
8+
* Version: 5.3.2
99
* License: MIT
1010
* License URI: https://opensource.org/licenses/MIT
1111
* Text Domain: webmention

0 commit comments

Comments
 (0)