Releases: Automattic/wordpress-activitypub
Releases · Automattic/wordpress-activitypub
5.2.0
What's Changed
- Fix duplicate header by @pfefferle in #1277
- Outbox: Allow querying of outbox posts by @obenland in #1281
- Reply Block: add broader text by @kraftbj in #1283
- Improve the wording of the Reply-Block by @pfefferle in #1284
- Outbox: Use actor type to determine actor id by @obenland in #1280
- Process Follower Inboxes in Batches by @obenland in #1262
- Update yoast/phpunit-polyfills requirement from ^3.0 to ^4.0 by @dependabot in #1298
- Enforce: 200 status header by @pfefferle in #1299
- Break up Collections endpoint and extend WP_REST_Controller by @obenland in #1303
- Outbox: Improve batch handling by @pfefferle in #1286
- Add rest controller for likes and shares by @pfefferle in #1308
- Nodeinfo: Add http docs by @obenland in #1309
- Fix CLI scheduler function by @jsit in #1316
- Purge Outbox Items on Schedule by @obenland in #1288
- Magic method docs by @obenland in #1307
- Fix:
set_object
falsely overwrites the Activity-ID with a default by @pfefferle in #1318 - Add support for deprecated version replacements by @obenland in #1279
- Fix: Do not add an audience to the Actor-Profile by @pfefferle in #1319
- Fix: Fix Comment CLI by @pfefferle in #1320
- Fix: duplicate content check by @pfefferle in #1304
- Release 5.2.0 by @pfefferle in #1321
New Contributors
Full Changelog: 5.1.0...5.2.0
5.1.0
What's Changed
- Admin: Don't require publish_post cap to get activitypub cap by @obenland in #1210
- Fix negotiation of ActivityPub requests for custom post types by @Menrath in #1243
- Allow the Base Transformer to use WP_Term objects as item of transfor… by @Menrath in #1260
- Debugging: avoid PHP warning when actor is not set. by @jeherve in #1261
- Clean up options on uninstall by @obenland in #1134
- Settings: Make tabs filterable by @obenland in #1256
- Rest API: Move Actors endpoint to use WP_REST_Controller by @obenland in #1257
- Outbox: Skip when importing by @obenland in #1264
- Fix/Change some return types in PHPDocs by @Menrath in #1242
- Check if post is enabled before saving reactions by @pfefferle in #1265
- Version masking tests by @pfefferle in #1271
- Update Following endpoint to extend WP_REST_Controller by @obenland in #1267
- Change usage of fediverse symbol by @pfefferle in #1239
- Update Followers endpoint to extend WP_REST_Controller by @obenland in #1266
- Add: Show ActivityPub preview in row actions, when block editor enabled but is not used for post type. by @Menrath in #1273
- ActivityPub Query: Improve third party plugin support by @pfefferle in #1272
- Fix NodeInfo rel by @pfefferle in #1275
- Release 5.1.0 by @pfefferle in #1276
Full Changelog: 5.0.0...5.1.0
5.0.0
What's Changed
- Releases: Replace versions in upgrade scripts by @obenland in #1179
- Introduce Query Singleton, to store/query all ActivityPub related informations based on the $wp_query by @pfefferle in #1148
- Remove link to firefish by @pfefferle in #1199
- Actions: Only run tests once by @obenland in #1207
- Release Script: Replace
@since
versions by @obenland in #1221 - Check response body for tombstone type (#1209) by @mexon in #1222
- Fix: Importing tags from the Fediverse by @pfefferle in #1234
- Scripts: Add generic wp-env command by @obenland in #1238
- Outbox Collection by @pfefferle in #593
- Extra Fields: Fix rel me count by @obenland in #1241
- Changed: Moved password check to
is_post_disabled
function. by @pfefferle in #1246 - Rewrite: Flush rules by @obenland in #1247
- Release 5.0.0 by @pfefferle in #1248
Full Changelog: 4.7.2...5.0.0
4.7.3
4.7.2
What's Changed
- Issue Templates: update bug report template by @jeherve in #1048
- Bump pat-s/always-upload-cache from 1.1.4 to 3.0.11 by @dependabot in #1160
- Bump softprops/turnstyle from 1 to 2 by @dependabot in #1153
- NodeInfo: Use Rest Controller structure by @obenland in #1144
- Update users => actors by @obenland in #1164
- Interaction: Use Rest Controller structure by @obenland in #1149
- Add release script by @obenland in #1159
- Add support for WPML post locale by @thomas-pike in #1166
- Use
_activityPubOptions
at runtime by @mattwiebe in #1168 - Migration: flush post caches by @mattwiebe in #1181
- Release 4.7.2 by @mattwiebe in #1182
New Contributors
- @thomas-pike made their first contribution in #1166
Full Changelog: 4.7.1...4.7.2
4.7.1
What's Changed
- Fix missing migration for v4.7.0 by @pfefferle in #1161
Full Changelog: 4.7.0...4.7.1
4.7.0
What's Changed
- Janitorial: Fix PHP Warnings by @obenland in #1127
- Jetpack: Support comment management in Calypso by @obenland in #1104
- Post meta: Update meta keys to be private by @obenland in #1090
- Account for pre-existing image when adding alt text by @obenland in #1132
- Fix function docs by @obenland in #1138
- Enable Mastodon Apps: Improve Reply Fetching by @akirk in #1118
- Tests: Specify port to make tests pass by @obenland in #1142
- Bump minimum version to PHP 7.2 by @obenland in #1139
- Comments: Show @-mentions in line with reply by @obenland in #1137
- Comments: Update counts when (de)activating the plugin by @obenland in #1128
- Webfinger: Use Rest Controller structure by @obenland in #1146
- Frontend scripts: print options later by @mattwiebe in #1131
- Application: Use Rest Controller structure by @obenland in #1145
- Bump @wordpress/components from 28.13.0 to 29.1.1 by @dependabot in #1150
- Skip Changelog for Dependabot PRs by @obenland in #1151
- Bump ramsey/composer-install from 1 to 3 by @dependabot in #1152
- Bump actions/checkout from 2 to 4 by @dependabot in #1154
- Bump actions/stale from 8 to 9 by @dependabot in #1155
- Bump actions/setup-node from 3 to 4 by @dependabot in #1156
- Release 4.7.0 by @obenland in #1157
Full Changelog: 4.6.0...4.7.0
4.6.0
What's Changed
- PHPUnit: Fix slow tests by @obenland in #1087
- Docs: Add missing hook documentation by @obenland in #1099
- Add test for HTML in direct messages by @akirk in #1093
- Include @mentions in the JSON representation of the reply by @pfefferle in #1086
- Editor: Make Fediverse preview template filterable by @obenland in #1098
- Ensure that direct messages are only sent when the user is the recipient by @akirk in #1102
- Reactions: Don't display avatar when it's empty by @obenland in #1103
- Some CSS fixes for the reactions block by @pfefferle in #1108
- Settings to enable/disable notifications by @pfefferle in #1109
- Prepare Version 4.6.0 by @pfefferle in #1110
Full Changelog: 4.5.1...4.6.0
4.5.1
What's Changed
- Reactions block: remove
@wordpress/block-editor
direct dependency by @mattwiebe in #1091 - Improve documentation by @pfefferle in #1019
- Don't send direct message notification for received public activities by @akirk in #1092
- Fix and test create handler by @pfefferle in #1095
- Prepare 4.5.1 release by @pfefferle in #1094
Full Changelog: 4.5.0...4.5.1
4.5.0
What's Changed
- Admin: Move plugin settings link into Admin class by @obenland in #1050
- Use WP Autoloader class by @obenland in #1051
- Update tests to use plugin folder structure by @obenland in #1049
- Integrations: Use Autoloader by @obenland in #1052
- Tests: Move autoloader into correct folder. by @obenland in #1055
- Improve Interactions moderation by @pfefferle in #1065
- Change E-Mail templates to match new comment-types by @pfefferle in #1066
- This adds Icon support for Audio and Video attachments by @pfefferle in #1053
- Init new custom mailer class by @pfefferle in #1068
- Remove asset updater by @pfefferle in #1071
- Comments: Account for custom comment types when calculating comment counts by @obenland in #1073
- Blocks: Avoid PHP warning in Reply block by @obenland in #1076
- Improved comment-type handling by @pfefferle in #1072
- Change priority of attachments by @pfefferle in #1082
- Tests: Make it easier to run unit tests locally by @obenland in #1083
- Use a more explicit signature verification by @pfefferle in #1078
- Add comment count upgrade routine by @obenland in #1080
- Add a reaction block by @mattwiebe in #1070
- Version bump 4.5.0 by @obenland in #1088
- Workflow: Install SVN before trying to deploy by @obenland in #1089
Full Changelog: 4.4.0...4.5.0