Skip to content

Releases: Automattic/wordpress-activitypub

1.0.2

02 Oct 16:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

22 Sep 09:05
Compare
Choose a tag to compare

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

13 Sep 07:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.17.0...1.0.0

0.17.0

03 Mar 08:07
Compare
Choose a tag to compare
  • Fix type-selector
  • Allow more HTML elements in Activity-Objects

0.16.5

02 Mar 08:56
Compare
Choose a tag to compare
  • Return empty content/excerpt on password protected posts/pages

0.16.4

20 Feb 20:20
Compare
Choose a tag to compare
  • Remove scripts later in the queue, to also handle scripts added by blocks
  • Add published date to author profiles

0.16.3

20 Feb 17:18
Compare
Choose a tag to compare
  • "cc", "to", ... fields can either be an array or a string
  • Remove "style" and "script" HTML elements from content

0.16.2

02 Feb 17:18
Compare
Choose a tag to compare
  • Fix fatal error in outbox

0.16.1

02 Feb 07:20
376e371
Compare
Choose a tag to compare
  • Fix "update and create, posts appear blank on Mastodon" issue

0.16.0

01 Feb 17:51
Compare
Choose a tag to compare
  • 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