Skip to content

Commit

Permalink
version bump (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle authored Dec 18, 2024
1 parent 7ddeb34 commit 9011ffc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ 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).

## Unreleased
## [4.5.1] - 2024-12-18

### Improved
* Reactions block: Remove the `wp-block-editor` dependency for frontend views

* Reactions block: Remove the `wp-block-editor` dependency for frontend views

### Fixed

* Direct Messages: Don't send notification for received public activities

## [4.5.0] - 2024-12-17
Expand Down Expand Up @@ -1160,6 +1162,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[Unreleased]: https://github.com/Automattic/wordpress-activitypub/compare/4.5.0...trunk
<!-- Add new release below and update "Unreleased" link -->
[4.5.1]: https://github.com/Automattic/wordpress-activitypub/compare/4.5.0...4.5.1
[4.5.0]: https://github.com/Automattic/wordpress-activitypub/compare/4.4.0...4.5.0
[4.4.0]: https://github.com/Automattic/wordpress-activitypub/compare/4.3.0...4.4.0
[4.3.0]: https://github.com/Automattic/wordpress-activitypub/compare/4.2.1...4.3.0
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/Automattic/wordpress-activitypub
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
* Version: 4.5.0
* Version: 4.5.1
* Author: Matthias Pfefferle & Automattic
* Author URI: https://automattic.com/
* License: MIT
Expand All @@ -19,7 +19,7 @@

use WP_CLI;

\define( 'ACTIVITYPUB_PLUGIN_VERSION', '4.5.0' );
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '4.5.1' );

// Plugin related constants.
\define( 'ACTIVITYPUB_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mattwiebe, obenland, akirk, jeherve, mediaf
Tags: OStatus, fediverse, activitypub, activitystream
Requires at least: 5.5
Tested up to: 6.7
Stable tag: 4.5.0
Stable tag: 4.5.1
Requires PHP: 7.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Expand Down Expand Up @@ -132,7 +132,7 @@ For reasons of data protection, it is not possible to see the followers of other

== Changelog ==

= Unreleased =
= 4.5.1 =

* Improved: Reactions block: Remove the `wp-block-editor` dependency for frontend views
* Fixed: Direct Messages: Don't send notification for received public activities
Expand Down

0 comments on commit 9011ffc

Please sign in to comment.