wordpress-activitypub

ActivityPub for WordPress

MIT License

Downloads
473
Stars
453
Committers
37

Bot releases are visible (Hide)

wordpress-activitypub - 1.0.9

Published by pfefferle 12 months ago

wordpress-activitypub - 1.0.8

Published by pfefferle 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Automattic/wordpress-activitypub/compare/1.0.7...1.0.8

wordpress-activitypub - 1.0.7

Published by pfefferle about 1 year ago

wordpress-activitypub - 1.0.6

Published by pfefferle about 1 year ago

  • Fixed: more restrictive request verification

Full Changelog: https://github.com/Automattic/wordpress-activitypub/compare/1.0.5...1.0.6

wordpress-activitypub - 1.0.5

Published by pfefferle about 1 year ago

wordpress-activitypub - 1.0.4

Published by pfefferle about 1 year ago

What's Changed

Full Changelog: https://github.com/Automattic/wordpress-activitypub/compare/1.0.3...1.0.4

wordpress-activitypub - 1.0.3

Published by pfefferle about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Automattic/wordpress-activitypub/compare/1.0.2...1.0.3

wordpress-activitypub - 1.0.2

Published by pfefferle about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Automattic/wordpress-activitypub/compare/1.0.1...1.0.2

wordpress-activitypub - 1.0.1

Published by pfefferle about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Automattic/wordpress-activitypub/compare/1.0.0...1.0.1

wordpress-activitypub - 1.0.0

Published by pfefferle about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Automattic/wordpress-activitypub/compare/0.17.0...1.0.0

wordpress-activitypub - 0.17.0

Published by pfefferle over 1 year ago

  • Fix type-selector
  • Allow more HTML elements in Activity-Objects
wordpress-activitypub - 0.16.5

Published by pfefferle over 1 year ago

  • Return empty content/excerpt on password protected posts/pages
wordpress-activitypub - 0.16.4

Published by pfefferle over 1 year ago

  • Remove scripts later in the queue, to also handle scripts added by blocks
  • Add published date to author profiles
wordpress-activitypub - 0.16.3

Published by pfefferle over 1 year ago

  • "cc", "to", ... fields can either be an array or a string
  • Remove "style" and "script" HTML elements from content
wordpress-activitypub - 0.16.2

Published by pfefferle over 1 year ago

  • Fix fatal error in outbox
wordpress-activitypub - 0.16.1

Published by pfefferle over 1 year ago

  • Fix "update and create, posts appear blank on Mastodon" issue
wordpress-activitypub - 0.16.0

Published by pfefferle over 1 year ago

  • 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
wordpress-activitypub - 0.15.0

Published by pfefferle almost 2 years ago

  • Enable ActivityPub only for users that can publish_posts
  • Persist only public Activities
  • Fix remote-delete
wordpress-activitypub - 0.14.3

Published by pfefferle almost 2 years ago

  • Better error handling. props @akirk
wordpress-activitypub - 0.14.2

Published by pfefferle almost 2 years ago

  • Fix Critical error when using Friends Plugin and adding new URL to follow. props @akirk