Skip to content

Commit d3e4519

Browse files
committed
Release 3.1.0
1 parent 06c27b5 commit d3e4519

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Tags: nodeinfo, fediverse, ostatus, diaspora, activitypub
66
- Requires at least: 6.6
77
- Tested up to: 6.9
8-
- Stable tag: 3.0.0
8+
- Stable tag: 3.1.0
99
- Requires PHP: 7.2
1010
- License: MIT
1111
- License URI: https://opensource.org/licenses/MIT
@@ -81,6 +81,11 @@ If either check fails, you'll see recommendations on how to fix the issue.
8181

8282
Project and support maintained on github at [pfefferle/wordpress-nodeinfo](https://github.com/pfefferle/wordpress-nodeinfo).
8383

84+
### 3.1.0
85+
86+
* Added singleton-based plugin loading mechanism for better extensibility
87+
* Deprecated `wellknown_nodeinfo_data` filter in favor of `nodeinfo_discovery`
88+
8489
### 3.0.0
8590

8691
* Refactored to filter-based architecture for better extensibility

nodeinfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: NodeInfo
44
* Plugin URI: https://github.com/pfefferle/wordpress-nodeinfo/
55
* Description: NodeInfo is an effort to create a standardized way of exposing metadata about a server running one of the distributed social networks.
6-
* Version: 3.0.0
6+
* Version: 3.1.0
77
* Author: Matthias Pfefferle
88
* Author URI: https://notiz.blog/
99
* License: MIT

0 commit comments

Comments
 (0)