Skip to content

Commit acc632f

Browse files
committed
prepare v1.0.8
1 parent 0ab8df5 commit acc632f

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** OStatus, fediverse, activitypub, activitystream
44
**Requires at least:** 4.7
55
**Tested up to:** 6.3
6-
**Stable tag:** 1.0.7
6+
**Stable tag:** 1.0.8
77
**Requires PHP:** 5.6
88
**License:** MIT
99
**License URI:** http://opensource.org/licenses/MIT
@@ -105,6 +105,15 @@ Where 'blog' is the path to the subdirectory at which your blog resides.
105105

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

108+
### 1.0.8 ###
109+
110+
* Fixed: blocking of HEAD requests
111+
* Fixed: PHP fatal error
112+
* Fixed: several typos
113+
* Improved: loading of shortcodes
114+
* Updated: caching of followers
115+
* Updated: Application-User is no longer "indexable"
116+
108117
### 1.0.7 ###
109118

110119
* Fixed: broken function call
@@ -210,7 +219,7 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu
210219
* 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)
211220
* Remove custom REST Server, because the needed changes are now merged into Core.
212221
* Fix hashtags ([#261](https://github.com/pfefferle/wordpress-activitypub/pull/261)) props [@akirk](https://github.com/akirk)
213-
* Change priorities, to maybe fix the hashtag issue
222+
* Change priorites, to maybe fix the hashtag issue
214223

215224
### 0.15.0 ###
216225

activitypub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: ActivityPub
44
* Plugin URI: https://github.com/pfefferle/wordpress-activitypub/
55
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
6-
* Version: 1.0.7
6+
* Version: 1.0.8
77
* Author: Matthias Pfefferle & Automattic
88
* Author URI: https://automattic.com/
99
* License: MIT

readme.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nur
33
Tags: OStatus, fediverse, activitypub, activitystream
44
Requires at least: 4.7
55
Tested up to: 6.3
6-
Stable tag: 1.0.7
6+
Stable tag: 1.0.8
77
Requires PHP: 5.6
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
@@ -105,6 +105,15 @@ Where 'blog' is the path to the subdirectory at which your blog resides.
105105

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

108+
= 1.0.8 =
109+
110+
* Fixed: blocking of HEAD requests
111+
* Fixed: PHP fatal error
112+
* Fixed: several typos
113+
* Improved: loading of shortcodes
114+
* Updated: caching of followers
115+
* Updated: Application-User is no longer "indexable"
116+
108117
= 1.0.7 =
109118

110119
* Fixed: broken function call

0 commit comments

Comments
 (0)