Skip to content

Commit 4c8cc8b

Browse files
committed
version bump
1 parent 9b206d8 commit 4c8cc8b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Tags: webmention, pingback, trackback, linkback, indieweb
66
- Requires at least: 6.3
77
- Tested up to: 6.8
8-
- Stable tag: 5.4.1
8+
- Stable tag: 5.5.0
99
- Requires PHP: 7.2
1010
- License: MIT
1111
- License URI: https://opensource.org/licenses/MIT
@@ -101,6 +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.5.0
105+
106+
* Fix `webmentions_disabled` meta value not being deleted.
107+
* Add `webmention_show_facepile` setting.
108+
104109
### 5.4.1
105110

106111
* Fix autoloader

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.4.1
8+
* Version: 5.5.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.4.1' );
17+
\define( 'WEBMENTION_VERSION', '5.5.0' );
1818

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

0 commit comments

Comments
 (0)