Skip to content

Commit b4b9342

Browse files
committed
version bump / changelog update
1 parent 0d635d5 commit b4b9342

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

README.md

Lines changed: 9 additions & 2 deletions
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.0
6+
**Stable tag:** 1.0.1
77
**Requires PHP:** 5.6
88
**License:** MIT
99
**License URI:** http://opensource.org/licenses/MIT
@@ -105,10 +105,17 @@ 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-
### Next ###
108+
### 1.0.1 ###
109109

110+
* Update: improve image attachment detection using the block editor
111+
* Update: better error code handling for API responses
112+
* Update: use a tag stack instead of regex for protecting tags for Hashtags and @-Mentions
113+
* Compatibility: better signature support for subpath-installations
110114
* Compatibility: allow deactivating blocks registered by the plugin
111115
* Compatibility: avoid Fatal Errors when using ClassicPress
116+
* Compatibility: improve the Group-Actor to play nicely with existing implementations
117+
* Fixed: truncate long blog titles and handles for the "Follow me" block
118+
* Fixed: ensure that only a valid user can be selected for the "Follow me" block
112119
* Fixed: fix a typo in a hook name
113120
* Fixed: a problem with signatures when running WordPress in a sub-path
114121

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

readme.txt

Lines changed: 9 additions & 2 deletions
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.0
6+
Stable tag: 1.0.1
77
Requires PHP: 5.6
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
@@ -105,10 +105,17 @@ 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-
= Next =
108+
= 1.0.1 =
109109

110+
* Update: improve image attachment detection using the block editor
111+
* Update: better error code handling for API responses
112+
* Update: use a tag stack instead of regex for protecting tags for Hashtags and @-Mentions
113+
* Compatibility: better signature support for subpath-installations
110114
* Compatibility: allow deactivating blocks registered by the plugin
111115
* Compatibility: avoid Fatal Errors when using ClassicPress
116+
* Compatibility: improve the Group-Actor to play nicely with existing implementations
117+
* Fixed: truncate long blog titles and handles for the "Follow me" block
118+
* Fixed: ensure that only a valid user can be selected for the "Follow me" block
112119
* Fixed: fix a typo in a hook name
113120
* Fixed: a problem with signatures when running WordPress in a sub-path
114121

0 commit comments

Comments
 (0)