Skip to content

Commit f95d0e4

Browse files
committed
prepare version 3.1.0
1 parent 73fcccf commit f95d0e4

File tree

4 files changed

+41
-2
lines changed

4 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.1.0] - 2024-08-XX
9+
10+
### Added
11+
12+
* `menu_order` to `ap_extrafield` so that user can decide in which order they will be displayed
13+
* Line breaks to user biography
14+
* Blueprint
15+
16+
### Improved
17+
18+
* Simplified WebFinger code
19+
20+
### Fixed
21+
22+
* Changed missing `activitypub_user_description` to `activitypub_description`
23+
* Undefined `get_sample_permalink`
24+
* Only send Update for previously-published posts
25+
826
## [3.0.0] - 2024-07-29
927

1028
### Added
@@ -842,6 +860,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
842860

843861
* initial
844862

863+
[3.1.0]: https://github.com/Automattic/wordpress-activitypub/compare/3.0.0...3.1.0
845864
[3.0.0]: https://github.com/Automattic/wordpress-activitypub/compare/2.6.1...3.0.0
846865
[2.6.1]: https://github.com/Automattic/wordpress-activitypub/compare/2.6.0...2.6.1
847866
[2.6.0]: https://github.com/Automattic/wordpress-activitypub/compare/2.5.0...2.6.0

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,16 @@ For reasons of data protection, it is not possible to see the followers of other
133133

134134
## Changelog ##
135135

136+
### 3.1.0 ###
137+
138+
* Added: `menu_order` to `ap_extrafield` so that user can decide in with order they will be displayed
139+
* Added: Line brakes to user biography
140+
* Added: Blueprint
141+
* Fixed: Changed missing `activitypub_user_description` to `activitypub_description`
142+
* Fixed: Undefined `get_sample_permalink`
143+
* Fixed: Only send Update for previously-published posts
144+
* Improved: Simplified WebFinger code
145+
136146
### 3.0.0 ###
137147

138148
* Added: "Reply Context" support, you can now reply to posts on the Fediverse through a WordPress post

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: 3.0.0
6+
* Version: 3.1.0
77
* Author: Matthias Pfefferle & Automattic
88
* Author URI: https://automattic.com/
99
* License: MIT

readme.txt

Lines changed: 11 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: 5.5
55
Tested up to: 6.6
6-
Stable tag: 3.0.0
6+
Stable tag: 3.1.0
77
Requires PHP: 7.0
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
@@ -133,6 +133,16 @@ For reasons of data protection, it is not possible to see the followers of other
133133

134134
== Changelog ==
135135

136+
= 3.1.0 =
137+
138+
* Added: `menu_order` to `ap_extrafield` so that user can decide in with order they will be displayed
139+
* Added: Line brakes to user biography
140+
* Added: Blueprint
141+
* Fixed: Changed missing `activitypub_user_description` to `activitypub_description`
142+
* Fixed: Undefined `get_sample_permalink`
143+
* Fixed: Only send Update for previously-published posts
144+
* Improved: Simplified WebFinger code
145+
136146
= 3.0.0 =
137147

138148
* Added: "Reply Context" support, you can now reply to posts on the Fediverse through a WordPress post

0 commit comments

Comments
 (0)