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