Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Oct 30, 2024
1 parent 8708609 commit 90f01ce
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 106 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.0.2 - 2024-10-30

### Fixed

* Do not federate "Local" posts

### Improved

* Help-text for Content-Warning box

## [4.0.1] - 2024-10-26

### Fixed
Expand Down Expand Up @@ -1005,6 +1015,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* initial

[4.0.2]: https://github.com/Automattic/wordpress-activitypub/compare/4.0.1...4.0.2
[4.0.1]: https://github.com/Automattic/wordpress-activitypub/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/Automattic/wordpress-activitypub/compare/3.3.3...4.0.0
[3.3.3]: https://github.com/Automattic/wordpress-activitypub/compare/3.3.2...3.3.3
[3.3.2]: https://github.com/Automattic/wordpress-activitypub/compare/3.3.1...3.3.2
Expand Down
58 changes: 6 additions & 52 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** OStatus, fediverse, activitypub, activitystream
**Requires at least:** 5.5
**Tested up to:** 6.6
**Stable tag:** 4.0.1
**Stable tag:** 4.0.2
**Requires PHP:** 7.0
**License:** MIT
**License URI:** http://opensource.org/licenses/MIT
Expand Down Expand Up @@ -152,6 +152,11 @@ For reasons of data protection, it is not possible to see the followers of other

## Changelog ##

### 4.0.2 ###

* Fixed: Do not federate "Local" posts
* Improved: Help-text for Content-Warning box

### 4.0.1 ###

* Fixed: Missing URL-Param handling in REST API
Expand Down Expand Up @@ -202,57 +207,6 @@ For reasons of data protection, it is not possible to see the followers of other
* Improved: OpenSSL handling
* Improved: Added missing @ in Follow-Me block

### 3.2.5 ###

* Fixed: Enable Mastodon Apps check
* Fixed: Fediverse replies were not threaded properly

### 3.2.4 ###

* Improved: Inbox validation

### 3.2.3 ###

* Fixed: NodeInfo endpoint
* Fixed: (Temporarily) Remove HTML from `summary`, because it seems that Mastodon has issues with it
* Improved: Accessibility for Reply-Context
* Improved: Use `Article` Object-Type as default

### 3.2.2 ###

* Fixed: Extra-Fields check

### 3.2.1 ###

* Fixed: Use `Excerpt` for Podcast Episodes

### 3.2.0 ###

* Added: Support for Seriously Simple Podcasting
* Added: Blog extra fields
* Added: Support "read more" for Activity-Summary
* Added: `Like` and `Announce` (Boost) handler
* Added: Simple Remote-Reply endpoint
* Added: "Stream" Plugin support
* Added: New Fediverse symbol
* Improved: Replace hashtags, urls and mentions in summary with links
* Improved: Hide Bookmarklet if site does not support Blocks
* Fixed: Link detection for extra fields when spaces after the link and fix when two links in the content
* Fixed: `Undo` for `Likes` and `Announces`
* Fixed: Show Avatars on `Likes` and `Announces`
* Fixed: Remove proprietary WebFinger resource
* Fixed: Wrong followers URL in "to" attribute of posts

### 3.1.0 ###

* Added: `menu_order` to `ap_extrafield` so that user can decide in with order they will be displayed
* Added: Line brakes to user biography
* Added: Blueprint
* Fixed: Changed missing `activitypub_user_description` to `activitypub_description`
* Fixed: Undefined `get_sample_permalink`
* Fixed: Only send Update for previously-published posts
* Improved: Simplified WebFinger code

See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activitypub/blob/trunk/CHANGELOG.md).

## Upgrade Notice ##
Expand Down
4 changes: 2 additions & 2 deletions activitypub.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: ActivityPub
* Plugin URI: https://github.com/pfefferle/wordpress-activitypub/
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
* Version: 4.0.1
* Version: 4.0.2
* Author: Matthias Pfefferle & Automattic
* Author URI: https://automattic.com/
* License: MIT
Expand All @@ -22,7 +22,7 @@
require_once __DIR__ . '/includes/compat.php';
require_once __DIR__ . '/includes/functions.php';

\define( 'ACTIVITYPUB_PLUGIN_VERSION', '4.0.1' );
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '4.0.2' );

/**
* Initialize the plugin constants.
Expand Down
58 changes: 6 additions & 52 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nur
Tags: OStatus, fediverse, activitypub, activitystream
Requires at least: 5.5
Tested up to: 6.6
Stable tag: 4.0.1
Stable tag: 4.0.2
Requires PHP: 7.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Expand Down Expand Up @@ -150,6 +150,11 @@ For reasons of data protection, it is not possible to see the followers of other

== Changelog ==

= 4.0.2 =

* Fixed: Do not federate "Local" posts
* Improved: Help-text for Content-Warning box

= 4.0.1 =

* Fixed: Missing URL-Param handling in REST API
Expand Down Expand Up @@ -200,57 +205,6 @@ For reasons of data protection, it is not possible to see the followers of other
* Improved: OpenSSL handling
* Improved: Added missing @ in Follow-Me block

= 3.2.5 =

* Fixed: Enable Mastodon Apps check
* Fixed: Fediverse replies were not threaded properly

= 3.2.4 =

* Improved: Inbox validation

= 3.2.3 =

* Fixed: NodeInfo endpoint
* Fixed: (Temporarily) Remove HTML from `summary`, because it seems that Mastodon has issues with it
* Improved: Accessibility for Reply-Context
* Improved: Use `Article` Object-Type as default

= 3.2.2 =

* Fixed: Extra-Fields check

= 3.2.1 =

* Fixed: Use `Excerpt` for Podcast Episodes

= 3.2.0 =

* Added: Support for Seriously Simple Podcasting
* Added: Blog extra fields
* Added: Support "read more" for Activity-Summary
* Added: `Like` and `Announce` (Boost) handler
* Added: Simple Remote-Reply endpoint
* Added: "Stream" Plugin support
* Added: New Fediverse symbol
* Improved: Replace hashtags, urls and mentions in summary with links
* Improved: Hide Bookmarklet if site does not support Blocks
* Fixed: Link detection for extra fields when spaces after the link and fix when two links in the content
* Fixed: `Undo` for `Likes` and `Announces`
* Fixed: Show Avatars on `Likes` and `Announces`
* Fixed: Remove proprietary WebFinger resource
* Fixed: Wrong followers URL in "to" attribute of posts

= 3.1.0 =

* Added: `menu_order` to `ap_extrafield` so that user can decide in with order they will be displayed
* Added: Line brakes to user biography
* Added: Blueprint
* Fixed: Changed missing `activitypub_user_description` to `activitypub_description`
* Fixed: Undefined `get_sample_permalink`
* Fixed: Only send Update for previously-published posts
* Improved: Simplified WebFinger code

See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activitypub/blob/trunk/CHANGELOG.md).

== Upgrade Notice ==
Expand Down

0 comments on commit 90f01ce

Please sign in to comment.