version bump
This commit is contained in:
parent
b7c0e011de
commit
d268bd9aee
3 changed files with 27 additions and 3 deletions
14
README.md
14
README.md
|
@ -3,7 +3,7 @@
|
||||||
**Tags:** OStatus, fediverse, activitypub, activitystream
|
**Tags:** OStatus, fediverse, activitypub, activitystream
|
||||||
**Requires at least:** 4.7
|
**Requires at least:** 4.7
|
||||||
**Tested up to:** 6.3
|
**Tested up to:** 6.3
|
||||||
**Stable tag:** 1.0.1
|
**Stable tag:** 1.0.2
|
||||||
**Requires PHP:** 5.6
|
**Requires PHP:** 5.6
|
||||||
**License:** MIT
|
**License:** MIT
|
||||||
**License URI:** http://opensource.org/licenses/MIT
|
**License URI:** http://opensource.org/licenses/MIT
|
||||||
|
@ -105,6 +105,18 @@ 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).
|
Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub).
|
||||||
|
|
||||||
|
### 1.0.2 ###
|
||||||
|
|
||||||
|
* Updated: improved hashtag visibility in default template
|
||||||
|
* Updated: reduced number of followers to be checked/updated via Cron, when System Cron is not set up
|
||||||
|
* Updated: check if username of Blog-User collides with an Authors name
|
||||||
|
* Compatibility: improved Group meta informations
|
||||||
|
* Fixed: detection of single user mode
|
||||||
|
* Fixed: remote delete
|
||||||
|
* Fixed: styles in Follow-Me block
|
||||||
|
* Fixed: various encoding and formatting issues
|
||||||
|
* Fixed: (health) check Author URLs only if Authors are enabled
|
||||||
|
|
||||||
### 1.0.1 ###
|
### 1.0.1 ###
|
||||||
|
|
||||||
* Update: improve image attachment detection using the block editor
|
* Update: improve image attachment detection using the block editor
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Plugin Name: ActivityPub
|
* Plugin Name: ActivityPub
|
||||||
* Plugin URI: https://github.com/pfefferle/wordpress-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.
|
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
|
||||||
* Version: 1.0.1
|
* Version: 1.0.2
|
||||||
* Author: Matthias Pfefferle & Automattic
|
* Author: Matthias Pfefferle & Automattic
|
||||||
* Author URI: https://automattic.com/
|
* Author URI: https://automattic.com/
|
||||||
* License: MIT
|
* License: MIT
|
||||||
|
|
14
readme.txt
14
readme.txt
|
@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nur
|
||||||
Tags: OStatus, fediverse, activitypub, activitystream
|
Tags: OStatus, fediverse, activitypub, activitystream
|
||||||
Requires at least: 4.7
|
Requires at least: 4.7
|
||||||
Tested up to: 6.3
|
Tested up to: 6.3
|
||||||
Stable tag: 1.0.1
|
Stable tag: 1.0.2
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
License: MIT
|
License: MIT
|
||||||
License URI: http://opensource.org/licenses/MIT
|
License URI: http://opensource.org/licenses/MIT
|
||||||
|
@ -105,6 +105,18 @@ 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).
|
Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub).
|
||||||
|
|
||||||
|
= 1.0.2 =
|
||||||
|
|
||||||
|
* Updated: improved hashtag visibility in default template
|
||||||
|
* Updated: reduced number of followers to be checked/updated via Cron, when System Cron is not set up
|
||||||
|
* Updated: check if username of Blog-User collides with an Authors name
|
||||||
|
* Compatibility: improved Group meta informations
|
||||||
|
* Fixed: detection of single user mode
|
||||||
|
* Fixed: remote delete
|
||||||
|
* Fixed: styles in Follow-Me block
|
||||||
|
* Fixed: various encoding and formatting issues
|
||||||
|
* Fixed: (health) check Author URLs only if Authors are enabled
|
||||||
|
|
||||||
= 1.0.1 =
|
= 1.0.1 =
|
||||||
|
|
||||||
* Update: improve image attachment detection using the block editor
|
* Update: improve image attachment detection using the block editor
|
||||||
|
|
Loading…
Reference in a new issue