@@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nur
33Tags: OStatus, fediverse, activitypub, activitystream
44Requires at least: 5.5
55Tested up to: 6.7
6- Stable tag: 4.2.0
6+ Stable tag: 4.2.1
77Requires PHP: 7.0
88License: MIT
99License 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-
233214See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activitypub/blob/trunk/CHANGELOG.md).
234215
235216== Upgrade Notice ==
0 commit comments