Skip to content

Commit 314c731

Browse files
committed
version bump
1 parent ace8e4a commit 314c731

File tree

4 files changed

+37
-58
lines changed

4 files changed

+37
-58
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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+
## 4.2.1 - 2024-11-20
9+
10+
### Added
11+
12+
* Mastodon Apps status provider
13+
14+
### Improved
15+
16+
* Image-Handling
17+
* Have better checks if audience should be set or not
18+
19+
### Fixed
20+
21+
* Don't overwrite an existing `wp-tests-config.php`
22+
* PHPCS for phpunit files
23+
824
## 4.2.0 - 2024-11-15
925

1026
### Added
@@ -1063,6 +1079,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10631079

10641080
* initial
10651081

1082+
[4.2.1]: https://github.com/Automattic/wordpress-activitypub/compare/4.2.0...4.2.1
10661083
[4.2.0]: https://github.com/Automattic/wordpress-activitypub/compare/4.1.1...4.2.0
10671084
[4.1.1]: https://github.com/Automattic/wordpress-activitypub/compare/4.1.0...4.1.1
10681085
[4.1.0]: https://github.com/Automattic/wordpress-activitypub/compare/4.0.2...4.1.0

README.md

Lines changed: 9 additions & 28 deletions
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.7
6-
**Stable tag:** 4.2.0
6+
**Stable tag:** 4.2.1
77
**Requires PHP:** 7.0
88
**License:** MIT
99
**License URI:** http://opensource.org/licenses/MIT
@@ -152,6 +152,14 @@ For reasons of data protection, it is not possible to see the followers of other
152152

153153
## Changelog ##
154154

155+
### 4.2.1 ###
156+
157+
* Added: Mastodon Apps status provider
158+
* Improved: Image-Handling
159+
* Improved: Have better checks if audience should be set or not
160+
* Fixed: Don't overwrite an existing `wp-tests-config.php`
161+
* Fixed: PHPCS for phpunit files
162+
155163
### 4.2.0 ###
156164

157165
* Added: Unit tests for the `ActivityPub\Transformer\Post` class
@@ -205,33 +213,6 @@ For reasons of data protection, it is not possible to see the followers of other
205213
* Fixed: URLs and Hashtags in profiles were not converted
206214
* Fixed: A lot of small improvements and fixes
207215

208-
### 3.3.3 ###
209-
210-
* Fixed: Sanitization callback
211-
* Improved: A lot of PHPCS cleanups
212-
* Improved: Prepare multi-lang support
213-
214-
### 3.3.2 ###
215-
216-
* Fixed: Keep priority of Icons
217-
* Fixed: Fatal error if remote-object is `WP_Error`
218-
* Improved: Adopt WordPress PHP Coding Standards
219-
220-
### 3.3.1 ###
221-
222-
* Fixed: PHP Warnings
223-
* Fixed: PHPCS issues
224-
225-
### 3.3.0 ###
226-
227-
* Added: Content warning support
228-
* Added: Replies collection
229-
* Added: Enable Mastodon Apps: support profile editing, blog user
230-
* Added: Follow Me/Followers: add inherit mode for dynamic templating
231-
* Fixed: Cropping Header Images for users without the 'customize' capability
232-
* Improved: OpenSSL handling
233-
* Improved: Added missing @ in Follow-Me block
234-
235216
See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activitypub/blob/trunk/CHANGELOG.md).
236217

237218
## Upgrade Notice ##

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: 4.2.0
6+
* Version: 4.2.1
77
* Author: Matthias Pfefferle & Automattic
88
* Author URI: https://automattic.com/
99
* License: MIT
@@ -22,7 +22,7 @@
2222
require_once __DIR__ . '/includes/compat.php';
2323
require_once __DIR__ . '/includes/functions.php';
2424

25-
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '4.2.0' );
25+
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '4.2.1' );
2626

2727
/**
2828
* Initialize the plugin constants.

readme.txt

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

151151
== Changelog ==
152152

153+
= 4.2.1 =
154+
155+
* Added: Mastodon Apps status provider
156+
* Improved: Image-Handling
157+
* Improved: Have better checks if audience should be set or not
158+
* Fixed: Don't overwrite an existing `wp-tests-config.php`
159+
* Fixed: PHPCS for phpunit files
160+
153161
= 4.2.0 =
154162

155163
* Added: Unit tests for the `ActivityPub\Transformer\Post` class
@@ -203,33 +211,6 @@ For reasons of data protection, it is not possible to see the followers of other
203211
* Fixed: URLs and Hashtags in profiles were not converted
204212
* Fixed: A lot of small improvements and fixes
205213

206-
= 3.3.3 =
207-
208-
* Fixed: Sanitization callback
209-
* Improved: A lot of PHPCS cleanups
210-
* Improved: Prepare multi-lang support
211-
212-
= 3.3.2 =
213-
214-
* Fixed: Keep priority of Icons
215-
* Fixed: Fatal error if remote-object is `WP_Error`
216-
* Improved: Adopt WordPress PHP Coding Standards
217-
218-
= 3.3.1 =
219-
220-
* Fixed: PHP Warnings
221-
* Fixed: PHPCS issues
222-
223-
= 3.3.0 =
224-
225-
* Added: Content warning support
226-
* Added: Replies collection
227-
* Added: Enable Mastodon Apps: support profile editing, blog user
228-
* Added: Follow Me/Followers: add inherit mode for dynamic templating
229-
* Fixed: Cropping Header Images for users without the 'customize' capability
230-
* Improved: OpenSSL handling
231-
* Improved: Added missing @ in Follow-Me block
232-
233214
See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activitypub/blob/trunk/CHANGELOG.md).
234215

235216
== Upgrade Notice ==

0 commit comments

Comments
 (0)