From c67643988065aa9433bc326ee3ae875b92e85743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Thu, 5 Dec 2024 16:32:08 +0100 Subject: [PATCH] Bump version to 0.3.0 --- README.md | 17 ++--------------- event-bridge-for-activitypub.php | 4 ++-- readme.txt | 8 ++------ 3 files changed, 6 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 5a75467..eb26586 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** events, fediverse, activitypub, calendar **Requires at least:** 6.5 **Tested up to:** 6.7 -**Stable tag:** 0.2.1 +**Stable tag:** 0.3.0 **Requires PHP:** 7.4 **License:** AGPL-3.0-or-later **License URI:** https://www.gnu.org/licenses/agpl-3.0.html @@ -102,21 +102,8 @@ We're always interested in your feedback. Feel free to reach out to us via [E-Ma ## Changelog ## -## Unreleased - -### Added - -* Integration for Event Organiser -* Integration for EventPrime – Events Calendar, Bookings and Tickets - -### Fixed - -* Fixed that transformer hook function might also return `null`. - -### [0.2.1] 2024-11-16 ### +### [0.3.0] 2024-12-05 ### * Initial release on https://wordpress.org/ -### [0.2.0] 2024-10-29 ### -* Initial submission to https://wordpress.org/ diff --git a/event-bridge-for-activitypub.php b/event-bridge-for-activitypub.php index c2a0fc9..604b366 100644 --- a/event-bridge-for-activitypub.php +++ b/event-bridge-for-activitypub.php @@ -3,7 +3,7 @@ * Plugin Name: Event Bridge for ActivityPub * Description: Integrating popular event plugins with the ActivityPub plugin. * Plugin URI: https://event-federation.eu/ - * Version: 0.2.1 + * Version: 0.3.0 * Author: André Menrath * Author URI: https://graz.social/@linos * Text Domain: event-bridge-for-activitypub @@ -11,7 +11,7 @@ * License URI: https://www.gnu.org/licenses/agpl-3.0.html * Requires PHP: 7.4 * - * Requires at least ActivityPub plugin with version >= 3.2.2. ActivityPub plugin tested up to: 4.2.0. + * Requires at least ActivityPub plugin with version >= 3.2.2. ActivityPub plugin tested up to: 4.3.0. * * @package Event_Bridge_For_ActivityPub * @license AGPL-3.0-or-later diff --git a/readme.txt b/readme.txt index 35cf32b..293a3a6 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: andremenrath Tags: events, fediverse, activitypub, calendar Requires at least: 6.5 Tested up to: 6.7 -Stable tag: 0.2.1 +Stable tag: 0.3.0 Requires PHP: 7.4 License: AGPL-3.0-or-later License URI: https://www.gnu.org/licenses/agpl-3.0.html @@ -96,10 +96,6 @@ We're always interested in your feedback. Feel free to reach out to us via [E-Ma == Changelog == -= [0.2.1] 2024-11-16 = += [0.3.0] 2024-12-05 = * Initial release on https://wordpress.org/ - -= [0.2.0] 2024-10-29 = - -* Initial submission to https://wordpress.org/