updated plugin ActivityPub
version 2.0.1
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
=== ActivityPub ===
|
||||
Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nuriapena, cavalierlife
|
||||
Tags: OStatus, fediverse, activitypub, activitystream
|
||||
Requires at least: 4.7
|
||||
Requires at least: 5.5
|
||||
Tested up to: 6.4
|
||||
Stable tag: 1.3.0
|
||||
Stable tag: 2.0.1
|
||||
Requires PHP: 5.6
|
||||
License: MIT
|
||||
License URI: http://opensource.org/licenses/MIT
|
||||
@ -68,10 +68,10 @@ Implemented:
|
||||
* share posts
|
||||
* receive comments/reactions
|
||||
* signature verification
|
||||
* threaded comments support
|
||||
|
||||
To implement:
|
||||
|
||||
* threaded comments support
|
||||
* replace shortcodes with blocks for layout
|
||||
|
||||
= What is "ActivityPub for WordPress" =
|
||||
@ -101,10 +101,34 @@ Add the following to the site.conf in sites-available:
|
||||
|
||||
Where 'blog' is the path to the subdirectory at which your blog resides.
|
||||
|
||||
= What if you are running your blog in a subdirectory, but have a different [wp_siteurl](https://wordpress.org/documentation/article/giving-wordpress-its-own-directory/)? =
|
||||
|
||||
In that case you don't need the redirect, because the index.php will take care of that.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub).
|
||||
|
||||
= 2.0.1 =
|
||||
|
||||
* Fixed: Comment `Update` Federation
|
||||
* Workaround: Re-Added Post Model Class because of some weird caching issues
|
||||
* Fixed: WebFinger check
|
||||
* Fixed: Classic editor image finding for large images
|
||||
|
||||
= 2.0.0 =
|
||||
|
||||
* Added: Bidirectional Comment Federation
|
||||
* Removed: Deprecated Classes
|
||||
* Fixed: Normalize attributes that can have mixed value types
|
||||
* Added: URL support for WebFinger
|
||||
* Added: Make Post-Template filterable
|
||||
* Added: CSS class for ActivityPub comments to allow custom designs
|
||||
* Added: FEP-2677: Identifying the Application Actor
|
||||
* Added: FEP-2c59: Discovery of a Webfinger address from an ActivityPub actor
|
||||
* Added: Profile Update Activities
|
||||
* Improved: WebFinger endpoints
|
||||
|
||||
= 1.3.0 =
|
||||
|
||||
* Added: Threaded-Comments support
|
||||
|
Reference in New Issue
Block a user