prepare v1.0.8
This commit is contained in:
parent
0ab8df539e
commit
acc632f05c
3 changed files with 22 additions and 4 deletions
13
README.md
13
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.7
|
**Stable tag:** 1.0.8
|
||||||
**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,15 @@ 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.8 ###
|
||||||
|
|
||||||
|
* Fixed: blocking of HEAD requests
|
||||||
|
* Fixed: PHP fatal error
|
||||||
|
* Fixed: several typos
|
||||||
|
* Improved: loading of shortcodes
|
||||||
|
* Updated: caching of followers
|
||||||
|
* Updated: Application-User is no longer "indexable"
|
||||||
|
|
||||||
### 1.0.7 ###
|
### 1.0.7 ###
|
||||||
|
|
||||||
* Fixed: broken function call
|
* Fixed: broken function call
|
||||||
|
@ -210,7 +219,7 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu
|
||||||
* Use shortcodes instead of custom templates, to setup the Activity Post-Content ([#250](https://github.com/pfefferle/wordpress-activitypub/pull/250)) props [@toolstack](https://github.com/toolstack)
|
* Use shortcodes instead of custom templates, to setup the Activity Post-Content ([#250](https://github.com/pfefferle/wordpress-activitypub/pull/250)) props [@toolstack](https://github.com/toolstack)
|
||||||
* Remove custom REST Server, because the needed changes are now merged into Core.
|
* Remove custom REST Server, because the needed changes are now merged into Core.
|
||||||
* Fix hashtags ([#261](https://github.com/pfefferle/wordpress-activitypub/pull/261)) props [@akirk](https://github.com/akirk)
|
* Fix hashtags ([#261](https://github.com/pfefferle/wordpress-activitypub/pull/261)) props [@akirk](https://github.com/akirk)
|
||||||
* Change priorities, to maybe fix the hashtag issue
|
* Change priorites, to maybe fix the hashtag issue
|
||||||
|
|
||||||
### 0.15.0 ###
|
### 0.15.0 ###
|
||||||
|
|
||||||
|
|
|
@ -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.7
|
* Version: 1.0.8
|
||||||
* Author: Matthias Pfefferle & Automattic
|
* Author: Matthias Pfefferle & Automattic
|
||||||
* Author URI: https://automattic.com/
|
* Author URI: https://automattic.com/
|
||||||
* License: MIT
|
* License: MIT
|
||||||
|
|
11
readme.txt
11
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.7
|
Stable tag: 1.0.8
|
||||||
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,15 @@ 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.8 =
|
||||||
|
|
||||||
|
* Fixed: blocking of HEAD requests
|
||||||
|
* Fixed: PHP fatal error
|
||||||
|
* Fixed: several typos
|
||||||
|
* Improved: loading of shortcodes
|
||||||
|
* Updated: caching of followers
|
||||||
|
* Updated: Application-User is no longer "indexable"
|
||||||
|
|
||||||
= 1.0.7 =
|
= 1.0.7 =
|
||||||
|
|
||||||
* Fixed: broken function call
|
* Fixed: broken function call
|
||||||
|
|
Loading…
Reference in a new issue