bump for wordpress 6.7 and ActivityPub plugin 4.2.0
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Successful in 4m5s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Failing after 3m53s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Failing after 3m30s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 3m23s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 3m35s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 3m27s

This commit is contained in:
André Menrath 2024-11-16 17:14:19 +01:00
parent 5334f61c4a
commit aa05948fec
4 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ jobs:
path: | path: |
${{ env.WP_CORE_DIR }} ${{ env.WP_CORE_DIR }}
${{ env.WP_TESTS_DIR }} ${{ env.WP_TESTS_DIR }}
key: cache-wordpress-9 key: cache-wordpress-67-1
- name: Cache Composer - name: Cache Composer
id: cache-composer-phpunit id: cache-composer-phpunit

View file

@ -2,7 +2,7 @@
**Contributors:** [andremenrath](https://profiles.wordpress.org/andremenrath/) **Contributors:** [andremenrath](https://profiles.wordpress.org/andremenrath/)
**Tags:** events, fediverse, activitypub, calendar **Tags:** events, fediverse, activitypub, calendar
**Requires at least:** 6.5 **Requires at least:** 6.5
**Tested up to:** 6.6 **Tested up to:** 6.7
**Stable tag:** 0.2.0 **Stable tag:** 0.2.0
**Requires PHP:** 7.4 **Requires PHP:** 7.4
**License:** AGPL-3.0-or-later **License:** AGPL-3.0-or-later

View file

@ -3,7 +3,7 @@
* Plugin Name: ActivityPub Event Bridge * Plugin Name: ActivityPub Event Bridge
* Description: Integrating popular event plugins with the ActivityPub plugin. * Description: Integrating popular event plugins with the ActivityPub plugin.
* Plugin URI: https://event-federation.eu/ * Plugin URI: https://event-federation.eu/
* Version: 0.2.0 * Version: 0.2.1
* Author: André Menrath * Author: André Menrath
* Author URI: https://graz.social/@linos * Author URI: https://graz.social/@linos
* Text Domain: activitypub-event-bridge * Text Domain: activitypub-event-bridge
@ -11,7 +11,7 @@
* License URI: https://www.gnu.org/licenses/agpl-3.0.html * License URI: https://www.gnu.org/licenses/agpl-3.0.html
* Requires PHP: 7.4 * Requires PHP: 7.4
* *
* Requires at least ActivityPub plugin with version >= 3.2.2. ActivityPub plugin tested up to: 4.0.1. * Requires at least ActivityPub plugin with version >= 3.2.2. ActivityPub plugin tested up to: 4.2.0.
* *
* @package ActivityPub_Event_Bridge * @package ActivityPub_Event_Bridge
* @license AGPL-3.0-or-later * @license AGPL-3.0-or-later

View file

@ -2,7 +2,7 @@
Contributors: andremenrath Contributors: andremenrath
Tags: events, fediverse, activitypub, calendar Tags: events, fediverse, activitypub, calendar
Requires at least: 6.5 Requires at least: 6.5
Tested up to: 6.6 Tested up to: 6.7
Stable tag: 0.2.0 Stable tag: 0.2.0
Requires PHP: 7.4 Requires PHP: 7.4
License: AGPL-3.0-or-later License: AGPL-3.0-or-later