Skip to content

Commit 20ec46b

Browse files
committed
Bump version to 5.7.0 and update changelog
Update tested up to WordPress 7.0, remove classicpress tag, and add changelog entries for SSRF fix, WP handler fix, double slash fix, avatar setting fix, and comment query fix.
1 parent f7cb3ed commit 20ec46b

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

readme.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
- Contributors: pfefferle, dshanske, indieweb
44
- Donate link: https://notiz.blog/donate/
5-
- Tags: webmention, pingback, trackback, linkback, indieweb, classicpress
5+
- Tags: webmention, pingback, trackback, linkback, indieweb
66
- Requires at least: 6.2
7-
- Tested up to: 6.9
8-
- Stable tag: 5.6.3
7+
- Tested up to: 7.0
8+
- Stable tag: 5.7.0
99
- Requires PHP: 7.2
1010
- License: MIT
1111
- License URI: https://opensource.org/licenses/MIT
@@ -101,8 +101,11 @@ While not all display options can be settings, we are looking to provide some si
101101

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

104-
### 5.6.3
104+
### 5.7.0
105105

106+
* Fix blind SSRF vulnerability by using `wp_safe_remote_get` for author page and tools requests
107+
* Fix undefined constant error in WP handler
108+
* Fix double slash in avatar upload directory path
106109
* Fix "Show avatars on Webmentions" setting having no effect
107110
* Fix comment query to respect explicit `type` parameter
108111

webmention.php

Lines changed: 2 additions & 2 deletions
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.6.3
8+
* Version: 5.7.0
99
* License: MIT
1010
* License URI: https://opensource.org/licenses/MIT
1111
* Text Domain: webmention
@@ -14,7 +14,7 @@
1414

1515
namespace Webmention;
1616

17-
\define( 'WEBMENTION_VERSION', '5.6.3' );
17+
\define( 'WEBMENTION_VERSION', '5.7.0' );
1818

1919
\define( 'WEBMENTION_PLUGIN_DIR', \plugin_dir_path( __FILE__ ) );
2020
\define( 'WEBMENTION_PLUGIN_BASENAME', \plugin_basename( __FILE__ ) );

0 commit comments

Comments
 (0)