@@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 4.6.0 ] - 2024-12-20
9
9
10
10
### Added
11
11
12
12
* Add a filter to allow modifying the ActivityPub preview template
13
13
* ` @mentions ` in the JSON representation of the reply
14
14
* Add settings to enable/disable e-mail notifications for new followers and direct messages
15
15
16
- ### Improved
16
+ ### Changed
17
17
18
18
* Direct Messages: Test for the user being in the to field
19
19
* Direct Messages: Improve HTML to e-mail text conversion
@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
26
26
## [ 4.5.1] - 2024-12-18
27
27
28
- ### Improved
28
+ ### Changed
29
29
30
30
* Reactions block: Remove the ` wp-block-editor ` dependency for frontend views
31
31
@@ -44,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
44
* Account for custom comment types when calculating comment counts
45
45
* Plugin upgrade routine that automatically updates comment counts
46
46
47
- ### Improved
47
+ ### Changed
48
48
49
49
* Likes and Reposts enabled by default
50
50
* Email templates for Likes and Reposts
@@ -64,7 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64
64
65
65
* Setting to enable/disable Authorized-Fetch
66
66
67
- ### Improved
67
+ ### Changed
68
68
69
69
* Added screen reader text to the "Follow Me" block for improved accessibility
70
70
* Added ` media_type ` support to Activity-Object-Transformers
@@ -87,7 +87,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
87
87
* GitHub action to enforce Changelog updates
88
88
* New contributors
89
89
90
- ### Improved
90
+ ### Changed
91
91
92
92
* Basic enclosure validation
93
93
* More User -> Actor renaming
@@ -110,7 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
110
110
111
111
* Mastodon Apps status provider
112
112
113
- ### Improved
113
+ ### Changed
114
114
115
115
* Image-Handling
116
116
* Have better checks if audience should be set or not
@@ -126,7 +126,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
126
126
127
127
* Unit tests for the ` ActivityPub\Transformer\Post ` class
128
128
129
- ### Improved
129
+ ### Changed
130
130
131
131
* Reuse constants once they're defined
132
132
* "FEP-b2b8: Long-form Text" support
@@ -162,7 +162,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
162
162
163
163
* Hide sticky posts that are not public
164
164
165
- ### Improved
165
+ ### Changed
166
166
167
167
* ` activity_handle_undo ` action
168
168
* Add title to content if post is a ` Note `
@@ -174,7 +174,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
174
174
175
175
* Do not federate "Local" posts
176
176
177
- ### Improved
177
+ ### Changed
178
178
179
179
* Help-text for Content-Warning box
180
180
@@ -186,7 +186,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
186
186
* Seriously Simple Podcasting integration
187
187
* Multiple small fixes
188
188
189
- ### Improved
189
+ ### Changed
190
190
191
191
* Provide contextual fallback for dynamic blocks
192
192
@@ -200,7 +200,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
200
200
* Post "visibility" feature
201
201
* Attribution-Domains support
202
202
203
- ### Improved
203
+ ### Changed
204
204
205
205
* Inbox validation
206
206
* WordPress-Post-Type - Detection
@@ -220,7 +220,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
220
220
221
221
* Sanitization callback
222
222
223
- ### Improved
223
+ ### Changed
224
224
225
225
* A lot of PHPCS cleanups
226
226
* Prepare multi-lang support
@@ -232,7 +232,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
232
232
* Keep priority of Icons
233
233
* Fatal error if remote-object is ` WP_Error `
234
234
235
- ### Improved
235
+ ### Changed
236
236
237
237
* Adopt WordPress PHP Coding Standards
238
238
@@ -256,7 +256,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
256
256
257
257
* Cropping Header Images for users without the 'customize' capability
258
258
259
- ### Improved
259
+ ### Changed
260
260
261
261
* OpenSSL handling
262
262
* Added missing @ in Follow-Me block
@@ -270,7 +270,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
270
270
271
271
## [ 3.2.4] - 2024-09-16
272
272
273
- ### Improved
273
+ ### Changed
274
274
275
275
* Inbox validation
276
276
@@ -281,7 +281,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
281
281
* NodeInfo endpoint
282
282
* (Temporarily) Remove HTML from ` summary ` , because it seems that Mastodon has issues with it
283
283
284
- ### Improved
284
+ ### Changed
285
285
286
286
* Accessibility for Reply-Context
287
287
* Use ` Article ` Object-Type as default
@@ -310,7 +310,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
310
310
* "Stream" Plugin support
311
311
* New Fediverse symbol
312
312
313
- ### Improved
313
+ ### Changed
314
314
315
315
* Replace hashtags, URLs, and mentions in summary with links
316
316
* Hide Bookmarklet if site does not support Blocks
@@ -331,7 +331,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
331
331
* Line breaks to user biography
332
332
* Blueprint
333
333
334
- ### Improved
334
+ ### Changed
335
335
336
336
* Simplified WebFinger code
337
337
@@ -351,7 +351,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
351
351
* ActivityPub link HTML/HTTP-Header support
352
352
* Tag support for Actors (only auto-generated for now)
353
353
354
- ### Improved
354
+ ### Changed
355
355
356
356
* Add setting to enable/disable the ` fediverse:creator ` OGP tag.
357
357
@@ -372,7 +372,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
372
372
* Support for FEP-fb2a
373
373
* CRUD support for Extra Fields
374
374
375
- ### Improved
375
+ ### Changed
376
376
377
377
* Remote-Follow UI and UX
378
378
* Open Graph ` fediverse:creator ` implementation
@@ -1178,8 +1178,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1178
1178
1179
1179
* initial
1180
1180
1181
- [ Unreleased ] : https://github.com/Automattic/wordpress-activitypub/compare/4.5 .0...trunk
1181
+ [ Unreleased ] : https://github.com/Automattic/wordpress-activitypub/compare/4.6 .0...trunk
1182
1182
<!-- Add new release below and update "Unreleased" link -->
1183
+ [ 4.6.0 ] : https://github.com/Automattic/wordpress-activitypub/compare/4.5.1...4.6.0
1183
1184
[ 4.5.1 ] : https://github.com/Automattic/wordpress-activitypub/compare/4.5.0...4.5.1
1184
1185
[ 4.5.0 ] : https://github.com/Automattic/wordpress-activitypub/compare/4.4.0...4.5.0
1185
1186
[ 4.4.0 ] : https://github.com/Automattic/wordpress-activitypub/compare/4.3.0...4.4.0
0 commit comments