Skip to content

Commit

Permalink
changelog?
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwiebe committed Nov 21, 2024
1 parent 3d48a3d commit 53ee6ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Dev - XXXX-XX-XX

## 4.2.2 - 2024-11-21

### Added

* add a `pre_activitypub_get_upload_baseurl` filter

### Improved

* Outsource Constants to a separate file
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ActivityPub #
**Contributors:** [automattic](https://profiles.wordpress.org/automattic/), [pfefferle](https://profiles.wordpress.org/pfefferle/), [mediaformat](https://profiles.wordpress.org/mediaformat/), [mattwiebe](https://profiles.wordpress.org/mattwiebe/), [akirk](https://profiles.wordpress.org/akirk/), [jeherve](https://profiles.wordpress.org/jeherve/), [nuriapena](https://profiles.wordpress.org/nuriapena/), [cavalierlife](https://profiles.wordpress.org/cavalierlife/)
**Tags:** OStatus, fediverse, activitypub, activitystream
**Requires at least:** 5.5
**Tested up to:** 6.7
**Stable tag:** 4.2.1
**Requires PHP:** 7.0
**License:** MIT
**License URI:** http://opensource.org/licenses/MIT
**Contributors:** [automattic](https://profiles.wordpress.org/automattic/), [pfefferle](https://profiles.wordpress.org/pfefferle/), [mediaformat](https://profiles.wordpress.org/mediaformat/), [mattwiebe](https://profiles.wordpress.org/mattwiebe/), [akirk](https://profiles.wordpress.org/akirk/), [jeherve](https://profiles.wordpress.org/jeherve/), [nuriapena](https://profiles.wordpress.org/nuriapena/), [cavalierlife](https://profiles.wordpress.org/cavalierlife/)
**Tags:** OStatus, fediverse, activitypub, activitystream
**Requires at least:** 5.5
**Tested up to:** 6.7
**Stable tag:** 4.2.1
**Requires PHP:** 7.0
**License:** MIT
**License URI:** http://opensource.org/licenses/MIT

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

Expand Down Expand Up @@ -155,6 +155,7 @@ For reasons of data protection, it is not possible to see the followers of other
### Dev ###

* Improved: Outsource Constants to a separate file
* Added: `pre_activitypub_get_upload_baseurl` filter

### 4.2.1 ###

Expand Down
2 changes: 1 addition & 1 deletion includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ function get_upload_baseurl() {
/**
* Filters the upload base URL.
*
* @param string \wp_upload_dir()['baseurl'] The upload base URL.
* @param string \wp_get_upload_dir()['baseurl'] The upload base URL.
*/
return apply_filters( 'activitypub_get_upload_baseurl', $upload_dir['baseurl'] );
}

0 comments on commit 53ee6ed

Please sign in to comment.