update wp plugin release

This commit is contained in:
lesion
2022-11-29 16:36:07 +01:00
parent 57a2383dde
commit 5b374f6569
2 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
Plugin Name: WPGancio Plugin Name: WPGancio
Plugin URI: https://gancio.org Plugin URI: https://gancio.org
Description: Connects an user of a gancio instance to a Wordpress user so that published events are automatically pushed with Gancio API. Description: Connects an user of a gancio instance to a Wordpress user so that published events are automatically pushed with Gancio API.
Version: 1.4 Version: 1.5
Author: Gancio Author: Gancio
License: AGPL 3.0 License: AGPL 3.0
@@ -40,4 +40,3 @@ require_once(WPGANCIO_DIR . 'oauth.php');
* - start an OAuth 2.0 authentication flow with the selected instance * - start an OAuth 2.0 authentication flow with the selected instance
* - Send each new / updated events to the selected instance via Gancio API * - Send each new / updated events to the selected instance via Gancio API
*/ */

View File

@@ -4,7 +4,7 @@ Donate link: https://gancio.org
Tags: events, gancio, fediverse, AP, activity pub Tags: events, gancio, fediverse, AP, activity pub
Requires at least: 4.7 Requires at least: 4.7
Tested up to: 6.0 Tested up to: 6.0
Stable tag: 1.4 Stable tag: 1.5
Requires PHP: 7.0 Requires PHP: 7.0
License: AGPLv3 or later License: AGPLv3 or later
License URI: https://www.gnu.org/licenses/agpl-3.0.html License URI: https://www.gnu.org/licenses/agpl-3.0.html