Skip to content

Commit 57b39a5

Browse files
committed
prepare 1.1.0
1 parent a81e20a commit 57b39a5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 4 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.3
6-
**Stable tag:** 1.0.10
6+
**Stable tag:** 1.1.0
77
**Requires PHP:** 5.6
88
**License:** MIT
99
**License URI:** http://opensource.org/licenses/MIT
@@ -110,6 +110,9 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu
110110
* Improved: audio and video attachments are now supported!
111111
* Improved: better error messages if remote profile is not accessible
112112
* Improved: PHP 8.1 compatibility
113+
* Fixed: don't try to parse mentions or hashtags for very large (>1MB) posts to prevent timeouts
114+
* Fixed: better handling of ISO-639-1 locale codes
115+
* Improved: more reliable [ap_author], props @uk3
113116

114117
### 1.0.10 ###
115118

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

readme.txt

Lines changed: 2 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.3
6-
Stable tag: 1.0.10
6+
Stable tag: 1.1.0
77
Requires PHP: 5.6
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
@@ -111,6 +111,7 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu
111111
* Improved: better error messages if remote profile is not accessible
112112
* Improved: PHP 8.1 compatibility
113113
* Fixed: don't try to parse mentions or hashtags for very large (>1MB) posts to prevent timeouts
114+
* Fixed: better handling of ISO-639-1 locale codes
114115
* Improved: more reliable [ap_author], props @uk3
115116

116117
= 1.0.10 =

0 commit comments

Comments
 (0)