Skip to content

Commit ad1bcbd

Browse files
committed
version bump
1 parent 7112177 commit ad1bcbd

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.3.2] - 2024-10-02
9+
10+
### Fixed
11+
12+
* Keep priority of Icons
13+
* Fatal error if remote-object is `WP_Error`
14+
15+
### Improved
16+
17+
* Adopt WordPress PHP Coding Standards
18+
819
## [3.3.1] - 2024-09-26
920

1021
### Fixed
@@ -947,6 +958,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
947958

948959
* initial
949960

961+
[3.3.2]: https://github.com/Automattic/wordpress-activitypub/compare/3.3.1...3.3.2
950962
[3.3.1]: https://github.com/Automattic/wordpress-activitypub/compare/3.3.0...3.3.1
951963
[3.3.0]: https://github.com/Automattic/wordpress-activitypub/compare/3.2.5...3.3.0
952964
[3.2.5]: https://github.com/Automattic/wordpress-activitypub/compare/3.2.4...3.2.5

README.md

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

151151
## Changelog ##
152152

153+
### 3.3.2 ###
154+
155+
* Fixed: Keep priority of Icons
156+
* Fixed: Fatal error if remote-object is `WP_Error`
157+
* Improved: Adopt WordPress PHP Coding Standards
158+
153159
### 3.3.1 ###
154160

155161
* Fixed: PHP Warnings

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.3.1
6+
* Version: 3.3.2
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.3.1' );
26+
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '3.3.2' );
2727

2828
/**
2929
* Initialize the plugin constants.

readme.txt

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

149149
== Changelog ==
150150

151+
= 3.3.2 =
152+
153+
* Fixed: Keep priority of Icons
154+
* Fixed: Fatal error if remote-object is `WP_Error`
155+
* Improved: Adopt WordPress PHP Coding Standards
156+
151157
= 3.3.1 =
152158

153159
* Fixed: PHP Warnings

0 commit comments

Comments
 (0)