Skip to content

Commit 63fc9eb

Browse files
committed
version bump
1 parent aa9a67f commit 63fc9eb

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.2.5] - 2024-09-17
9+
10+
### Fixed
11+
12+
* Enable Mastodon Apps check
13+
* Fediverse replies were not threaded properly
14+
815
## [3.2.4] - 2024-09-16
916

1017
### Improved
@@ -915,6 +922,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
915922

916923
* initial
917924

925+
[3.2.5]: https://github.com/Automattic/wordpress-activitypub/compare/3.2.4...3.2.5
918926
[3.2.4]: https://github.com/Automattic/wordpress-activitypub/compare/3.2.3...3.2.4
919927
[3.2.3]: https://github.com/Automattic/wordpress-activitypub/compare/3.2.2...3.2.3
920928
[3.2.2]: https://github.com/Automattic/wordpress-activitypub/compare/3.2.1...3.2.2

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** OStatus, fediverse, activitypub, activitystream
44
**Requires at least:** 5.5
55
**Tested up to:** 6.6
6-
**Stable tag:** 3.2.4
6+
**Stable tag:** 3.2.5
77
**Requires PHP:** 7.0
88
**License:** MIT
99
**License URI:** http://opensource.org/licenses/MIT
@@ -142,6 +142,11 @@ For reasons of data protection, it is not possible to see the followers of other
142142

143143
## Changelog ##
144144

145+
### 3.2.5 ###
146+
147+
* Fixed: Enable Mastodon Apps check
148+
* Fixed: Fediverse replies were not threaded properly
149+
145150
### 3.2.4 ###
146151

147152
* Improved: Inbox validation

activitypub.php

Lines changed: 2 additions & 2 deletions
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.2.4
6+
* Version: 3.2.5
77
* Author: Matthias Pfefferle & Automattic
88
* Author URI: https://automattic.com/
99
* License: MIT
@@ -23,7 +23,7 @@
2323
require_once __DIR__ . '/includes/compat.php';
2424
require_once __DIR__ . '/includes/functions.php';
2525

26-
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '3.2.4' );
26+
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '3.2.5' );
2727

2828
/**
2929
* Initialize the plugin constants.

readme.txt

Lines changed: 6 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.2.4
6+
Stable tag: 3.2.5
77
Requires PHP: 7.0
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
@@ -140,6 +140,11 @@ For reasons of data protection, it is not possible to see the followers of other
140140

141141
== Changelog ==
142142

143+
= 3.2.5 =
144+
145+
* Fixed: Enable Mastodon Apps check
146+
* Fixed: Fediverse replies were not threaded properly
147+
143148
= 3.2.4 =
144149

145150
* Improved: Inbox validation

0 commit comments

Comments
 (0)