Skip to content

Commit 191ef6b

Browse files
committed
version bump
1 parent 3975d56 commit 191ef6b

File tree

4 files changed

+31
-21
lines changed

4 files changed

+31
-21
lines changed

languages/webmention.pot

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Copyright (C) 2023 Matthias Pfefferle
1+
# Copyright (C) 2024 Matthias Pfefferle
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Webmention 5.2.1\n"
5+
"Project-Id-Version: Webmention 5.2.2\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/wordpress-webmention\n"
8-
"POT-Creation-Date: 2023-12-27 12:46:33+00:00\n"
8+
"POT-Creation-Date: 2024-01-03 09:12:00+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
12+
"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
1515
"X-Generator: grunt-wp-i18n 1.0.3\n"
@@ -18,14 +18,10 @@ msgstr ""
1818
msgid "404"
1919
msgstr ""
2020

21-
#: includes/Handler/class-base.php:69
21+
#: includes/Handler/class-base.php:71
2222
msgid "$webmention_item is not an instance of Webmention\\Entity\\Item"
2323
msgstr ""
2424

25-
#: includes/Handler/class-mf2.php:846
26-
msgid "Anonymous"
27-
msgstr ""
28-
2925
#: includes/Handler/class-wp.php:43 includes/Handler/class-wp.php:111
3026
#: includes/Handler/class-wp.php:132
3127
msgid "No API link found in the source code"
@@ -648,14 +644,18 @@ msgstr ""
648644
msgid "Content Type is not supported"
649645
msgstr ""
650646

651-
#: includes/class-response.php:164
647+
#: includes/class-response.php:166
652648
msgid "Cannot generate DOMDocument"
653649
msgstr ""
654650

655-
#: includes/class-response.php:170
651+
#: includes/class-response.php:174
656652
msgid "Request body has no data"
657653
msgstr ""
658654

655+
#: includes/class-response.php:178
656+
msgid "Request body is not valid HTML"
657+
msgstr ""
658+
659659
#: includes/class-vouch.php:31
660660
msgid "Has this Webmention Been Vouched for"
661661
msgstr ""
@@ -674,27 +674,27 @@ msgid ""
674674
"(<a href=\"https://indieweb.org/webmention\">Learn More</a>)"
675675
msgstr ""
676676

677-
#: includes/functions.php:395
677+
#: includes/functions.php:400
678678
msgid "Pingback"
679679
msgstr ""
680680

681-
#: includes/functions.php:398
681+
#: includes/functions.php:403
682682
msgid "Trackback"
683683
msgstr ""
684684

685-
#: includes/functions.php:404
685+
#: includes/functions.php:409
686686
msgid "Response"
687687
msgstr ""
688688

689-
#: includes/functions.php:636
689+
#: includes/functions.php:641
690690
msgid "Valid Comment Not Passed to Function"
691691
msgstr ""
692692

693-
#: includes/functions.php:639
693+
#: includes/functions.php:644
694694
msgid "Comment object is not a Webmention"
695695
msgstr ""
696696

697-
#: includes/functions.php:645
697+
#: includes/functions.php:650
698698
msgid "Webmention data missing - unable to refresh"
699699
msgstr ""
700700

@@ -918,7 +918,7 @@ msgstr ""
918918
msgid "https://notiz.blog/"
919919
msgstr ""
920920

921-
#: includes/functions.php:392
921+
#: includes/functions.php:397
922922
msgctxt "noun"
923923
msgid "Comment"
924924
msgstr ""

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** webmention, pingback, trackback, linkback, indieweb, comment, response
55
**Requires at least:** 4.9
66
**Tested up to:** 6.4
7-
**Stable tag:** 5.2.1
7+
**Stable tag:** 5.2.2
88
**Requires PHP:** 5.6
99
**License:** MIT
1010
**License URI:** https://opensource.org/licenses/MIT
@@ -99,7 +99,12 @@ 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.2 ###
103+
104+
* Improve fallback handling to avoid "Anonymous" as post author
105+
102106
### 5.2.1 ###
107+
103108
* Fix issue where built in comment types were rejected
104109

105110
### 5.2.0 ###

readme.txt

Lines changed: 6 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, comment, response
55
Requires at least: 4.9
66
Tested up to: 6.4
7-
Stable tag: 5.2.1
7+
Stable tag: 5.2.2
88
Requires PHP: 5.6
99
License: MIT
1010
License URI: https://opensource.org/licenses/MIT
@@ -99,7 +99,12 @@ 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.2 =
103+
104+
* Improve fallback handling to avoid "Anonymous" as post author
105+
102106
= 5.2.1 =
107+
103108
* Fix issue where built in comment types were rejected
104109

105110
= 5.2.0 =

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

0 commit comments

Comments
 (0)