Skip to content

Commit 5deef6c

Browse files
authored
Version bump 4.4.0 (#1054)
* Version bump 4.4.0 * Update compare links * Remove old changlogs
1 parent d9a7c66 commit 5deef6c

File tree

3 files changed

+7
-48
lines changed

3 files changed

+7
-48
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [4.4.0] - 2024-12-09
99

1010
### Added
1111

@@ -1125,8 +1125,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11251125

11261126
* initial
11271127

1128-
[Unreleased]: https://github.com/Automattic/wordpress-activitypub/compare/4.3.0...trunk
1128+
[Unreleased]: https://github.com/Automattic/wordpress-activitypub/compare/4.4.0...trunk
11291129
<!-- Add new release below and update "Unreleased" link -->
1130+
[4.4.0]: https://github.com/Automattic/wordpress-activitypub/compare/4.3.0...4.4.0
11301131
[4.3.0]: https://github.com/Automattic/wordpress-activitypub/compare/4.2.1...4.3.0
11311132
[4.2.1]: https://github.com/Automattic/wordpress-activitypub/compare/4.2.0...4.2.1
11321133
[4.2.0]: https://github.com/Automattic/wordpress-activitypub/compare/4.1.1...4.2.0

activitypub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: ActivityPub
44
* Plugin URI: https://github.com/Automattic/wordpress-activitypub
55
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
6-
* Version: 4.3.0
6+
* Version: 4.4.0
77
* Author: Matthias Pfefferle & Automattic
88
* Author URI: https://automattic.com/
99
* License: MIT
@@ -19,7 +19,7 @@
1919

2020
use WP_CLI;
2121

22-
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '4.3.0' );
22+
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '4.4.0' );
2323

2424
// Plugin related constants.
2525
\define( 'ACTIVITYPUB_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );

readme.txt

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mattwiebe, obenland, akirk, jeherve, mediaf
33
Tags: OStatus, fediverse, activitypub, activitystream
44
Requires at least: 5.5
55
Tested up to: 6.7
6-
Stable tag: 4.3.0
6+
Stable tag: 4.4.0
77
Requires PHP: 7.0
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
@@ -132,7 +132,7 @@ For reasons of data protection, it is not possible to see the followers of other
132132

133133
== Changelog ==
134134

135-
= Unreleased =
135+
= 4.4.0 =
136136

137137
* Added: Setting to enable/disable Authorized-Fetch
138138
* Improved: Added screen reader text for the "Follow Me" block for improved accessibility
@@ -180,48 +180,6 @@ For reasons of data protection, it is not possible to see the followers of other
180180
* Fixed: Proper margins for notices and font size for page title in settings screen.
181181
* Fixed: Ensure that `?author=0` resolves to blog user
182182

183-
= 4.1.1 =
184-
185-
* Fixed: Only revert to URL if there is one
186-
* Fixed: Migration
187-
188-
= 4.1.0 =
189-
190-
* Added: Add custom Preview for "Fediverse"
191-
* Added: Support `comment_previously_approved` setting
192-
* Fixed: Hide sticky posts that are not public
193-
* Improved: `activity_handle_undo` action
194-
* Improved: Add title to content if post is a `Note`
195-
* Improved: Fallback to blog-user if user is disabled
196-
197-
= 4.0.2 =
198-
199-
* Fixed: Do not federate "Local" posts
200-
* Improved: Help-text for Content-Warning box
201-
202-
= 4.0.1 =
203-
204-
* Fixed: Missing URL-Param handling in REST API
205-
* Fixed: Seriously Simple Podcasting integration
206-
* Fixed: Multiple small fixes
207-
* Improved: Provide contextual fallback for dynamic blocks
208-
209-
= 4.0.0 =
210-
211-
* Added: Fire an action before a follower is removed
212-
* Added: Make Intent-URL filterable
213-
* Added: `title` attribute to link headers for better readability
214-
* Added: Post "visibility" feature
215-
* Added: Attribution-Domains support
216-
* Improved: Inbox validation
217-
* Improved: WordPress-Post-Type - Detection
218-
* Improved: Only validate POST params and do not fall back to GET params
219-
* Improved: ID handling for a better compatibility with caching plugins
220-
* Fixed: The "Shared Inbox" endpoint
221-
* Fixed: Ensure that sticky_posts is an array
222-
* Fixed: URLs and Hashtags in profiles were not converted
223-
* Fixed: A lot of small improvements and fixes
224-
225183
See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activitypub/blob/trunk/CHANGELOG.md).
226184

227185
== Upgrade Notice ==

0 commit comments

Comments
 (0)