Skip to content

Commit 149a319

Browse files
committed
version bump
1 parent 9cf521c commit 149a319

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** OStatus, fediverse, activitypub, activitystream
44
**Requires at least:** 5.5
55
**Tested up to:** 6.4
6-
**Stable tag:** 2.1.1
6+
**Stable tag:** 2.2.0
77
**Requires PHP:** 5.6
88
**License:** MIT
99
**License URI:** http://opensource.org/licenses/MIT
@@ -135,6 +135,12 @@ For reasons of data protection, it is not possible to see the followers of other
135135

136136
Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub).
137137

138+
### 2.2.0 ###
139+
140+
* Added: Remote-Reply lightbox
141+
* Added: Support `application/ld+json` mime-type with AP profile in WebFinger
142+
* Fixed: Prevent scheduler overload
143+
138144
### 2.1.1 ###
139145

140146
* Added: Add `@` prefix to Follow-Block

activitypub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: ActivityPub
44
* Plugin URI: https://github.com/pfefferle/wordpress-activitypub/
55
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
6-
* Version: 2.1.1
6+
* Version: 2.2.0
77
* Author: Matthias Pfefferle & Automattic
88
* Author URI: https://automattic.com/
99
* License: MIT

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nur
33
Tags: OStatus, fediverse, activitypub, activitystream
44
Requires at least: 5.5
55
Tested up to: 6.4
6-
Stable tag: 2.1.1
6+
Stable tag: 2.2.0
77
Requires PHP: 5.6
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
@@ -135,6 +135,12 @@ For reasons of data protection, it is not possible to see the followers of other
135135

136136
Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub).
137137

138+
= 2.2.0 =
139+
140+
* Added: Remote-Reply lightbox
141+
* Added: Support `application/ld+json` mime-type with AP profile in WebFinger
142+
* Fixed: Prevent scheduler overload
143+
138144
= 2.1.1 =
139145

140146
* Added: Add `@` prefix to Follow-Block

0 commit comments

Comments
 (0)