Releases: Automattic/wordpress-activitypub
Releases · Automattic/wordpress-activitypub
1.0.2
What's Changed
- Move [ap_hashtags] last in post in Content by @aslakr in #462
- fix
is_single_user
by @pfefferle in #474 - Fixes PHP warnings and remote delete by @pfefferle in #468
- add moderators as attributed_to by @pfefferle in #473
- reduce number of checks when system cron is not used by @pfefferle in #472
- check if blog-user collides with a username by @pfefferle in #471
- Fix styles in Follow-Me block by @Menrath in #461
- Fix various encoding issues by @pfefferle in #477
- Fix the health check by @pfefferle in #481
New Contributors
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Follow redirects in class-webfinger.php by @edent in #423
- Repository maintenance: add GitHub Repo Gardening action and issue templates by @jeherve in #428
- Post images: fix a typo in the hook name by @jeherve in #429
- Fix .htaccess issue with subdomain by @edent in #433
- Blocks: short-circuit early on sites that do not support blocks by @jeherve in #431
- WP_Error: add status message if it might be returned by API by @pfefferle in #448
- add path to route by @pfefferle in #438
- better handling when data is missing by @pfefferle in #444
- Hashtags, Mentions: Use a tag stack instead of regex for protecting tags by @akirk in #455
- Blocks: ensure that only a valid user can be selected by @mattwiebe in #458
- Follow Me: truncate long blog titles and handles by @mattwiebe in #453
- Activity: try to parse image IDs using blocks by @mattwiebe in #460
- More Group meta-data to play nicely with existing platforms by @pfefferle in #441
New Contributors
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- improve readme by @pfefferle in #296
- Health Check: Fix documentation and typos. by @Soean in #297
- Webfinger info: avoid PHP warning when user isn't defined by @jeherve in #302
- optimize publishing by @pfefferle in #265
- Fix Edge Caching Problems by @akirk in #305
- Compatibility: do not serve images with Jetpack CDN when active by @jeherve in #307
- Compatibility: mark plugin as compatible with WP 6.2. by @jeherve in #310
- Protect img tags from replacing mentions by @akirk in #312
- ignore
www
subdomain when comparing hosts by @pfefferle in #311 - Add ActivityPub specific user description by @eficklin in #294
- use a taxonomy to save the list of followers by @pfefferle in #304
- Compat: only disable Jetpack's image CDN via filter by @jeherve in #309
- Profile settings: use string to fetch user description instead of constant by @jeherve in #319
- fix migrate_from_0_17() error by @mediaformat in #322
- General: add PR template by @jeherve in #323
- Update dealerdirect/phpcodesniffer-composer-installer requirement from ^0.7.1 to ^1.0.0 by @dependabot in #325
- Compat: introduce a conditional to detect ActivityPub requests by @jeherve in #328
- update scheduler for followers by @pfefferle in #318
- Allow setting the REST namespace with
ACTIVITYPUB_REST_NAMESPACE
by @mattwiebe in #329 - Prevent activation error: Set
ACTIVITYPUB_REST_NAMESPACE
early by @mattwiebe in #337 - prevent sweeping of followers taxonomies by @pfefferle in #340
- Introduce Caching by @pfefferle in #324
- sanitize output by @pfefferle in #327
- Signature verification by @mediaformat in #299
- Update yoast/phpunit-polyfills requirement from ^1.0 to ^2.0 by @dependabot in #345
- Followers: use custom post types and postmeta to store by @mattwiebe in #347
- A Follower is now an ActivityPub Actor by @pfefferle in #353
- Rewrite user management by @pfefferle in #355
- prepare pseudo users like a blog wide user. (Catch-All) by @pfefferle in #342
- Hardening the use of a shortcode by @pfefferle in #362
- Lint: now clean by @mattwiebe in #363
- Lint: Try dotcom's set of sniffs by @mattwiebe in #364
- fix some issues and re-add "ACTIVITYPUB_SINGLE_USER_MODE" const by @pfefferle in #365
- 1.0 changelog by @mattwiebe in #367
- Compat: avoid PHP notices when using PHP 8.2 by @jeherve in #370
- General: update tested WP version for upcoming WordPress 6.3. by @jeherve in #371
- Followers Block by @mattwiebe in #344
- Autoloader: more precise matching by @mattwiebe in #372
- General: load plugin later. by @jeherve in #376
- fix domain change issue on .com by @pfefferle in #374
- fix issue with where multiple migrations run at the same time by @pfefferle in #377
- Ensure everything is loaded properly after #376 by @mattwiebe in #378
- workaround for special chars by @pfefferle in #379
- Followers block: don't disable frontend links by @mattwiebe in #381
- Add/small improvements by @pfefferle in #384
- re-add post model by @pfefferle in #386
- Add inbox create/react actions by @mattwiebe in #387
- update endpoints by @pfefferle in #390
- remote-follow endpoint by @pfefferle in #392
- Add a
get_webfinger_identifier
method by @mattwiebe in #397 - Revert
User::get_webfinger_identifier
by @mattwiebe in #398 - Disable the akismet nonce when processing our comments by @mattwiebe in #391
- Add site logo support to blog user by @mattwiebe in #400
- Words: copy and language consistency/improvements everywhere by @mattwiebe in #404
- Add "Follow Me" block by @mattwiebe in #395
- Lint: fix issues by @mattwiebe in #406
- Normalize Hashtag behavior in Mastodon Apps by @ichderfisch in #407
- Fix some signature and application user issues by @pfefferle in #410
- Add default blog user icon by @mattwiebe in #412
- Link remote comment to source url by @mediaformat in #415
- fix Secops issues by @pfefferle in #411
- Store keypairs as options keyed to user IDs. by @mattwiebe in #416
New Contributors
- @Soean made their first contribution in #297
- @jeherve made their first contribution in #302
- @eficklin made their first contribution in #294
- @mattwiebe made their first contribution in #329
- @ichderfisch made their first contribution in #407
Full Changelog: 0.17.0...1.0.0
0.17.0
0.16.5
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
- Add "Outgoing Mentions" (#213) props @akirk
- Add configuration item for number of images to attach (#248) props @mexon
- Use shortcodes instead of custom templates, to setup the Activity Post-Content (#250) props @toolstack
- Remove custom REST Server, because the needed changes are now merged into Core.
- Fix hashtags (#261) props @akirk
- Change priorites, to maybe fix the hashtag issue