Skip to content

Commit

Permalink
fix following endpoint (#531)
Browse files Browse the repository at this point in the history
* fix following endpoint

* version bump
  • Loading branch information
pfefferle authored Oct 24, 2023
1 parent 2664ae8 commit e91334e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** OStatus, fediverse, activitypub, activitystream
**Requires at least:** 4.7
**Tested up to:** 6.3
**Stable tag:** 1.0.8
**Stable tag:** 1.0.9
**Requires PHP:** 5.6
**License:** MIT
**License URI:** http://opensource.org/licenses/MIT
Expand Down Expand Up @@ -105,6 +105,10 @@ Where 'blog' is the path to the subdirectory at which your blog resides.

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

### 1.0.9 ###

* Fixed: broken following endpoint

### 1.0.8 ###

* Fixed: blocking of HEAD requests
Expand Down
2 changes: 1 addition & 1 deletion activitypub.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: ActivityPub
* Plugin URI: https://github.com/pfefferle/wordpress-activitypub/
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
* Version: 1.0.8
* Version: 1.0.9
* Author: Matthias Pfefferle & Automattic
* Author URI: https://automattic.com/
* License: MIT
Expand Down
1 change: 1 addition & 0 deletions includes/rest/class-following.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
namespace Activitypub\Rest;

use WP_REST_Response;
use Activitypub\Collection\Users as User_Collection;

use function Activitypub\is_single_user;
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nur
Tags: OStatus, fediverse, activitypub, activitystream
Requires at least: 4.7
Tested up to: 6.3
Stable tag: 1.0.8
Stable tag: 1.0.9
Requires PHP: 5.6
License: MIT
License URI: http://opensource.org/licenses/MIT
Expand Down Expand Up @@ -105,6 +105,10 @@ Where 'blog' is the path to the subdirectory at which your blog resides.

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

= 1.0.9 =

* Fixed: broken following endpoint

= 1.0.8 =

* Fixed: blocking of HEAD requests
Expand Down

0 comments on commit e91334e

Please sign in to comment.