From 714c1be2ec9153ab750ee59797e0fce5665ddc3e Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Mon, 13 Jan 2025 15:29:53 -0600 Subject: [PATCH] Release 4.7.4 --- CHANGELOG.md | 3 ++- activitypub.php | 4 ++-- readme.txt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53466295f..e207d9ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1200,8 +1200,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * initial -[Unreleased]: https://github.com/Automattic/wordpress-activitypub/compare/4.7.0...trunk +[Unreleased]: https://github.com/Automattic/wordpress-activitypub/compare/4.7.4...trunk +[4.7.4]: https://github.com/Automattic/wordpress-activitypub/compare/4.7.0...4.7.4 [4.7.0]: https://github.com/Automattic/wordpress-activitypub/compare/4.6.0...4.7.0 [4.6.0]: https://github.com/Automattic/wordpress-activitypub/compare/4.5.1...4.6.0 [4.5.1]: https://github.com/Automattic/wordpress-activitypub/compare/4.5.0...4.5.1 diff --git a/activitypub.php b/activitypub.php index 21cd616b1..82d0bafe2 100644 --- a/activitypub.php +++ b/activitypub.php @@ -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.7.0 + * Version: 4.7.4 * Author: Matthias Pfefferle & Automattic * Author URI: https://automattic.com/ * License: MIT @@ -19,7 +19,7 @@ use WP_CLI; -\define( 'ACTIVITYPUB_PLUGIN_VERSION', '4.7.0' ); +\define( 'ACTIVITYPUB_PLUGIN_VERSION', '4.7.4' ); // Plugin related constants. \define( 'ACTIVITYPUB_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 553282b94..bd55de2ae 100644 --- a/readme.txt +++ b/readme.txt @@ -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.7.0 +Stable tag: 4.7.4 Requires PHP: 7.2 License: MIT License URI: http://opensource.org/licenses/MIT