updated plugin ActivityPub version 0.10.1

This commit is contained in:
2020-05-04 15:57:04 +00:00
committed by Gitium
parent d201566960
commit bedbe7cc3f
6 changed files with 16 additions and 13 deletions

View File

@ -3,8 +3,8 @@ Contributors: pfefferle
Donate link: https://notiz.blog/donate/
Tags: OStatus, fediverse, activitypub, activitystream
Requires at least: 4.7
Tested up to: 5.3
Stable tag: 0.10.0
Tested up to: 5.4.1
Stable tag: 0.10.1
Requires PHP: 5.6
License: MIT
License URI: http://opensource.org/licenses/MIT
@ -88,6 +88,11 @@ Where 'blog' is the path to the subdirectory at which your blog resides.
Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).
= 0.10.1 =
* fix inbox activities, like follow
* fix debug
= 0.10.0 =
* add image alt text to the ActivityStreams attachment property in a format that Mastodon can read. props [@BenLubar](https://github.com/BenLubar)