Skip to content

Commit d226564

Browse files
committed
prepare v1.2.0
1 parent c35ddf1 commit d226564

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

README.md

Lines changed: 10 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:** 4.7
55
**Tested up to:** 6.4
6-
**Stable tag:** 1.1.0
6+
**Stable tag:** 1.2.0
77
**Requires PHP:** 5.6
88
**License:** MIT
99
**License URI:** http://opensource.org/licenses/MIT
@@ -105,6 +105,15 @@ Where 'blog' is the path to the subdirectory at which your blog resides.
105105

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

108+
### 1.2.0 ###
109+
110+
* Add: Search and order followerer lists
111+
* Add: Have a filter to defer signature verification
112+
* Improved: "Follow Me" styles for dark themes
113+
* Improved: Allow `p` and `br` tags only for AP comments
114+
* Fixed: Deduplicate attachments earlier to prevent incorrect max_media
115+
116+
108117
### 1.1.0 ###
109118

110119
* Improved: audio and video attachments are now supported!

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: 1.1.0
6+
* Version: 1.2.0
77
* Author: Matthias Pfefferle & Automattic
88
* Author URI: https://automattic.com/
99
* License: MIT

readme.txt

Lines changed: 10 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: 4.7
55
Tested up to: 6.4
6-
Stable tag: 1.1.0
6+
Stable tag: 1.2.0
77
Requires PHP: 5.6
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
@@ -105,6 +105,15 @@ Where 'blog' is the path to the subdirectory at which your blog resides.
105105

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

108+
= 1.2.0 =
109+
110+
* Add: Search and order followerer lists
111+
* Add: Have a filter to defer signature verification
112+
* Improved: "Follow Me" styles for dark themes
113+
* Improved: Allow `p` and `br` tags only for AP comments
114+
* Fixed: Deduplicate attachments earlier to prevent incorrect max_media
115+
116+
108117
= 1.1.0 =
109118

110119
* Improved: audio and video attachments are now supported!

0 commit comments

Comments
 (0)