Skip to content

Commit 4b70586

Browse files
authored
Version bump 4.5.0 (#1088)
1 parent 77ae436 commit 4b70586

File tree

3 files changed

+7
-25
lines changed

3 files changed

+7
-25
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.5.0] - 2024-12-17
99

1010
### Added
1111

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

11511151
* initial
11521152

1153-
[Unreleased]: https://github.com/Automattic/wordpress-activitypub/compare/4.4.0...trunk
1153+
[Unreleased]: https://github.com/Automattic/wordpress-activitypub/compare/4.5.0...trunk
11541154
<!-- Add new release below and update "Unreleased" link -->
1155+
[4.5.0]: https://github.com/Automattic/wordpress-activitypub/compare/4.4.0...4.5.0
11551156
[4.4.0]: https://github.com/Automattic/wordpress-activitypub/compare/4.3.0...4.4.0
11561157
[4.3.0]: https://github.com/Automattic/wordpress-activitypub/compare/4.2.1...4.3.0
11571158
[4.2.1]: https://github.com/Automattic/wordpress-activitypub/compare/4.2.0...4.2.1

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.4.0
6+
* Version: 4.5.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.4.0' );
22+
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '4.5.0' );
2323

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

readme.txt

Lines changed: 2 additions & 21 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.4.0
6+
Stable tag: 4.5.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.5.0 =
136136

137137
* Improved: Reactions (likes and reposts) now enabled by default
138138
* Added: Reactions block to display likes and reposts
@@ -178,25 +178,6 @@ For reasons of data protection, it is not possible to see the followers of other
178178
* Fixed: Missing attachement-type for enclosures
179179
* Fixed: Prevention against self pings
180180

181-
= 4.2.1 =
182-
183-
* Added: Mastodon Apps status provider
184-
* Improved: Image-Handling
185-
* Improved: Have better checks if audience should be set or not
186-
* Fixed: Don't overwrite an existing `wp-tests-config.php`
187-
* Fixed: PHPCS for phpunit files
188-
189-
= 4.2.0 =
190-
191-
* Added: Unit tests for the `ActivityPub\Transformer\Post` class
192-
* Improved: Reuse constants once they're defined
193-
* Improved: "FEP-b2b8: Long-form Text" support
194-
* Improved: Admin notice for plain permalink settings is more user-friendly and actionable
195-
* Improved: Post-Formats support
196-
* Fixed: Do not display ActivityPub's user sub-menus to users who do not have the capabilities of writing posts.
197-
* Fixed: Proper margins for notices and font size for page title in settings screen.
198-
* Fixed: Ensure that `?author=0` resolves to blog user
199-
200181
See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activitypub/blob/trunk/CHANGELOG.md).
201182

202183
== Upgrade Notice ==

0 commit comments

Comments
 (0)